I have been trying to make a CCSv4 project work with RTSC. I have CCS Version: 4.1.0.02003 and have tried xdctools version 3_16_01_27 and xdctools_3_16_02_32.
I have tried the tutorial at http://rtsc.eclipse.org/docs-tip/Demo_of_RTSC_Project_Creation_in_CCSv4 but the program won't compile. I have set the target device as EVMDM6437. The following is the output from the build console.
**** Build of configuration Default for project bios6_helloworld_configuration ****
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all
'Building target: configPkg/linker.cmd'
'Invoking: XDCtools'
"C:/Program Files/Texas Instruments/xdctools_3_16_01_27/xs" --xdcpath="C:/Program Files/Texas Instruments/bios_6_21_00_13/packages";"C:/Program Files/Texas Instruments/ipc_1_00_05_60/packages";"C:/Program Files/Texas Instruments/xdais_6_25_01_08/packages";"C:/Program Files/Texas Instruments/xdais_6_25_01_08/examples"; xdc.tools.configuro -o configPkg -t ti.targets.C64P -p ti.platforms.evmDM6437 -r debug -c "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000" "../common.cfg"
C:/Program Files/Texas Instruments/xdctools_3_16_01_27\packages\xdc\bld\xdc.mak:234: *** can't find TOOLS file in either C:/PROGRA~1/Texas Instruments/xdctools_3_16_01_27/etc or C:/PROGRA~1/Texas Instruments/xdctools_3_16_01_27. Stop.
js: "C:/Program Files/Texas Instruments/xdctools_3_16_01_27/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [configPkg/linker.cmd] Error 1
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.
Build complete for project bios6_helloworld_configuration
I have verified that the TOOL file is prosent in the C:\Program Files\Texas Instruments\xdctools_3_16_01_27\etc. The file contains comments but no definitions.
Any help would be much apprechiated.
Simon