Recently, I needed to go back to an earlier version of the Code Generation Tools to load CGT 6.2.0 on Code Composer Studio 6.1 - lots of hoop jumping!
1. I did a Google search on C2000 Code Generation Tools.
2. Found "Compiler Installation and Selection."
3. Under CCS 3.3, clicked on the "here" for downloading tools.
4. That brought up Code Generation Tools for Texas Instruments Processors: Downloads
5. Scrolled down to find C2000 version 6.2.0 CGT.
6. Installed that in a temporary directory.
7. Renamed the installation directory to match the installation directory of existing Compilers in the CCS 6.1 directory.
8. Copied the newly named 6.2.0 compiler directory into the CCS 6.1 compilers directory.
9. Restarted CCS 6.1 so that version 6.2.0 could be seen by the CCS.
10. Inside of the project, pointed at the version 6.2.0, cleaned and rebuilt the project.
Is there an easier way for older versions of Code Generation Tools to be seen and updated?