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.

TMS320C6711D: I have a project build with CCS V3.3 (TMS320C6711D) , now I want to migrate it to CCS V7.0, can I do it and what are the steps?

Part Number: TMS320C6711D

So far I have the following errors when compiling using CCSV7.0

**** Build of configuration Debug for project scenepro-ins ****

"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 12 all -O
gmake[1]: Entering directory 'C:/Users/HP/workspace_v7/scenepro-ins/Debug'
'Building file: ../_SCENEPRO_INS/scenepro_ins.tcf'
'Invoking: TConf'
"C:/ti/bios_5_42_02_10/xdctools/tconf" -b -Dconfig.importPath="C:/ti/bios_5_42_02_10/packages;" "../_SCENEPRO_INS/scenepro_ins.tcf"
_SCENEPRO_INS/subdir_rules.mk:12: recipe for target 'build-1564977201-inproc' failed
C:\ti\bios_5_42_02_10\xdctools\C:/ti/bios_5_42_02_10/xdctools/tconf: can't create session manager: create of JVM failed
gmake[1]: *** [build-1564977201-inproc] Error 1
gmake: *** [build-1564977201] Error 2
gmake[1]: Leaving directory 'C:/Users/HP/workspace_v7/scenepro-ins/Debug'
_SCENEPRO_INS/subdir_rules.mk:9: recipe for target 'build-1564977201' failed
gmake: Target 'all' not remade because of errors.

**** Build Finished ****