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

📄 main.plg

📁 小型编译系统的源代码
💻 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\RSP18.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:\Myworks\Compiler\C_Minus\analyze.cpp"
"E:\Myworks\Compiler\C_Minus\cgen.cpp"
"E:\Myworks\Compiler\C_Minus\CM_parse.cpp"
"E:\Myworks\Compiler\C_Minus\CM_scan.cpp"
"E:\Myworks\Compiler\C_Minus\code.cpp"
"E:\Myworks\Compiler\C_Minus\symtab.cpp"
"E:\Myworks\Compiler\C_Minus\util.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP18.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19.tmp" with contents
[
yl.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/main.pdb" /debug /machine:I386 /out:"Debug/main.exe" /pdbtype:sept 
.\Debug\analyze.obj
.\Debug\cgen.obj
.\Debug\CM_parse.obj
.\Debug\CM_scan.obj
.\Debug\CMC.obj
.\Debug\code.obj
.\Debug\main.obj
.\Debug\symtab.obj
.\Debug\util.obj
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19.tmp"
<h3>Output Window</h3>
Compiling...
analyze.cpp
cgen.cpp
e:\myworks\compiler\c_minus\cgen.cpp(338) : warning C4101: 'p1' : unreferenced local variable
CM_parse.cpp
I:\E\compiler construction\lab\CM_parse.y(436) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
CM_scan.cpp
code.cpp
symtab.cpp
util.cpp
Linking...
main.obj : error LNK2005: _main already defined in CM_scan.obj
main.obj : error LNK2005: "int  Error" (?Error@@3HA) already defined in CM_scan.obj
main.obj : error LNK2005: "int  TraceCode" (?TraceCode@@3HA) already defined in CM_scan.obj
main.obj : error LNK2005: "int  TraceAnalyze" (?TraceAnalyze@@3HA) already defined in CM_scan.obj
main.obj : error LNK2005: "int  TraceParse" (?TraceParse@@3HA) already defined in CM_scan.obj
main.obj : error LNK2005: "int  TraceScan" (?TraceScan@@3HA) already defined in CM_scan.obj
main.obj : error LNK2005: "int  EchoSource" (?EchoSource@@3HA) already defined in CM_scan.obj
main.obj : error LNK2005: "int  lineno" (?lineno@@3HA) already defined in CM_scan.obj
main.obj : error LNK2005: "struct _iobuf *  listing" (?listing@@3PAU_iobuf@@A) already defined in CM_scan.obj
main.obj : error LNK2005: "struct _iobuf *  code" (?code@@3PAU_iobuf@@A) already defined in CM_scan.obj
main.obj : error LNK2005: "struct _iobuf *  source" (?source@@3PAU_iobuf@@A) already defined in CM_scan.obj
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
Debug/main.exe : fatal error LNK1169: one or more multiply defined symbols found
Error executing link.exe.



<h3>Results</h3>
main.exe - 12 error(s), 3 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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