ldpc.plg

来自「LDPC的完整c语言开发源程序代码」· PLG 代码 · 共 37 行

PLG
37
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: LDPC - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\dell\LOCALS~1\Temp\RSP1B6.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/LDPC.pdb" /debug /machine:I386 /out:"Debug/LDPC.exe" /pdbtype:sept 
.\Debug\construct_matrix.obj
.\Debug\decode.obj
.\Debug\encode.obj
.\Debug\Gaussian_channel.obj
.\Debug\get_matrix.obj
.\Debug\LDPC_main.obj
.\Debug\test.obj
]
Creating command line "link.exe @C:\DOCUME~1\dell\LOCALS~1\Temp\RSP1B6.tmp"
<h3>Output Window</h3>
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/LDPC.bsc"  .\Debug\construct_matrix.sbr .\Debug\decode.sbr .\Debug\encode.sbr .\Debug\Gaussian_channel.sbr .\Debug\get_matrix.sbr .\Debug\LDPC_main.sbr .\Debug\test.sbr"
Creating browse info file...
BSCMAKE: warning BK4502 : truncated .SBR file '.\Debug\construct_matrix.sbr' not in Debug/LDPC.bsc
BSCMAKE: error BK1513 : nonincremental update requires all .SBR files
执行 bscmake.exe 时出错.
<h3>Output Window</h3>



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

⌨️ 快捷键说明

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