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/TMS320VC5510A: How to install C55x compiler into CCS V7 on a non-networked system?

Part Number: TMS320VC5510A

Tool/software: Code Composer Studio

I have a non-networked system where I plan to install CCS V7 for use with a C55x DSP. When I checked into that on the TI's CCS web pages, it says that the compiler for the C55x must be installed via the Code Composer Studio Application Center.

So how can I get the compiler on to my non-networked system?

  • On a system that has internet access go to: software-dl.ti.com/.../download.htm

    From there you can download the 4.4.1 compiler for C55x.
    Copy the installation program that was downloaded to your system that does not have internet access.
    Run the installer.
    Ideally install it into <your CCS install dir>/ccsv7/tools/compiler/ti-cgt-c55x_4.4.1 But you can install it elsewhere.
    CCS should discover the compiler on startup and allow you to use it.

    If you installed the compiler in a different location than the /ccsv7/tools/compiler folder you will need to tell CCS where it is located. You can do this by going to the Preferences dialog. (Window -> Preferences). Then under Code Composer Studio -> Build -> Compilers. Click the Add button and specify where you installed the compiler.

    Regards,
    John
  • Thank you, John!