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.

CCS/EVMK2H: Moving the Platform

Part Number: EVMK2H


Tool/software: Code Composer Studio

We have a project built and made a custom platform in ...packages/ti/platforms/...  This works fine.  We would like to move thisplatform into our project folder.  Is there an easy way to copy this over and then point the linker to it?

  • Damian,
    I don't think you need to change any of the linker properties. Once you move the platform to the project, you only have to change the package path in Project Properties->CCS General->Products->Products and Repositories. You need to add the path to your project using Add... button.

    However, there are a couple of caveats in the process. Depending on the platform name, you may need to create a deeper folder structure in the project rather than moving only the actual directory with platform files. What is the name of the platform?
    Also, once you move the platform to the project, you'll need to open the directory 'package' in Project Explorer, and right click on file build.cfg, and click on "Exclude from build". That file has the same extension as your config script, so CCS might find it and try to use build.cfg instead of your config script.

    Try following these steps and let me know if you got stuck somewhere.