📄 main.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: main - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP37.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/main.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\Tiger\单片机\应用程序\模数转换\main.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP37.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP38.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/main.pdb" /debug /machine:I386 /out:"Debug/main.exe" /pdbtype:sept
".\Debug\main.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP38.tmp"
<h3>Output Window</h3>
Compiling...
main.c
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(19) : error C2061: syntax error : identifier 'P0'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(19) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(19) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(20) : error C2061: syntax error : identifier 'SP'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(20) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(20) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(21) : error C2061: syntax error : identifier 'DPL'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(21) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(21) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(22) : error C2061: syntax error : identifier 'DPH'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(22) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(22) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(23) : error C2061: syntax error : identifier 'P4'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(23) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(23) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(24) : error C2061: syntax error : identifier 'P5'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(24) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(24) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(25) : error C2061: syntax error : identifier 'P6'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(25) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(25) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(26) : error C2061: syntax error : identifier 'PCON'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(26) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(26) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(27) : error C2061: syntax error : identifier 'TCON'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(27) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(27) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(28) : error C2061: syntax error : identifier 'TMOD'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(28) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(28) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(29) : error C2061: syntax error : identifier 'TL0'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(29) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(29) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(30) : error C2061: syntax error : identifier 'TL1'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(30) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(30) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(31) : error C2061: syntax error : identifier 'TH0'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(31) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(31) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(32) : error C2061: syntax error : identifier 'TH1'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(32) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(32) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(33) : error C2061: syntax error : identifier 'CKCON'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(33) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(33) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(34) : error C2061: syntax error : identifier 'PSCTL'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(34) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(34) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(35) : error C2061: syntax error : identifier 'P1'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(35) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(35) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(36) : error C2061: syntax error : identifier 'TMR3CN'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(36) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(36) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(37) : error C2061: syntax error : identifier 'TMR3RLL'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(37) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(37) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(38) : error C2061: syntax error : identifier 'TMR3RLH'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(38) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(38) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(39) : error C2061: syntax error : identifier 'TMR3L'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(39) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(39) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(40) : error C2061: syntax error : identifier 'TMR3H'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(40) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(40) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(41) : error C2061: syntax error : identifier 'P7'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(41) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(41) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(42) : error C2061: syntax error : identifier 'SCON0'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(42) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(42) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(43) : error C2061: syntax error : identifier 'SBUF0'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(43) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(43) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(44) : error C2061: syntax error : identifier 'SPI0CFG'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(44) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(44) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(45) : error C2061: syntax error : identifier 'SPI0DAT'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(45) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(45) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(46) : error C2061: syntax error : identifier 'ADC1'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(46) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(46) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(47) : error C2061: syntax error : identifier 'SPI0CKR'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(47) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(47) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(48) : error C2061: syntax error : identifier 'CPT0CN'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(48) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(48) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(49) : error C2061: syntax error : identifier 'CPT1CN'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(49) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(49) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(50) : error C2061: syntax error : identifier 'P2'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(50) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(50) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(51) : error C2061: syntax error : identifier 'EMI0TC'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(51) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(51) : error C2513: '/*global*/ ' : no variable declared before '='
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(52) : error C2061: syntax error : identifier 'EMI0CF'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(52) : error C2059: syntax error : ';'
e:\tiger\单片机\应用程序\模数转换\c8051f020.h(52) : fatal error C1003: error count exceeds 100; stopping compilation
Error executing cl.exe.
<h3>Results</h3>
main.exe - 102 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -