Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI C/C++ Compiler
Hello,
I am trying to migrate an RTSC project that is working in CCS3.3 to CCS5.5. We use a custom board with TMS320DM642 DSP and Spectrum Digital XDS510USB emulator. At this point all I want to do is to be able to build a bare-bone RTSC "Hello World" project and then connect to the board and debug it. In the original CCS3.3 project, we used ti.platforms.evmDM642 platform. In CCS5.5, such a platform is missing, so I chose xdc.platform.generic platform. I let the Studio' wizard create such a project for me. My complete list of project's parameters is below:
XDS Tools: 3.25.3.72
SYS/BIOS: 6.35.4.50
XDAIS: 7.21.1.07
Platform: xdc.platform.generic
Compiler version: TI v7.4.4
Device family: C6000
Device variant: DaVince DM64x TMS320DM642
I failed to build the project due to following errors:
"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
making ../src/sysbios.a64 ...
gmake[1]: *** No rule to make target `family/c64/Hwi.c', needed by `BIOS.obj'.
gmake[1]: *** No rule to make target `family/c64/Timer.c', needed by `BIOS.obj'.
gmake[1]: *** No rule to make target `family/c64/TimestampProvider.c', needed by `BIOS.obj'.
gmake[1]: Target `all' not remade because of errors.
gmake: *** [../src/sysbios.a64] Error 2
These errors were followed by another ones:
js: "$internal", line 25: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'undefined' along the path: 'C:/ti/bios_6_35_04_50/packages;C:/ti/xdais_7_21_01_07/packages;C:/ti/xdais_7_21_01_07/examples;C:/ti/ccsv5/ccs_base;C:/ti/xdctools_3_25_03_72/packages;..;'. Ensure that the package path is set correctly.
"./package/cfg/app_p64.cfg", line 141
gmake.exe: *** [package/cfg/app_p64.xdl] Error 1
js: "C:/ti/xdctools_3_25_03_72/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [configPkg/linker.cmd] Error 1
gmake: Target `all' not remade because of errors.
Any help in resolving the errors or in fixing of my setup will be appreciated.
Thanks.