📄 dfvc.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: dfvc - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\lyx\LOCALS~1\Temp\RSPB0.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Debug/" /Fp"Debug/dfvc.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\yinX\MIPS\Other Simulator\dongfeng\clock.c"
"F:\yinX\MIPS\Other Simulator\dongfeng\console.c"
"F:\yinX\MIPS\Other Simulator\dongfeng\cp0.c"
"F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c"
"F:\yinX\MIPS\Other Simulator\dongfeng\debug.c"
"F:\yinX\MIPS\Other Simulator\dongfeng\dongfeng.c"
"F:\yinX\MIPS\Other Simulator\dongfeng\global.c"
"F:\yinX\MIPS\Other Simulator\dongfeng\interrcontrol.c"
"F:\yinX\MIPS\Other Simulator\dongfeng\test.c"
]
Creating command line "cl.exe @C:\DOCUME~1\lyx\LOCALS~1\Temp\RSPB0.tmp"
Creating temporary file "C:\DOCUME~1\lyx\LOCALS~1\Temp\RSPB1.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/dfvc.pdb" /debug /machine:I386 /out:"Debug/dfvc.exe" /pdbtype:sept
".\Debug\clock.obj"
".\Debug\console.obj"
".\Debug\cp0.obj"
".\Debug\cpu.obj"
".\Debug\debug.obj"
".\Debug\dongfeng.obj"
".\Debug\global.obj"
".\Debug\interrcontrol.obj"
".\Debug\test.obj"
]
Creating command line "link.exe @C:\DOCUME~1\lyx\LOCALS~1\Temp\RSPB1.tmp"
<h3>Output Window</h3>
Compiling...
clock.c
console.c
F:\yinX\MIPS\Other Simulator\dongfeng\console.c(28) : warning C4101: 'i' : unreferenced local variable
F:\yinX\MIPS\Other Simulator\dongfeng\console.c(95) : warning C4101: 'i' : unreferenced local variable
F:\yinX\MIPS\Other Simulator\dongfeng\console.c(181) : warning C4101: 'i' : unreferenced local variable
cp0.c
F:\yinX\MIPS\Other Simulator\dongfeng\cp0.c(346) : warning C4244: 'return' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cp0.c(350) : warning C4244: 'return' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cp0.c(354) : warning C4244: 'return' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cp0.c(386) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cp0.c(397) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cp0.c(408) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
cpu.c
F:\yinX\MIPS\Other Simulator\dongfeng\cp0.c(202) : warning C4715: 'tlb_lookup' : not all control paths return a value
F:\yinX\MIPS\Other Simulator\dongfeng\cp0.c(267) : warning C4715: 'tlb_translate_address' : not all control paths return a value
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(77) : warning C4013: 'halfword2bytes' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(82) : warning C4013: 'console_store_byte' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(196) : warning C4101: 'word_vaddr' : unreferenced local variable
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(240) : warning C4013: 'console_load_word' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(388) : warning C4013: 'console_load_byte' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(411) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(494) : warning C4013: 'bytes2halfword' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(506) : warning C4013: 'console_load_halfword' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(523) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(543) : warning C4013: 'get_halfword_from_word' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(632) : warning C4244: 'return' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(638) : warning C4244: 'return' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(643) : warning C4244: 'return' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(649) : warning C4244: 'return' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(653) : warning C4244: 'return' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(659) : warning C4244: 'return' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(663) : warning C4244: 'return' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(667) : warning C4244: 'return' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(673) : warning C4244: 'return' : conversion from 'unsigned long ' to 'short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(677) : warning C4244: 'return' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(681) : warning C4244: 'return' : conversion from 'unsigned long ' to 'short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(685) : warning C4244: 'return' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(689) : warning C4244: 'return' : conversion from 'unsigned long ' to 'short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(1153) : error C2275: 'INT32' : illegal use of this type as an expression
f:\yinx\mips\other simulator\dongfeng\type.h(15) : see declaration of 'INT32'
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(1153) : error C2146: syntax error : missing ';' before identifier 'signed_rs'
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(1153) : error C2065: 'signed_rs' : undeclared identifier
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(1154) : error C2275: 'INT32' : illegal use of this type as an expression
f:\yinx\mips\other simulator\dongfeng\type.h(15) : see declaration of 'INT32'
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(1154) : error C2146: syntax error : missing ';' before identifier 'br_offset'
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(1154) : error C2065: 'br_offset' : undeclared identifier
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(1499) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(1710) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(1766) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(1795) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(1916) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(2029) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(2204) : warning C4013: 'tlbr_simulate' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(2207) : warning C4013: 'tlbwi_simulate' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(2210) : warning C4013: 'tlbwr_simulate' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(2213) : warning C4013: 'tlbp_simulate' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(2216) : warning C4013: 'rfe_simulate' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(2232) : warning C4013: 'mfc0_simulate' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(2238) : warning C4013: 'mtc0_simulate' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(2272) : warning C4553: '==' : operator has no effect; did you intend '='?
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(2445) : warning C4013: 'is_breakpoint' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(2449) : warning C4013: 'break_point_delete' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(2503) : warning C4013: 'console_ready_display' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(2507) : warning C4013: 'console_ready_keybord' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\cpu.c(2547) : warning C4013: 'debug_input' undefined; assuming extern returning int
debug.c
F:\yinX\MIPS\Other Simulator\dongfeng\debug.c(280) : warning C4013: 'strncasecmp' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\debug.c(499) : warning C4018: '<' : signed/unsigned mismatch
F:\yinX\MIPS\Other Simulator\dongfeng\debug.c(501) : warning C4013: 'isxdigit' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\debug.c(538) : warning C4018: '<' : signed/unsigned mismatch
F:\yinX\MIPS\Other Simulator\dongfeng\debug.c(540) : warning C4013: 'isdigit' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\debug.c(1186) : warning C4013: 'trim' undefined; assuming extern returning int
dongfeng.c
F:\yinX\MIPS\Other Simulator\dongfeng\debug.c(1101) : warning C4715: 'get_memory_byte' : not all control paths return a value
F:\yinX\MIPS\Other Simulator\dongfeng\dongfeng.c(28) : warning C4013: 'strncasecmp' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\dongfeng.c(167) : warning C4101: 'i' : unreferenced local variable
F:\yinX\MIPS\Other Simulator\dongfeng\dongfeng.c(187) : error C2065: 'O_NONBLOCK' : undeclared identifier
F:\yinX\MIPS\Other Simulator\dongfeng\dongfeng.c(189) : warning C4013: 'ttyname' undefined; assuming extern returning int
F:\yinX\MIPS\Other Simulator\dongfeng\dongfeng.c(189) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
F:\yinX\MIPS\Other Simulator\dongfeng\dongfeng.c(189) : warning C4024: 'open' : different types for formal and actual parameter 1
F:\yinX\MIPS\Other Simulator\dongfeng\dongfeng.c(192) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
F:\yinX\MIPS\Other Simulator\dongfeng\dongfeng.c(192) : warning C4024: 'open' : different types for formal and actual parameter 1
F:\yinX\MIPS\Other Simulator\dongfeng\dongfeng.c(207) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
F:\yinX\MIPS\Other Simulator\dongfeng\dongfeng.c(207) : warning C4024: 'open' : different types for formal and actual parameter 1
F:\yinX\MIPS\Other Simulator\dongfeng\dongfeng.c(210) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
F:\yinX\MIPS\Other Simulator\dongfeng\dongfeng.c(210) : warning C4024: 'open' : different types for formal and actual parameter 1
global.c
F:\yinX\MIPS\Other Simulator\dongfeng\global.c(15) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\global.c(24) : warning C4101: 'return_value' : unreferenced local variable
F:\yinX\MIPS\Other Simulator\dongfeng\global.c(40) : warning C4101: 'return_value' : unreferenced local variable
F:\yinX\MIPS\Other Simulator\dongfeng\global.c(57) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\global.c(58) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\global.c(59) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\global.c(65) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\global.c(66) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\global.c(67) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\global.c(91) : warning C4244: 'return' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\global.c(99) : warning C4244: 'return' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\global.c(175) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\global.c(176) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\global.c(177) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
F:\yinX\MIPS\Other Simulator\dongfeng\global.c(178) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
interrcontrol.c
test.c
F:\yinX\MIPS\Other Simulator\dongfeng\test.c(11) : fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory
Error executing cl.exe.
Creating command line "bscmake.exe /nologo /o"Debug/dfvc.bsc" ".\Debug\clock.sbr" ".\Debug\console.sbr" ".\Debug\cp0.sbr" ".\Debug\cpu.sbr" ".\Debug\debug.sbr" ".\Debug\dongfeng.sbr" ".\Debug\global.sbr" ".\Debug\interrcontrol.sbr" ".\Debug\test.sbr""
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\test.sbr': No such file or directory
Error executing bscmake.exe.
<h3>Output Window</h3>
<h3>Results</h3>
dfvc.exe - 9 error(s), 86 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -