📄 mcupro.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MCUPro - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3B.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/MCUPro.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\工作\程序\05C0032\ComApi.c"
"F:\工作\程序\05C0032\COMFunc.c"
"F:\工作\程序\05C0032\config.c"
"F:\工作\程序\05C0032\Connect.c"
"F:\工作\程序\05C0032\MBTCP.c"
"F:\工作\程序\05C0032\NZ_SF.c"
"F:\工作\程序\05C0032\Protocol.c"
"F:\工作\程序\05C0032\threadfunc.c"
"F:\工作\程序\05C0032\Timer.c"
"F:\工作\程序\05C0032\UserFunc.c"
"F:\工作\程序\05C0032\WTX801.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3B.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3C.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 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/MCUPro.pdb" /debug /machine:I386 /out:"Debug/MCUPro.exe" /pdbtype:sept
".\Debug\ComApi.obj"
".\Debug\COMFunc.obj"
".\Debug\config.obj"
".\Debug\Connect.obj"
".\Debug\Iec.obj"
".\Debug\MBTCP.obj"
".\Debug\NZ_SF.obj"
".\Debug\Protocol.obj"
".\Debug\SubData.obj"
".\Debug\threadfunc.obj"
".\Debug\Timer.obj"
".\Debug\UserFunc.obj"
".\Debug\WTX801.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3C.tmp"
<h3>Output Window</h3>
Compiling...
ComApi.c
f:\工作\程序\05c0032\comapi.c(4) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
COMFunc.c
f:\工作\程序\05c0032\include\inet.h(11) : fatal error C1083: Cannot open include file: 'netdb.h': No such file or directory
config.c
f:\工作\程序\05c0032\config.c(1) : fatal error C1083: Cannot open include file: 'thcfg.h': No such file or directory
Connect.c
f:\工作\程序\05c0032\include\inet.h(11) : fatal error C1083: Cannot open include file: 'netdb.h': No such file or directory
MBTCP.c
f:\工作\程序\05c0032\include\inet.h(11) : fatal error C1083: Cannot open include file: 'netdb.h': No such file or directory
NZ_SF.c
f:\工作\程序\05c0032\include\inet.h(11) : fatal error C1083: Cannot open include file: 'netdb.h': No such file or directory
Protocol.c
f:\工作\程序\05c0032\include\inet.h(11) : fatal error C1083: Cannot open include file: 'netdb.h': No such file or directory
threadfunc.c
f:\工作\程序\05c0032\include\inet.h(11) : fatal error C1083: Cannot open include file: 'netdb.h': No such file or directory
Timer.c
f:\工作\程序\05c0032\timer.c(6) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
UserFunc.c
f:\工作\程序\05c0032\userfunc.c(5) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
WTX801.c
f:\工作\程序\05c0032\include\inet.h(11) : fatal error C1083: Cannot open include file: 'netdb.h': No such file or directory
执行 cl.exe 时出错.
<h3>Results</h3>
MCUPro.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -