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.

CCS5 / C2000 / Code Gen Tools

All:

I am working with CCS5, but I need to install an earlier level of code generation tools in order to be compatable with others using CCS4.

How do I pull down and install CGT 5.2.11 for the C2000?

Regards,

Todd Anderson

  • Todd,

    Being still in beta, CCSv5.1 does not have all the updater features available. In this case you can simply download a compiler version from this page, install it in an arbitrary directory and configure your project to properly reference it. Check the short clip Compiler Installation and Selection from the Quick Tips page.

    Hope this helps,

    Rafael

  • Is this problem fixed in CCS5.2. I have a same problem. I need to use Code Generation Tools version 5.2.11 in CCS 5.2.

    Do we have any other solution for this?

  • I have CCS4 and CCS5 installed in different directories.

    When running CCS 4 on C2000, I was using compiler version 5.2.6 - to get that compiler to be "seen" by CCS5, I first found the compiler in the CCS4.

    I found it at C:\Program Files (x86)\Texas Instruments\ccsv4\tools\compiler\c2000.

    I copied the "c2000" folder to a temporary location, in my case c:\temp.

    I then renamed it to match the format of the version 6.1.1 compiler.

    So, I renamed c:\temp\c2000 to c:\temp\c2000_5.2.6

    I then copied the newly renamed folder to my CCS5 compiler directory, where joins the 6.1.0 and 6.1.1 compiler directories.

    When I open CCS5, I now have the option under project properities to pick from 3 compilers: 5.2.6, 6.1.0, or 6.1.1 and I am able to select the "previous" compiler.

    Hopefully, you can do the same with 5.2.11.