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 v 4.0 and CCS v 6

Hi,

Guide us  how  update the compiler version  4.0 to 6.0.

    Can we run the source code complied in 4.0 version of the complier in to the version 6.0?

Regards

Atul

  • Hi Atul,

    You can very well migrate from CCS v4 to CCS v6. You simply have to download CCS v6.1 from here:
    processors.wiki.ti.com/.../Download_CCS

    You can refer this migration guide which applies for CCS v6 too: processors.wiki.ti.com/.../Migrating_to_CCSv5

    Regards,
    Gautam
  • Atul - If you are asking if you can run the executable that you built with the compiler in CCSv4 with the CCSv6 debugger, the answer is yes.

    You can also have your CCSv6 use the same compiler version that was used by CCSv4. This is common for people who want to update to the new IDE but do not want to change the build tools (compiler). Instructions on this is available below:
    processors.wiki.ti.com/index.php/Compiler_Installation_and_Selection

    And of course you can simply try to build your projects with the newer compiler in v6. Just import the project and build it.

    Thanks
    ki