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.

dm368 ccs5.3 出现xdc.PACKAGE_NOT_FOUND

Other Parts Discussed in Thread: TMS320DM368

xdc设置:

xdcpath="C:/ti/xdais_7_21_01_07/packages;C:/ti/xdais_7_21_01_07/examples;C:/ti/uia_1_01_01_14/packages;C:/ti/xdctools_3_24_05_48/packages;C:/ti/bios_6_34_02_18/packages;C:/ti/ipc_1_25_00_04/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.stellaris:TMS320DM368 -r debug -c "C:/ti/ccsv5/tools/compiler/arm_5.0.1"

conclose

'Building file: ../apps/client/build/arm926/h264venc_ti_dm365testapp_linux.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_24_05_48/xs" --xdcpath="C:/ti/xdais_7_21_01_07/packages;C:/ti/xdais_7_21_01_07/examples;C:/ti/uia_1_01_01_14/packages;C:/ti/xdctools_3_24_05_48/packages;C:/ti/bios_6_34_02_18/packages;C:/ti/ipc_1_25_00_04/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.stellaris:TMS320DM368 -r debug -c "C:/ti/ccsv5/tools/compiler/arm_5.0.1" "../apps/client/build/arm926/h264venc_ti_dm365testapp_linux.cfg"
making package.mak (because of package.bld) ...
configuring h264venc_ti_dm365testapp_linux.xem3 from package/cfg/h264venc_ti_dm365testapp_linux_pem3.cfg ...
js: "D:/h264_test/apps/client/build/arm926/h264venc_ti_dm365testapp_linux.cfg", line 17: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.sdo.utils.trace' along the path: 'C:/ti/xdais_7_21_01_07/packages;C:/ti/xdais_7_21_01_07/examples;C:/ti/uia_1_01_01_14/packages;C:/ti/xdctools_3_24_05_48/packages;C:/ti/bios_6_34_02_18/packages;C:/ti/ipc_1_25_00_04/packages;C:/ti/xdctools_3_24_05_48/packages;..;'. Ensure that the package path is set correctly.
"./package/cfg/h264venc_ti_dm365testapp_linux_pem3.cfg", line 201
"./package/cfg/h264venc_ti_dm365testapp_linux_pem3.cfg", line 280
"./package/cfg/h264venc_ti_dm365testapp_linux_pem3.cfg", line 188
gmake.exe: *** [package/cfg/h264venc_ti_dm365testapp_linux_pem3.xdl] Error 1
js: "C:/ti/xdctools_3_24_05_48/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.

是什么地方出现问题?该怎么解决?