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

📄 task1.plg

📁 use c develop just for all members
💻 PLG
📖 第 1 页 / 共 2 页
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: task1 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\jack\LOCALS~1\Temp\RSP46.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/task1.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\my c source\task\task1.c"
"E:\my c source\os_file\HPLISTC.C"
"E:\my c source\os_file\OS_CORE.C"
"E:\my c source\os_file\OS_SEM.C"
"E:\my c source\os_file\OS_TASK.C"
"E:\my c source\os_file\OS_TIME.C"
"E:\my c source\x86\OS_CPU_C.C"
"E:\my c source\x86\PC.C"
]
Creating command line "cl.exe @C:\DOCUME~1\jack\LOCALS~1\Temp\RSP46.tmp" 
Creating temporary file "C:\DOCUME~1\jack\LOCALS~1\Temp\RSP47.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/task1.pdb" /debug /machine:I386 /out:"Debug/task1.exe" /pdbtype:sept 
".\Debug\task1.obj"
".\Debug\HPLISTC.OBJ"
".\Debug\OS_CORE.OBJ"
".\Debug\OS_MBOX.OBJ"
".\Debug\OS_MEM.OBJ"
".\Debug\OS_Q.OBJ"
".\Debug\OS_SEM.OBJ"
".\Debug\OS_TASK.OBJ"
".\Debug\OS_TIME.OBJ"
".\Debug\TO.OBJ"
".\Debug\UCOS_II.OBJ"
".\Debug\OS_CPU_C.OBJ"
".\Debug\PC.OBJ"
]
Creating command line "link.exe @C:\DOCUME~1\jack\LOCALS~1\Temp\RSP47.tmp"
<h3>Output Window</h3>
Compiling...
task1.c
E:\my c source\task\task1.c(33) : error C2065: 'asm' : undeclared identifier
E:\my c source\task\task1.c(33) : error C2143: syntax error : missing ';' before '{'
E:\my c source\task\task1.c(33) : error C2065: 'PUSHF' : undeclared identifier
E:\my c source\task\task1.c(33) : error C2065: 'CLI' : undeclared identifier
E:\my c source\task\task1.c(33) : error C2143: syntax error : missing ';' before '}'
E:\my c source\task\task1.c(36) : error C2146: syntax error : missing ';' before identifier 'POPF'
E:\my c source\task\task1.c(36) : error C2065: 'POPF' : undeclared identifier
HPLISTC.C
E:\my c source\os_file\HPLISTC.C(139) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(char *)'
E:\my c source\os_file\HPLISTC.C(311) : error C2079: 'today' uses undefined struct 'date'
E:\my c source\os_file\HPLISTC.C(314) : warning C4013: 'getdate' undefined; assuming extern returning int
E:\my c source\os_file\HPLISTC.C(315) : error C2224: left of '.da_mon' must have struct/union type
E:\my c source\os_file\HPLISTC.C(315) : fatal error C1903: unable to recover from previous error(s); stopping compilation
OS_CORE.C
E:\my c source\os_file\OS_CORE.C(373) : error C2065: 'asm' : undeclared identifier
E:\my c source\os_file\OS_CORE.C(373) : error C2143: syntax error : missing ';' before '{'
E:\my c source\os_file\OS_CORE.C(373) : error C2065: 'PUSHF' : undeclared identifier
E:\my c source\os_file\OS_CORE.C(373) : error C2065: 'CLI' : undeclared identifier
E:\my c source\os_file\OS_CORE.C(373) : error C2143: syntax error : missing ';' before '}'
E:\my c source\os_file\OS_CORE.C(375) : error C2146: syntax error : missing ';' before identifier 'POPF'
E:\my c source\os_file\OS_CORE.C(375) : error C2065: 'POPF' : undeclared identifier
E:\my c source\os_file\OS_CORE.C(399) : error C2143: syntax error : missing ';' before '{'
E:\my c source\os_file\OS_CORE.C(399) : error C2143: syntax error : missing ';' before '}'
E:\my c source\os_file\OS_CORE.C(409) : error C2146: syntax error : missing ';' before identifier 'POPF'
E:\my c source\os_file\OS_CORE.C(434) : error C2143: syntax error : missing ';' before '{'
E:\my c source\os_file\OS_CORE.C(434) : error C2143: syntax error : missing ';' before '}'
E:\my c source\os_file\OS_CORE.C(441) : error C2146: syntax error : missing ';' before identifier 'INT'
E:\my c source\os_file\OS_CORE.C(441) : error C2065: 'INT' : undeclared identifier
E:\my c source\os_file\OS_CORE.C(441) : error C2143: syntax error : missing ';' before 'constant'
E:\my c source\os_file\OS_CORE.C(444) : error C2146: syntax error : missing ';' before identifier 'POPF'
E:\my c source\os_file\OS_CORE.C(466) : error C2143: syntax error : missing ';' before '{'
E:\my c source\os_file\OS_CORE.C(466) : error C2143: syntax error : missing ';' before '}'
E:\my c source\os_file\OS_CORE.C(468) : error C2146: syntax error : missing ';' before identifier 'POPF'
E:\my c source\os_file\OS_CORE.C(490) : error C2143: syntax error : missing ';' before '{'
E:\my c source\os_file\OS_CORE.C(490) : error C2143: syntax error : missing ';' before '}'
E:\my c source\os_file\OS_CORE.C(494) : error C2146: syntax error : missing ';' before identifier 'POPF'
E:\my c source\os_file\OS_CORE.C(497) : error C2146: syntax error : missing ';' before identifier 'POPF'
E:\my c source\os_file\OS_CORE.C(500) : error C2146: syntax error : missing ';' before identifier 'POPF'
E:\my c source\os_file\OS_CORE.C(564) : error C2143: syntax error : missing ';' before '{'
E:\my c source\os_file\OS_CORE.C(564) : error C2143: syntax error : missing ';' before '}'
E:\my c source\os_file\OS_CORE.C(566) : error C2146: syntax error : missing ';' before identifier 'POPF'
E:\my c source\os_file\OS_CORE.C(568) : error C2143: syntax error : missing ';' before '{'
E:\my c source\os_file\OS_CORE.C(568) : error C2143: syntax error : missing ';' before '}'
E:\my c source\os_file\OS_CORE.C(571) : error C2146: syntax error : missing ';' before identifier 'POPF'
E:\my c source\os_file\OS_CORE.C(592) : error C2143: syntax error : missing ';' before '{'
E:\my c source\os_file\OS_CORE.C(592) : error C2143: syntax error : missing ';' before '}'
E:\my c source\os_file\OS_CORE.C(594) : error C2146: syntax error : missing ';' before identifier 'POPF'
E:\my c source\os_file\OS_CORE.C(636) : error C2143: syntax error : missing ';' before '{'
E:\my c source\os_file\OS_CORE.C(636) : error C2143: syntax error : missing ';' before '}'
E:\my c source\os_file\OS_CORE.C(640) : error C2146: syntax error : missing ';' before identifier 'POPF'
E:\my c source\os_file\OS_CORE.C(707) : error C2143: syntax error : missing ';' before '{'
E:\my c source\os_file\OS_CORE.C(707) : error C2143: syntax error : missing ';' before '}'
E:\my c source\os_file\OS_CORE.C(711) : error C2146: syntax error : missing ';' before identifier 'POPF'
E:\my c source\os_file\OS_CORE.C(748) : error C2143: syntax error : missing ';' before '{'
E:\my c source\os_file\OS_CORE.C(748) : error C2143: syntax error : missing ';' before '}'
E:\my c source\os_file\OS_CORE.C(758) : error C2146: syntax error : missing ';' before identifier 'POPF'
E:\my c source\os_file\OS_CORE.C(761) : error C2146: syntax error : missing ';' before identifier 'POPF'
E:\my c source\os_file\OS_CORE.C(788) : error C2143: syntax error : missing ';' before '{'
E:\my c source\os_file\OS_CORE.C(788) : error C2143: syntax error : missing ';' before '}'
E:\my c source\os_file\OS_CORE.C(800) : error C2146: syntax error : missing ';' before identifier 'POPF'
E:\my c source\os_file\OS_CORE.C(802) : error C2143: syntax error : missing ';' before '{'
E:\my c source\os_file\OS_CORE.C(802) : error C2143: syntax error : missing ';' before '}'
E:\my c source\os_file\OS_CORE.C(804) : error C2146: syntax error : missing ';' before identifier 'POPF'
OS_SEM.C
E:\my c source\os_file\OS_SEM.C(44) : error C2065: 'asm' : undeclared identifier
E:\my c source\os_file\OS_SEM.C(44) : error C2143: syntax error : missing ';' before '{'
E:\my c source\os_file\OS_SEM.C(44) : error C2065: 'PUSHF' : undeclared identifier
E:\my c source\os_file\OS_SEM.C(44) : error C2065: 'CLI' : undeclared identifier
E:\my c source\os_file\OS_SEM.C(44) : error C2143: syntax error : missing ';' before '}'
E:\my c source\os_file\OS_SEM.C(46) : error C2146: syntax error : missing ';' before identifier 'POPF'
E:\my c source\os_file\OS_SEM.C(46) : error C2065: 'POPF' : undeclared identifier

⌨️ 快捷键说明

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