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.

GConf, DSP/Bios, loadPlatform.

Other Parts Discussed in Thread: CCSTUDIO

Hi,

when I open my CCS-project i get the following error,

js: "C:/CCStudio_v3.3/bios_5_31_02/xdctools/include/utils.tci", line 591: exception from uncaught JavaScript throw: Error: Can't find cpu definiton file: ti/catalog/c6000/C6748.tci
"C:/CCStudio_v3.3/bios_5_41_10_36/pckages/ti/platforms/generic/Platform.tcp", line 63
....

and then CCS says "Cant open the GConf file, correct any errors in the script and reopen", something like that.
Actually the "long" error message doesn't come any more, now i only get this "js: "./puma_com_test.tcf", line 83: Failed to generate config files." which doesn't give me any useful info.... something is wrong, plaese fix?
line 83 in the .tcf file is the last line "prog.gen();".

I'am using CCS3.3, version 3.3.82.13
In Setup CCS i have setup "Blackhawk USB560m - C6747, 20-pin JTAG EMulator"
I'am using the DSP/Bios 5_41_10_36 which is checked in the Component Manager, but i have DSP/Bios 5_31_02 installed also, not checked in the Comp Man...

For me it looks like the project somehow wants to look in the "old" DSP/Bios 5_31_02 also but there it can't find the DSP 6748, that is one of the reasons I installed DSP/Bios 5_41_10_36.

I think I have found the file (see below) which tells where the GConf should look

# GENERATED FILE -- DO NOT EDIT!
# This file contains tconf options for file "puma_com_test.tcf",
# for use by the Gconf graphical configuration tool.
# The options are exported from the following CCS project:
# C:\CCS_PUMA\dev_martin\puma_com_test.pjt, "custom" configuration.
-Dconfig.importPath="C:\CCStudio_v3.3/bios_5_41_10_36/packages;"

This file says look in 5_41_10_36, not 5_31_02!
So is there any moore files where there can be a reference to the "old" DSP/Bios?

Best regards, Martin.