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.

Error when trying to edit tcf file CCS 5.5.0.00077

I get the error text :

js: "C:/ti/bios_5_42_01_09/xdctools/include/utils.tci", line 976: Error: Can't find Platform.tc[ip] file for 'myplatforms.controlF28M35x'


Correct any script errors in C:/Texas Instruments/workspace_orig_phy/.metadata/.plugins/org.eclipse.rtsc.xdctools.buildDefinitions.DSPBIOS/.gconf/ipc_phy_example/ipc_phy_example/dsp_c28x/g3/src/phy/test/test_tx_rx/test_tx_rx_f28m35x.tcf
using the Configuration Tool or a text editor, if necessary.


TConf initialization arguments:
-e environment['config.importPath']='C:/Texas Instruments/workspace_orig_phy/c28x_ipc_phy_example/dsp_c28x/g3/src/phy/test/test_tx_rx;C:/ti/bios_5_42_01_09/packages' -e environment['config.scriptName']='test_tx_rx_f28m35x.tcf'

I haven't changed anything, but now it gives me this error. I did have to reload CCS recently due to a fault that would not let me debug.

Any help would be appreciated. Do I need to reload again?

 Thanks,

Pat

  • Pat,
    your platform seems to be a custom one. Where is it located? The environment variable 'config.importPath' must contain a path to your platform. For example, if your platform file is in C:/platforms/myplatforms/controlF28M35x, 'config.importPath' must contain 'C:/platforms'.

    You can adjust 'config.importPath' in Project Properties->CCS Build->TConf->General Options.