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.

GCC4.8.4 for CCS 6.1

Hi,


im trying to reset a Toolchain, but im not able to install GCC4.8.4 into CCS6.1. It is not provided within the installation wizard.

Is there any manual way to set this toolchain up?

Thank you in advance and best regards

Damian

  • Damian,

    There is a different update site for the GCC releases ("GCC ARM Compiler Tools Updates"). However I just checked and I don't see 4.8.4 on it when I do a search. I believe we bundled 4.8.4 with CCSv6.1.1 so we should have it somewhere that can be accessed. I will check around and come back with a link.

    Regards,
    John
  • Hi John,

    any new informations regarding the missing GCC version? Also whats the link for the update site of the GCC releases?

    Regards,
    Damian
  • Damian,

    I have had some luck, but of the mixed variety.

    If you add the following update site it will find the 4.8 compiler:  http://software-dl.ti.com/ccs/esd/gcc_arm/4.8

    However in order for it to be able to install the 4.8 compiler this way you have to first uninstall the 4.9 compiler otherwise you run into an issue where the Eclipse environment complains that there is already a newer version of the feature installed.  You can uninstall by going to Help -> Installation Details and then select the existing ARM GCC 4.9 feature and click on the uninstall button.  Restart CCS when prompted and then go to Help -> Install New Software and enter the update site above.

    If I do this then I can select the 4.8.4 GCC compiler in the project.  It also still lets me select the 4.9 compiler as uninstalling the feature only uninstalled the Eclipse feature and not the binaries.

    So it is a bit messy of a solution but it seems to work.

    Regards,

    John

  • Hi John,

    I have no option to download 4.8.4 or 4.9. I can only download 4.8.0. Just take a look:

    If I change the download site to

    software-dl.ti.com/.../

    then im able to download 4.7 but nothing else


    Any ideas?


    Regards

    Damian

  • When I install the 4.8 one this way it shows up as 4.8.4 in CCS.  Basically it is 4.8 patch from 2014 quarter 3.  CCS shows it at 4.8.4

    I am trying to find out how CCS determines the version number it displays.

  • CCS figures out the version by running gcc --dumpversion

    For the tool above that returns 4.8.4