Configuration:
WinXP
DSP/BIOS version 6.21.00.13
CCSv4 4.1.0
Code gen tools (C6000) 6.1.12
XDC tools 3.16.02.32
XDAIS 6.25.01.08
Problem:
I've converted a C application under the 5.xx (CCSv3.3) version of DSP/BIOS to one under 6.xx using the ti.bios.conversion utility. After the conversion I've tried to build the application only to run into a number of problems some of which I've been able to resolve(?). The current sticking point is this when I execute the "xdc" command...
C:\Program Files\Texas Instruments\bios_6_21_00_13\packages\ti\targets\rts6000>xdc
making package.mak (because of package.bld) ...
js: "./config.bld", line 11: XDCException: xdc.MODULE_NOT_FOUND: xdc.module: no
module named ti.targets.rts6000 in the package ti.targets
making package.mak (because of package.bld) ...
js: "./config.bld", line 11: XDCException: xdc.MODULE_NOT_FOUND: xdc.module: no
module named ti.targets.rts6000 in the package ti.targets
all files complete.
where it seems to be unable to find the module "rts6000". However, the rtx6000 directory is in the path XDCPATH/packages/ti/targets where
XDCPATH was set to XDCPATH=C:/Program Files/Texas Instruments/bios_6_21_00_13/packages and then tried with
XDCPATH=C:/Program Files/Texas Instruments/bios_6_21_00_13
with no luck using either.
Without this module, I've been stuck at trying to use the xdc.tools.configuro command which yields this similar problem...
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_02_32/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.rts6000 -p ti.platforms.generic -r debug -b
"config.bld" -c "C:/Program Files/Texas Instruments/C6000 Code
Generation Tools 6.1.12" "../bios_6.cfg"
making package.mak (because of package.bld) ...
js: "./config.bld", line 5: XDCException: xdc.MODULE_NOT_FOUND:
xdc.module: no module named ti.targets.rts6000 in the package ti.targets
xdctools_3_16_02_32\gmake.exe: *** No rule to make target `.configuro'. Stop.
js: "C:/Program Files/Texas
Instruments/xdctools_3_16_02_32/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.
I've been in this particular hell for a couple of days trying different things. The paths seem to be set correctly including the windows search path.
Any help would be appreciated.