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.

求助,关于SRIO工程的编译错误

Other Parts Discussed in Thread: MATHLIB, SYSBIOS

你好:

工程中主要有SRIO的配置,以及在任务中使用Srio_sockSend_DIO函数做流写操作。

现在的问题是编译出错,没有生成.out文件。

以下是编译信息:


**** Build of configuration Debug for project mySRIOProject ****

"D:\\Program Files\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../mySRIOProject.cfg'
'Invoking: XDCtools'
"D:/Program Files/ti/xdctools_3_25_03_72/xs" --xdcpath="D:/Program Files/ti/dsplib_c66x_3_1_0_0/packages;D:/Program Files/ti/edma3_lld_02_11_05_02/packages;D:/Program Files/ti/imglib_c66x_3_1_1_0/packages;D:/Program Files/ti/ipc_1_24_03_32/packages;D:/Program Files/ti/mathlib_c66x_3_0_1_1/packages;D:/Program Files/ti/mcsdk_2_01_02_06/demos;D:/Program Files/ti/pdk_C6678_1_1_2_6/packages;D:/Program Files/ti/openem_1_0_0_2/packages;D:/Program Files/ti/omp_1_01_03_02/packages;D:/Program Files/ti/bios_6_35_04_50/packages;D:/Program Files/ti/uia_1_03_01_08/packages;D:/Program Files/ti/xdais_7_21_01_07/packages;D:/Program Files/ti/xdais_7_21_01_07/examples;D:/Program Files/ti/ccsv5/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -r debug -c "D:/Program Files/ti/ccsv5/tools/compiler/c6000_7.4.4" "../mySRIOProject.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring mySRIOProject.xe674 from package/cfg/mySRIOProject_pe674.cfg ...
generating custom ti.sysbios library makefile ...
generating custom ti.sdo.ipc library makefile ...
js: "D:/Program Files/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/package.xs", line 35: Error: Library not found: ti.drv.srio.anull
gmake.exe: *** [package/cfg/mySRIOProject_pe674.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/mySRIOProject_pe674.xdl'
gmake.exe: *** [package/cfg/mySRIOProject_pe674.xdl] Deleting file `package/cfg/mySRIOProject_pe674.h'
gmake.exe: *** [package/cfg/mySRIOProject_pe674.xdl] Deleting file `package/cfg/mySRIOProject_pe674.c'
js: "D:/Program Files/ti/xdctools_3_25_03_72/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [configPkg/linker.cmd] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****