This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

6678编译出错

Other Parts Discussed in Thread: SYSBIOS


**** Build of configuration Debug for project net ****

F:\My\Cpan\ti\ccsv5\utils\bin\gmake -k all
'Building file: ../main.c'
'Invoking: C6000 Compiler'
"F:/My/Cpan/ti/c6000_7.4.16/bin/cl6x" -mv6600 --abi=eabi -g --include_path="F:/My/Cpan/ti/c6000_7.4.16/include" --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="main.pp" --cmd_file="./configPkg/compiler.opt"  "../main.c"
'Finished building: ../main.c'
'Building target: net.out'
'Invoking: C6000 Linker'
"F:/My/Cpan/ti/c6000_7.4.16/bin/cl6x" -mv6600 --abi=eabi -g --diag_wrap=off --diag_warning=225 --display_error_number -z -m"net.map" -i"F:/My/Cpan/ti/c6000_7.4.16/lib" -i"F:/My/Cpan/ti/c6000_7.4.16/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --rom_model -o "net.out" -l"./configPkg/linker.cmd"  "./main.obj" -l"libc.a"
<Linking>

 undefined       first referenced                                                                         
  symbol             in file                                                                              
 ---------       ----------------                                                                         
 NIMUDeviceTable F:\My\Cpan\ti\ndk_2_21_01_38\packages\ti\ndk\stack\lib\stk6_nat_ppp_pppoe.ae66<nimu.oe66>

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "net.out" not built

>> Compilation failure
gmake: *** [net.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

我在一个新建的SYSBIOS工程中用XGCONF的方法添加NDK模块等,编译就出现该错误,并未添加啥代码,想知道啥问题?是不是我XGCONF用法有问题,有没有啥有关XGCONF的用户说明之类的东西没?谢谢!