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

📄 zlip.plg

📁 本程序实现单片机控制以太网网卡进行传输数据
💻 PLG
📖 第 1 页 / 共 5 页
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: zlIP - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\GILBER~1.WIN\LOCALS~1\Temp\RSP3D.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/zlIP.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Documents and Settings\Gilbert.WINDOWSXPSP1\桌面\temp\ZLIP0.2\zlIP0.2\TCPIP\icmp.c"
"C:\Documents and Settings\Gilbert.WINDOWSXPSP1\桌面\temp\ZLIP0.2\zlIP0.2\TCPIP\IP.c"
"C:\Documents and Settings\Gilbert.WINDOWSXPSP1\桌面\temp\ZLIP0.2\zlIP0.2\TCPIP\NetIf.c"
"C:\Documents and Settings\Gilbert.WINDOWSXPSP1\桌面\temp\ZLIP0.2\zlIP0.2\TCPIP\TCP.c"
"C:\Documents and Settings\Gilbert.WINDOWSXPSP1\桌面\temp\ZLIP0.2\zlIP0.2\TCPIP\TCPIPmem.c"
"C:\Documents and Settings\Gilbert.WINDOWSXPSP1\桌面\temp\ZLIP0.2\zlIP0.2\Netif\ARP.c"
"C:\Documents and Settings\Gilbert.WINDOWSXPSP1\桌面\temp\ZLIP0.2\zlIP0.2\Netif\etherif.c"
"C:\Documents and Settings\Gilbert.WINDOWSXPSP1\桌面\temp\ZLIP0.2\zlIP0.2\Netif\RTL8019.c"
"C:\Documents and Settings\Gilbert.WINDOWSXPSP1\桌面\temp\ZLIP0.2\zlIP0.2\GloblDef\GloblDef.c"
"C:\Documents and Settings\Gilbert.WINDOWSXPSP1\桌面\temp\ZLIP0.2\zlIP0.2\App\main.c"
]
Creating command line "cl.exe @C:\DOCUME~1\GILBER~1.WIN\LOCALS~1\Temp\RSP3D.tmp" 
Creating temporary file "C:\DOCUME~1\GILBER~1.WIN\LOCALS~1\Temp\RSP3E.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/zlIP.pdb" /debug /machine:I386 /out:"Debug/zlIP.exe" /pdbtype:sept 
".\Debug\icmp.obj"
".\Debug\IP.obj"
".\Debug\NetIf.obj"
".\Debug\TCP.obj"
".\Debug\TCPIPmem.obj"
".\Debug\ARP.obj"
".\Debug\etherif.obj"
".\Debug\RTL8019.obj"
".\Debug\GloblDef.obj"
".\Debug\main.obj"
]
Creating command line "link.exe @C:\DOCUME~1\GILBER~1.WIN\LOCALS~1\Temp\RSP3E.tmp"
<h3>Output Window</h3>
Compiling...
icmp.c
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(14) : error C2061: syntax error : identifier 'P0'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(14) : error C2059: syntax error : ';'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(14) : error C2513: '/*global*/ ' : no variable declared before '='
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(15) : error C2061: syntax error : identifier 'SP'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(15) : error C2059: syntax error : ';'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(15) : error C2513: '/*global*/ ' : no variable declared before '='
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(16) : error C2061: syntax error : identifier 'DPL'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(16) : error C2059: syntax error : ';'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(16) : error C2513: '/*global*/ ' : no variable declared before '='
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(17) : error C2061: syntax error : identifier 'DPH'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(17) : error C2059: syntax error : ';'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(17) : error C2513: '/*global*/ ' : no variable declared before '='
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(18) : error C2061: syntax error : identifier 'PCON'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(18) : error C2059: syntax error : ';'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(18) : error C2513: '/*global*/ ' : no variable declared before '='
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(19) : error C2061: syntax error : identifier 'TCON'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(19) : error C2059: syntax error : ';'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(19) : error C2513: '/*global*/ ' : no variable declared before '='
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(20) : error C2061: syntax error : identifier 'TMOD'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(20) : error C2059: syntax error : ';'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(20) : error C2513: '/*global*/ ' : no variable declared before '='
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(21) : error C2061: syntax error : identifier 'TL0'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(21) : error C2059: syntax error : ';'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(21) : error C2513: '/*global*/ ' : no variable declared before '='
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(22) : error C2061: syntax error : identifier 'TL1'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(22) : error C2059: syntax error : ';'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(22) : error C2513: '/*global*/ ' : no variable declared before '='
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(23) : error C2061: syntax error : identifier 'TH0'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(23) : error C2059: syntax error : ';'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(23) : error C2513: '/*global*/ ' : no variable declared before '='
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(24) : error C2061: syntax error : identifier 'TH1'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(24) : error C2059: syntax error : ';'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(24) : error C2513: '/*global*/ ' : no variable declared before '='
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(25) : error C2061: syntax error : identifier 'P1'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(25) : error C2059: syntax error : ';'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(25) : error C2513: '/*global*/ ' : no variable declared before '='
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(26) : error C2061: syntax error : identifier 'SCON'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(26) : error C2059: syntax error : ';'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(26) : error C2513: '/*global*/ ' : no variable declared before '='
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(27) : error C2061: syntax error : identifier 'SBUF'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(27) : error C2059: syntax error : ';'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(27) : error C2513: '/*global*/ ' : no variable declared before '='
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(28) : error C2061: syntax error : identifier 'P2'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(28) : error C2059: syntax error : ';'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(28) : error C2513: '/*global*/ ' : no variable declared before '='
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(29) : error C2061: syntax error : identifier 'IE'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(29) : error C2059: syntax error : ';'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(29) : error C2513: '/*global*/ ' : no variable declared before '='
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(30) : error C2061: syntax error : identifier 'P3'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(30) : error C2059: syntax error : ';'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(30) : error C2513: '/*global*/ ' : no variable declared before '='
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(31) : error C2061: syntax error : identifier 'IP'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(31) : error C2059: syntax error : ';'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(31) : error C2513: '/*global*/ ' : no variable declared before '='
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(32) : error C2061: syntax error : identifier 'T2CON'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(32) : error C2059: syntax error : ';'
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(32) : error C2513: '/*global*/ ' : no variable declared before '='
c:\documents and settings\gilbert.windowsxpsp1\桌面\temp\zlip0.2\zlip0.2\mcu\at89x52.h(33) : error C2061: syntax error : identifier 'T2MOD'

⌨️ 快捷键说明

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