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.

c2000 v.5.2.11 on CC5.4

hello,

until now i used CCS v3.3 with the c2000 v5.2.11 compiler. now i changed to CCS5.4. the problem is that the out files are now larger.

is there a possibility to use a c2000 v5.2.11 compiler on CCS5.4?

kind regards

Philipp

 

  • The larger object files are most likely larger because they have much more debugging information in them.  Have a look at the actual contents of the file with the ofd2000 utility.

  • philipp oehler1 said:

    is there a possibility to use a c2000 v5.2.11 compiler on CCS5.4?

    To answer this specific question, yes you can use 5.2.11 compiler with CCS 5.4. If you still have an installation of that version of the compiler tools, you can have CCS 5.4 recognize it by following the steps in this page:
    http://processors.wiki.ti.com/index.php/Compiler_Installation_and_Selection

    If you no longer have that version of the compiler tools installed, you can get it from the CCS Update Tool. Go to CCS menu Help->Install New Software, select "Code Generation Tools Updates" in the "Work With" drop down list, and uncheck the box that says "Show only the latest versions of available software". This should show you various compiler versions and you can select and install the desired version. Using this process the new version will be automatically detected by CCS and you can simply set your project to use this version from the Project Properties.