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.

ComplCCS 3.3

Hi,

I have a question :

CCS V3.1 uses compiler TI CL2000 with v4.1.0 & CCS V3.3 uses compiler TI CL2000 with v4.1.3.

Is it possible to use CCS V3.3 with compiler TI CL2000 v4.1.0, if so how can it be done.

Regards

Satya

  • Hi Satya,

    You can configure CCS to use other versions of the compiler.

    See the below wiki topic on how to do this:

    http://processors.wiki.ti.com/index.php/Compiler_Installation_and_Selection#CCStudio_3.x

    If you already have 3.1 and 3.3 on the same machine, you should be able to point your CCSv3.3 install to use the compiler from CCSv3.1 using the steps in the wiki above.

    Otherwise you'll have to download it. One thing I noticed is that there is no 4.1.0 version to download. the oldest version is 4.1.1. Sometimes this is done because a particular version has a bug and it is not recommended for people to use that version.

    ki

  • Hi Ki,  

    When compiling a code build using CCS V3.1 & CCS V3.3 I do not get the same checksum  (Internal binary file checksum) with same compiler option, which is obvious since they use different versions of compiler by default.(TI CL2000 with v4.1.0 & TI CL2000 with v4.1.3 respectively).

    Is there a way out to use CCS V3.3 with default compiler & by modifying some settings to restore the checksum which was generated using CCS V3.1.

    Regards

    Satya

  • Satyapramod Kanago said:
    Is there a way out to use CCS V3.3 with default compiler & by modifying some settings to restore the checksum which was generated using CCS V3.1.

    It's hard to say. While it is a minor revision difference, it is still a difference. Really I strongly recommend you set up CCSv3.3 to use the compiler from CCSv3.1.