hello
with reference to
Creating CCS Project for SysLink samples
http://processors.wiki.ti.com/index.php/Creating_CCS_Project_for_SysLink_samples
i was trying to build messageQ example in CCS 5.3 for DSP. but i am facing building issues which is as follows
.................................
C:\ti\ccsv5\utils\bin\gmake -k all
'Building file: ../MessageQ_ti81xx_dsp.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_23_03_53/xs" --xdcpath="C:/ti/bios_6_33_05_46/packages;C:/ti/syslink_2_10_08_35/packages;C:/ti/ccsv5/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.syslink.samples.rtos.platforms.ti814x.dsp -r debug -c "C:/ti/ccsv5/tools/compiler/c6000_7.3.4" --cfgArgs "{dmTimerFreq: 32768}" --compileOptions "-g --optimize_with_debug" "../MessageQ_ti81xx_dsp.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring MessageQ_ti81xx_dsp.xe674 from package/cfg/MessageQ_ti81xx_dsp_pe674.cfg ...
js: "C:/ti/workspace/messageQ_DSP_new/MessageQ_ti81xx_dsp.cfg", line 89: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.sdo.utils' along the path: 'C:/ti/bios_6_33_05_46/packages;C:/ti/syslink_2_10_08_35/packages;C:/ti/ccsv5/ccs_base;C:/ti/xdctools_3_23_03_53/packages;..;'. Ensure that the package path is set correctly.
"./package/cfg/MessageQ_ti81xx_dsp_pe674.cfg", line 200
"./package/cfg/MessageQ_ti81xx_dsp_pe674.cfg", line 279
"./package/cfg/MessageQ_ti81xx_dsp_pe674.cfg", line 187
gmake.exe: *** [package/cfg/MessageQ_ti81xx_dsp_pe674.xdl] Error 1
js: "C:/ti/xdctools_3_23_03_53/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: Target `all' not remade because of errors.
........................................................................................
and in Error window it shows
can't locate package ti.sdo.utils. i have already installes syslink_2_10_08_35.
what can be done?