fishflash.plg

来自「针对硬件操作」· PLG 代码 · 共 38 行

PLG
38
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: FishFlash - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP5F.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "PLATFORM_WINNT" /FR"Debug/" /Fp"Debug/FishFlash.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\SOURCE\FishFlash\flashpgm.c"
"D:\SOURCE\FishFlash\s3c4510.c"
"D:\SOURCE\FishFlash\SST39VF160.c"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP5F.tmp" 
Creating command line "link.exe DLPORTIO.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/Flash.pdb" /debug /machine:I386 /out:"Debug/Flash.exe" /pdbtype:sept  .\Debug\flashpgm.obj .\Debug\s3c4510.obj .\Debug\SST39VF160.obj "
<h3>Output Window</h3>
Compiling...
flashpgm.c
s3c4510.c
SST39VF160.c
d:\source\fishflash\s3c4510.c(343) : warning C4761: integral size mismatch in argument; conversion supplied
d:\source\fishflash\s3c4510.c(345) : warning C4761: integral size mismatch in argument; conversion supplied
d:\source\fishflash\s3c4510.c(348) : warning C4761: integral size mismatch in argument; conversion supplied
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/FishFlash.bsc"  .\Debug\flashpgm.sbr .\Debug\s3c4510.sbr .\Debug\SST39VF160.sbr"
Creating browse info file...
<h3>Output Window</h3>



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

⌨️ 快捷键说明

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