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 3.1 build tools

Other Parts Discussed in Thread: CCSTUDIO

We have on-orbit software that needs to be patched. The pc used to build the flight release is no longer available. We retained all the project files when the build was performed but when we perform a build today with those same files there are many differences between the current output and the flight code.

I suspect that our current CCS 3.1 is different from that used for the flight build. Can someone please advise as to how to download legacy releases of CCS 3.1 and its components?

My current development system data:

Integrated Development 5.90.0.227 Texas Instruments
BIOS cuda              4.90.02.10
Code Generation Tools  v5.1.0

If I could gain access to other versions of these components then maybe I could reproduce the fllight build.

  • JccJup said:
    Integrated Development 5.90.0.227 Texas Instruments
    BIOS cuda              4.90.02.10
    Code Generation Tools  v5.1.0

    Those versions are what I have for my stock 3.1 installation. Perhaps your old project used an updated version of the compiler. This url has links to the the compiler downloads:

    https://www-a.ti.com/downloads/sds_support/CodeGenerationTools.htm#C6000

    ki

     

  • Ki

    I downloaded and installed v5.1.10 of code generation tools. When I selected it in the component manager (build tools), the message "warning, Texas Instruments C6000 Code Generation Tools (5.1.10) located in c:\ccstudio_v3.1\c6000\cgtools5.1.10\bin\ is not tested with this version of CCS" but the selection was accepted. When CCS was restarted, the About screen still showed v5.1.0, but

    when I rebuilt the project the map file generated by the linker showed v5.1.10

    The resulting build was much the same as v5.1.0 (very different from the code I'm trying to duplicate). I also tried the latest (5.1.6) and earliest (5.1.13) listed on the site with the same results., so I believe the cure to my problem is going to require a different CCS 3.1.x version.

    Do you know of a site where I can downloaded different flavors of CCS 3.1?

    Thanks for your help

    John