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.

migrating from ccv3.1 and DSPBIOS5.2 to CCSV5 DSPBIOS v5.4

HI

Iam trying to migrate the old "tone" project  which come xith DSK5416 CCS3.1 to CCS5

I upgraded DSP/BIOS from v4.9 to v5.2. The project (tone) compile and run fin with CCS3.1 and BIOS v5.2.

Now I try to IMPORT this project in CCSV5. 

I get this error:

**** Build of configuration Debug for project NV_tone ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../NV_tone.tcf'
'Invoking: TConf'
"C:/ti/bios_5_42_01_09/xdctools/tconf" -b -Dconfig.importPath="C:/ti/bios_5_42_01_09/packages;/bios_5_20_05/packages;" "../NV_tone.tcf"
js: "C:/ti/bios_5_42_01_09/xdctools/include/utils.tci", line 986: Error: Can't load platform definition 'ti.platforms.generic': Error: Can't find cpu definition file: ti/catalog/c5400/C5416.tci
gmake: *** [NV_tonecfg.cmd] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

I copied the entire DSP/BIOS5.2 in the folder C/\ti but I get the same error.

Any suggestion ?

Thank's

  • Mohamed,
    the first problem is that you have two different versions of DSP/BIOS in your import path. That's never a good idea. The second problem is that DSP/BIOS 5.42, which is the first component of your import path, does not support C54 devices.

    I am not sure how I ended up with two DSP/BIOS versions in your import path, but the first thing to check would be that you have DSP/BIOS 5.20 in the list of installed products in Window->Preferences->Code Composer Studio->RTSC->Products. If it's not there, use the button Add... to add it. Then, check Project Properties->CCS General->DSP/BIOS support. Verify that that property points to DSP/BIOS 5.20. Also, check in Project Properties->CCS Build->Tconf->General Options->Configuration import path that there is only one DSP/BIOS-related path in there. If there are multiple components, please post the content of that text box, so I can check if any of these components should be deleted.