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.

ARM Compiler not found after upgrade



I just upgraded to CCS 5.2.0.00071 and when I went to compile my project, I got "This project was created using a version of compiler that is not currently installed: 4.9.1"

I found a compiler at C:\ti\ccsv5\tools\compiler\tms470_4.9.6 that appears to be the one I want, but CCS will not allow me to select it for the project. The result I get when selecting this directory is "No build-tools selected! Please select a directory that contains the build-tools for the 'ARM' device family."

Where would this be in the new scheme?

  • David,

    Try this:

    • Go to window->preferences
    • Code Composer Studio -> Build -> Compilers, can also just type Compilers in the filter box at the top left
    • Click on the Add button and specify the "C:\ti\ccsv5\tools\compiler\tms470_4.9.6" directory
    Does the compiler now show up in the list at the bottom of the dialog?
    John
  • I'll have to try some other time. After waiting some 2 hours for the upgrade to get done and then not being able to work on code, I took the sledge hammer approach, uninstalled CCS5 and re-installed 5.1.

    At least I was back on the air.

    Thanks