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.

Can't find Platform.tc[ip] file

Other Parts Discussed in Thread: AFE031

js: "C:/Program Files/Texas Instruments/xdctools_3_22_01_21/include/utils.tci", line 952: Error: Can't find Platform.tc[ip] file for 'myplatforms.controlF2806x'
gmake: *** [test_tx_rx_f2806xcfg.cmd] Error 1
gmake: Target `all' not remade because of errors.

 

what's the errors meaning?

 

Help..

  • You have to add the path where that platform is located to the configuration path. If the platform is in C:/work/myplatforms/controlF2806x, you have to add "C:/work" to the configuration path. Go to Project->Properties->C/C++ Build->TConf Script Compiler->General Options, and add the path to the platform to Configuration import path.

                  

  • I am new to CCS4.

    I don't understand What platform exactly is.Is the project's path?Or the path of test_tx_rx_f2806xcfg.cmd?Or other?

  • In your DSP/BIOS 5 installation there is a directory docs where you can find Tconf User's Guide (SPRU007). Section 1.3 and Chapter 4 talk about platforms. Platform files are basically descriptions of your hardware and the memory map on the board. If you are new to CCS and DSP/BIOS, you should probably start with reading Code Composer Studio help, at least the topic about creating new projects. Then, when you create a new project, select C2000 and one of the DSP/BIOS examples.

    Where did you get the project you are building? Is it an example from a TI product? The platform name 'myplatforms.controlF2806x' indicates that's not a TI platform, so whoever created the script probably created the platform too. You can either try to find out where is that platform or you can switch to using ti.platforms.control28069 as a starting point.

  • Yes,it's a TI product.

    I doubted that a project was moved which caused the project could't be used.

    When I first opened the project,some files does not exist.Then I added the files to the project.But I failed to debug it successfully.

    It is unlikely that the seller give me the wrong project. 

    So I am always confused.

     

  • There is a another project which is wrong.

    file "E:/CCSTEST/Texas Instruments/PrimeDevelopmentPackageV6000/SW/ti_plc_prime_phy_example/dsp_c28 x/prime/src/phy/test/test_tx_rx/test_tx_rx.c/Debug_AFE031/DSP2833x_CodeStart Branch.obj" specifies ISA revision "C2800", which is not compatible with ISA revision "C28FPU32" specified in a previous file or on the command line

    I am sorry I have some many problems.

    I

  • It seems you are using a version of PLC Development Kit. I have found several posts about it on C2000 forums, and the recommendation in most cases is to contact the PLC team at their support email address plc_support@list.ti.com. You can ask them if myplatforms.controlF2806x is delivered with their product, and if yes, where can it be found. If you find out the location either from them, or you find it somewhere in the product on your own, post the location here and I'll let you know what to add to your configuration import path. You are looking for a directory 'myplatforms' with a subdirectory 'controlF2806x' in it. The subdirectory should contain the file Platform.tci.

    The second problem is caused by object files for two different architectures supplied on the command line. That's also a question for the PLC team.

  • I had searched the .tci file on my computer,but nothing.

    I had sended a email to PLC team.They did't reply.Maybe I need to  wait a couple more days.Is there more contact information of PLC team?Or  other methods?I expect to solve the problem as soon as prosobile.

    Very thanks for you,Sasha.