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.

编译DSP SERVER失败

Other Parts Discussed in Thread: DM3730

js: "/home/xubin/dm3730/codec-engine_2_26_02_11/packages/ti/sdo/ce/ipc/bios/package.xs", line 141: xdc.services.global.XDCException: XDCException: xdc.PACKAGE_NOT_FOUND: /home/xubin/dm3730/dsplink_1_65_01_05_eng/dsplink/dsp/package.xdc found along the package path, but no schema file was found. Ensure that the package 'dsplink.dsp' is completely built.
gmake[1]: *** [package/cfg/bin/ti_platforms_evm3530/all_x64Pcfg_c.c] Error 1
gmake[1]: *** Deleting file `package/cfg/bin/ti_platforms_evm3530/all_x64Pcfg_c.c'
gmake[1]: *** [package/cfg/bin/ti_platforms_evm3530/all_x64Pcfg_c.c] Deleting file `package/cfg/bin/ti_platforms_evm3530/all_x64Pcfg.cmd'
gmake[1]: *** [package/cfg/bin/ti_platforms_evm3530/all_x64Pcfg_c.c] Deleting file `package/cfg/bin/ti_platforms_evm3530/all_x64Pcfg.s62'
gmake: *** [/home/examples/ti/sdo/ce/examples/servers/all_codecs,.executables] Error 2
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/examples/ti/sdo/ce/examples/servers/all_codecs'
make: *** [all] Error 2
root@ubuntu:/home/examples/ti/sdo/ce/examples/servers#

xdcpaths.mak检查了应该配置没有问题,按照TI官网给的BUILD EXAMPLE 教程,却出现了这个错误