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.

CCS/TMDSLCDK6748: Build error hello example

Part Number: TMDSLCDK6748
Other Parts Discussed in Thread: TMS320C6748, OMAPL138

Tool/software: Code Composer Studio

I am trying to build the hello example but I get this error:


**** Build of configuration Debug for project hello_TMS320C6748_C67XX ****

"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 8 all -O
 
Building file: "../hello.cfg"
Invoking: XDCtools
"C:/ti/xdctools_3_50_05_12_core/xs" --xdcpath="C:/ti/bios_6_52_00_12/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.evmc6748 -r release -c "C:/ti/ccsv8/tools/compiler/ti-cgt-c6000_8.2.3" --compileOptions "-g --optimize_with_debug" "../hello.cfg"
subdir_rules.mk:19: recipe for target 'build-849864735-inproc' failed
js: "C:/ti/xdctools_3_50_05_12_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: Error: Can't find the platform package 'ti.platforms.evmc6748'.  TI platforms are no longer shipped as part of XDCtools (C:\ti\xdctools_3_50_05_12_core).  Please ensure you are either using a pre-3.30 version of XDCtools or you have added a product that includes your platform support along the path 'C:/ti/bios_6_52_00_12/packages;C:\ti\xdctools_3_50_05_12_core/packages'.  Check that this path names a directory containing the necessary platform support and that the platform name is properly spelled.
gmake[1]: *** [build-849864735-inproc] Error 1
gmake: *** No rule to make target 'build-849864735', needed by 'configPkg/compiler.opt'.
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

How can I solve this problem?