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: How to offline install the old version compiler?

Tool/software: Code Composer Studio

I would like to install the C6000 compiler ver.8.1.0.

I found  but how do I install it offline?

Thanks,

KH

  • If you click on the links on that page it will download the installer for the compiler. You then run it and install it.

    Are you encountering an issue when trying that?

    If you then want to use the compiler in CCS you will need to tell CCS where it is. Go to Window -> Preferences. Expand Code Composer Studio ->Build -> Compilers. You can then specify the path where you installed the compiler.

    Regards,
    John
  • Thank you for your advice.

    I could install and I can see the C6000 compiler ver8.1.0 on Window -> Preferences. Expand Code Composer Studio ->Build -> Compilers.

    But I still cannot see it on Help -> Installation Details.

    How do I install the compiler to CCS?

    Thanks,

  • Installation details will always show the latest version of a feature that is installed.  In this case the latest version of the 8.1 compiler installed is 8.1.3.

    However if you are seeing the 8.1.0 listed in Code Composer Studio -> Build -> Compilers that means it is available for use in CCS.

    If you go to the properties of a project you will be able to select it.  I am on a Mac so I can't show the C6000 compiler today but it would be here:

    Regards,

    John

  • Thank you for your advice.
    In conclusion, I installed the C6000 compiler via online update on CCS, but your advice is useful for future reference.

    Thanks,