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/TMS320F28335: TMDSDOCK28335

Part Number: TMS320F28335

Tool/software: Code Composer Studio

Whenever I am building the sample examples given in the device support, I am getting the error message as "This project was created using a version of compiler that is not currently installed - 6.2.9 [C2000].".

Please suggest the solution for it. 

  • Sandeep,

    The project is set to use the 6.2.9 version of the C2000 compiler. You likely have a much newer version installed. Due to the large difference in versions CCS is giving you an error.  You have a couple of options.  You can change the project to use the version of the compiler you have installed or you can install the 6.2.9 (or similar) compiler.

    To change the compiler version the project is using go to the properties of the project and select General on the left. You will then be able to change the compiler on the right.

    If you want to instead install the 6.2.9 compiler then you can download it here: 

    If you install it in a folder under C:\ti then CCS should discover it automatically on next startup.  You can also point CCS to where it is installed in the preferences dialog here:

    Regards,

    John