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.

TConf cannot find tci file

I downloaded BIOSPSP_01_30_00_05.  Imported and built uart interrupt sample. Wanted to see the DSP/BIOS configuration.  But when I double-click on uartSample.tcf I get the error:

js: "C:/Program Files/Texas Instruments/xdctools_3_16_02_32/include/utils.tci", line 553: Error: Can't find import file: 'uartSample.tci' (not found along 'C:/Program Files/Texas Instruments/pspdrivers_01_30_00_05/packages/ti/pspiom/examples/evmOMAPL138/uart/interrupt/build/uartSample/.gconf/uartSample/;;C:/Program Files/Texas Instruments/pspdrivers_01_30_00_05/packages/ti/pspiom/examples/evmOMAPL138/uart/interrupt/build/uartSample;C:/Program Files/Texas Instruments/bios_5_41_04_18/packages;C:/Program Files/Texas Instruments/xdctools_3_16_02_32/include;C:/Program Files/Texas Instruments/xdctools_3_16_02_32/packages')

Correct any script errors in C:/Program Files/Texas Instruments/pspdrivers_01_30_00_05/packages/ti/pspiom/examples/evmOMAPL138/uart/interrupt/build/uartSample/.gconf/uartSample/uartSample.tcf
using the Configuration Tool or a text editor, if necessary.

TConf initialization arguments:
-e environment['config.importPath']='C:/Program Files/Texas Instruments/pspdrivers_01_30_00_05/packages/ti/pspiom/examples/evmOMAPL138/uart/interrupt/build/uartSample;C:/Program Files/Texas Instruments/bios_5_41_04_18/packages' -e environment['config.scriptName']='uartSample.tcf'

The tci file is in the same directory as the tcf file.  I don't know why TConf cannot figure that out. 

Regardless, I guess I need to know how to specify exactly where TConf should look for the tci file.

 

  • So I try opening the tcf file in Windows Explorer with right-click, Open With...

    But now I get the error

    js: "C:/Program Files/Texas Instruments/xdctools_3_16_02_32/include/utils.tci", line 947: Error: Can't load platform definition 'ti.platforms.evmOMAPL138': Error: Can't load ti.bios.tci :Error: Can't find import file: 'ti/bios/bios.tci' (not found along 'C:\Program Files\Texas Instruments\xdctools_3_16_02_32\packages\ti\platforms\evmOMAPL138/;;"C:/Program Files/Texas Instruments/bios_5_41_04_18/packages;C:\Program Files\Texas Instruments\xdctools_3_16_02_32/include;C:\Program Files\Texas Instruments\xdctools_3_16_02_32/packages')

    Correct any script errors in C:/Program Files/Texas Instruments/pspdrivers_01_30_00_05/packages/ti/pspiom/examples/evmOMAPL138/uart/interrupt/build/uartSample.tcf
    using the Configuration Tool or a text editor, if necessary.

    TConf initialization arguments:
    -e environment['config.importPath']='"C:/Program Files/Texas Instruments/bios_5_41_04_18/packages' -e environment['config.scriptName']='uartSample.tcf'

    But, the file is right there, in "C:\Program Files\Texas Instruments\bios_5_41_04_18\packages\ti\bios".  Now I am really confused.

    When I did the right-click it asked for the config.importPath.  So I entered the value from CCS, "C:/Program Files/Texas Instruments/bios_5_41_04_18/packages;"  That did not work.  Then I set XDCPATH in the environment.  That did not work either. 

  • Hi, back to working on this project and I am still having problems opening the TCF file in the Configuration Tool.  I really need the tool.  I am not familiar or competent enough to edit this file by hand.

    Is there anyone out there?  TIA!!!

  • Kind of lonely out here on the edge that should be safely in bounds...

    The problem occurs because of the way I imported the project. 

    If I Import Legacy CCSv3.3 Project then I get this problem. 

    If I Import Existing CCS/CCE Eclipse Project then the problem does not occur.  Go figure. 

  • Glad to see this was resolved