📄 gps程序.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: gps程序 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3F8.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/gps程序.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\gps\gps程序.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3F8.tmp"
<h3>Output Window</h3>
Compiling...
gps程序.c
d:\gps\gps程序.c(28) : error C2143: syntax error : missing ')' before '*'
d:\gps\gps程序.c(28) : error C2143: syntax error : missing '{' before '*'
d:\gps\gps程序.c(28) : error C2059: syntax error : ')'
d:\gps\gps程序.c(29) : error C2061: syntax error : identifier 'SerialISR'
d:\gps\gps程序.c(29) : error C2059: syntax error : ';'
d:\gps\gps程序.c(29) : error C2059: syntax error : ')'
d:\gps\gps程序.c(35) : warning C4013: 'outportb' undefined; assuming extern returning int
d:\gps\gps程序.c(42) : warning C4013: 'getvect' undefined; assuming extern returning int
d:\gps\gps程序.c(42) : warning C4047: '=' : 'int *(__cdecl *)()' differs in levels of indirection from 'int '
d:\gps\gps程序.c(42) : error C2106: '=' : left operand must be l-value
d:\gps\gps程序.c(42) : warning C4550: expression evaluates to a function which is missing an argument list
d:\gps\gps程序.c(43) : warning C4013: 'disable' undefined; assuming extern returning int
d:\gps\gps程序.c(44) : warning C4013: 'inportb' undefined; assuming extern returning int
d:\gps\gps程序.c(46) : warning C4013: 'setvect' undefined; assuming extern returning int
d:\gps\gps程序.c(46) : error C2065: 'SerialISR' : undeclared identifier
d:\gps\gps程序.c(47) : warning C4013: 'enable' undefined; assuming extern returning int
d:\gps\gps程序.c(59) : error C2061: syntax error : identifier 'SerialISR'
d:\gps\gps程序.c(59) : error C2059: syntax error : ';'
d:\gps\gps程序.c(59) : error C2059: syntax error : ')'
d:\gps\gps程序.c(109) : error C2143: syntax error : missing ';' before 'type'
d:\gps\gps程序.c(109) : error C2143: syntax error : missing ';' before 'type'
d:\gps\gps程序.c(109) : error C2143: syntax error : missing ')' before 'type'
d:\gps\gps程序.c(109) : error C2143: syntax error : missing ';' before 'type'
d:\gps\gps程序.c(109) : warning C4552: '<' : operator has no effect; expected operator with side-effect
d:\gps\gps程序.c(109) : error C2065: 'I' : undeclared identifier
d:\gps\gps程序.c(109) : error C2059: syntax error : ')'
d:\gps\gps程序.c(109) : error C2143: syntax error : missing ';' before '{'
d:\gps\gps程序.c(111) : error C2065: 'SectionID' : undeclared identifier
d:\gps\gps程序.c(119) : error C2065: 'm_sTime' : undeclared identifier
d:\gps\gps程序.c(123) : error C2065: 'Datad' : undeclared identifier
d:\gps\gps程序.c(123) : error C2109: subscript requires array or pointer type
d:\gps\gps程序.c(127) : error C2065: 'm_sPositionY' : undeclared identifier
d:\gps\gps程序.c(130) : error C2065: 'm_sPositionX' : undeclared identifier
d:\gps\gps程序.c(133) : error C2065: 'm_sDate' : undeclared identifier
Error executing cl.exe.
<h3>Results</h3>
gps程序.obj - 25 error(s), 9 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -