⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 memlib.plg

📁 自已写的一个嵌入式实时多任务抢占式操作系统。花了几个礼拜
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: memlib - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ygr\LOCALS~1\Temp\RSP261.bat" with contents
[
@echo off
"D:\Program Files\Microsoft Visual Studio\Common\MSDev98\Nucleus EDE\NUC_BLD.EXE"  "memlib.ede" "memlib - Win32 Debug" ".\malloc.c"
]
Creating command line "C:\DOCUME~1\ygr\LOCALS~1\Temp\RSP261.bat"
<h3>Output Window</h3>
.\malloc.c
D:\work\ostest\memlib\in_malloc.h(74):       (dcc:1173): compiler out of sync. Probably missing ';' or '}'
D:\work\ostest\memlib\in_malloc.h(74):       (dcc:1056): illegal function definition
D:\work\ostest\memlib\in_malloc.h(74):       (dcc:1633): parse error  near '__malloc_check_fn'
D:\work\ostest\memlib\in_malloc.h(75):       (dcc:1082): illegal storage class
D:\work\ostest\memlib\in_malloc.h(75):       (dcc:1117): identifier __mallopt_fix not an argument
D:\work\ostest\memlib\in_malloc.h(76):       (dcc:1082): illegal storage class
D:\work\ostest\memlib\in_malloc.h(76):       (dcc:1117): identifier __insert not an argument
D:\work\ostest\memlib\Malloc.h(34):       (dcc:1082): illegal storage class
D:\work\ostest\memlib\Malloc.h(34):       (dcc:1117): identifier Mem_init not an argument
D:\work\ostest\memlib\Malloc.h(35):       (dcc:1082): illegal storage class
D:\work\ostest\memlib\Malloc.h(35):       (dcc:1117): identifier Malloc not an argument
D:\work\ostest\memlib\Malloc.h(36):       (dcc:1082): illegal storage class
D:\work\ostest\memlib\Malloc.h(36):       (dcc:1117): identifier Free not an argument
D:\work\ostest\memlib\Malloc.h(37):       (dcc:1082): illegal storage class
D:\work\ostest\memlib\Malloc.h(37):       (dcc:1117): identifier realloc not an argument
D:\work\ostest\memlib\Malloc.h(38):       (dcc:1082): illegal storage class
D:\work\ostest\memlib\Malloc.h(38):       (dcc:1117): identifier calloc not an argument
D:\work\ostest\memlib\Malloc.h(39):       (dcc:1082): illegal storage class
D:\work\ostest\memlib\Malloc.h(39):       (dcc:1117): identifier mallopt not an argument
D:\work\ostest\memlib\Malloc.h(40): fatal       (dcc:1553): too many errors, good bye
----------Diab Data Tools Output------------------------------------------------------------------

D:\work\ostest\memlib>"C:\diab\4.3f\WIN32\BIN\DCC.EXE" -O -g -c  -v -tMC6800FS -I c:\nucleus\include -o o\malloc.o malloc.c 
malloc.c:
 Compiling
"in_malloc.h", line 74: error (dcc:1173): compiler out of sync. Probably missing ';' or '}'
"in_malloc.h", line 74: error (dcc:1056): illegal function definition
"in_malloc.h", line 74: error (dcc:1633): parse error  near '__malloc_check_fn'
"in_malloc.h", line 75: error (dcc:1082): illegal storage class
"in_malloc.h", line 75: error (dcc:1117): identifier __mallopt_fix not an argument
"in_malloc.h", line 76: error (dcc:1082): illegal storage class
"in_malloc.h", line 76: error (dcc:1117): identifier __insert not an argument
"Malloc.h", line 34: error (dcc:1082): illegal storage class
"Malloc.h", line 34: error (dcc:1117): identifier Mem_init not an argument
"Malloc.h", line 35: error (dcc:1082): illegal storage class
"Malloc.h", line 35: error (dcc:1117): identifier Malloc not an argument
"Malloc.h", line 36: error (dcc:1082): illegal storage class
"Malloc.h", line 36: error (dcc:1117): identifier Free not an argument
"Malloc.h", line 37: error (dcc:1082): illegal storage class
"Malloc.h", line 37: error (dcc:1117): identifier realloc not an argument
"Malloc.h", line 38: error (dcc:1082): illegal storage class
"Malloc.h", line 38: error (dcc:1117): identifier calloc not an argument
"Malloc.h", line 39: error (dcc:1082): illegal storage class
"Malloc.h", line 39: error (dcc:1117): identifier mallopt not an argument
"Malloc.h", line 40: fatal error (dcc:1553): too many errors, good bye

--------------------------------------------------------------------------------------------------



<h3>Results</h3>
malloc.o - 21 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -