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

📄 wib_dl_source_gen.plg

📁 802.16e物理层下行子载波分配。严格按照802.16e实现。
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: wib_dl_source_gen - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\yanhua.bai\LOCALS~1\Temp\RSPA1.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/wib_dl_source_gen.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c"
]
Creating command line "cl.exe @C:\DOCUME~1\yanhua.bai\LOCALS~1\Temp\RSPA1.tmp" 
Creating temporary file "C:\DOCUME~1\yanhua.bai\LOCALS~1\Temp\RSPA2.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 /nologo /subsystem:console /incremental:yes /pdb:"Debug/wib_dl_source_gen.pdb" /debug /machine:I386 /out:"Debug/wib_dl_source_gen.exe" /pdbtype:sept 
".\Debug\wib_dl_source_gen.obj"
]
Creating command line "link.exe @C:\DOCUME~1\yanhua.bai\LOCALS~1\Temp\RSPA2.tmp"
<h3>Output Window</h3>
Compiling...
wib_dl_source_gen.c
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(64) : warning C4029: declared formal parameter list different from definition
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(775) : error C2065: 'FCH_IE' : undeclared identifier
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(775) : error C2146: syntax error : missing ';' before identifier 'fch'
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(775) : error C2065: 'fch' : undeclared identifier
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(777) : error C2275: 'UINT8' : illegal use of this type as an expression
        e:\wimax 16e project\dl_map\dl_map\dlmap\include\wib_com_def.h(8) : see declaration of 'UINT8'
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(777) : error C2065: 'p_fch_content' : undeclared identifier
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(778) : error C2275: 'UINT16' : illegal use of this type as an expression
        e:\wimax 16e project\dl_map\dl_map\dlmap\include\wib_com_def.h(10) : see declaration of 'UINT16'
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(778) : error C2146: syntax error : missing ';' before identifier 'bit_map_fch'
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(778) : error C2065: 'bit_map_fch' : undeclared identifier
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(778) : error C2109: subscript requires array or pointer type
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(779) : error C2275: 'UINT8' : illegal use of this type as an expression
        e:\wimax 16e project\dl_map\dl_map\dlmap\include\wib_com_def.h(8) : see declaration of 'UINT8'
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(779) : error C2146: syntax error : missing ';' before identifier 'fch_fec_code_type'
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(779) : error C2065: 'fch_fec_code_type' : undeclared identifier
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(781) : error C2275: 'UINT16' : illegal use of this type as an expression
        e:\wimax 16e project\dl_map\dl_map\dlmap\include\wib_com_def.h(10) : see declaration of 'UINT16'
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(781) : error C2146: syntax error : missing ';' before identifier 'i'
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(781) : error C2065: 'i' : undeclared identifier
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(781) : error C2065: 'j' : undeclared identifier
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(781) : error C2065: 'a' : undeclared identifier
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(791) : error C2224: left of '.bit_map' must have struct/union type
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(794) : error C2109: subscript requires array or pointer type
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(794) : error C2106: '=' : left operand must be l-value
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(801) : error C2224: left of '.bit_map' must have struct/union type
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(801) : error C2224: left of '.bit_map' must have struct/union type
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(801) : error C2109: subscript requires array or pointer type
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(805) : error C2224: left of '.repet_cod' must have struct/union type
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(811) : error C2224: left of '.coding_indic' must have struct/union type
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(815) : error C2224: left of '.coding_indic' must have struct/union type
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(821) : error C2224: left of '.dlmap_len' must have struct/union type
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(823) : error C2224: left of '.reserved1' must have struct/union type
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(824) : error C2224: left of '.reserved2' must have struct/union type
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(825) : error C2224: left of '.byte_align' must have struct/union type
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(830) : warning C4047: '=' : 'int ' differs in levels of indirection from 'unsigned char *'
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(832) : error C2100: illegal indirection
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(833) : error C2100: illegal indirection
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(834) : error C2100: illegal indirection
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(848) : warning C4029: declared formal parameter list different from definition
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(932) : error C2039: 'number_of_slot' : is not a member of 'DL_BLOCK_STRUCT'
        e:\wimax 16e project\dl_map\dl_map\dlmap\include\wib_phy_def.h(57) : see declaration of 'DL_BLOCK_STRUCT'
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(1247) : warning C4028: formal parameter 2 different from declaration
E:\WiMAX 16e project\DL_MAP\dl_map\dlmap\include\wib_dl_source_gen.c(1247) : warning C4029: declared formal parameter list different from definition
Error executing cl.exe.



<h3>Results</h3>
wib_dl_source_gen.exe - 34 error(s), 5 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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