Does anyone know where I can download the C6000 gcc toolchain ( for say Linux or Mac)???
All the links I have found point to CodeSourcery but go to a general download page with no reference to the C6000 gcc toolchain...
Any ideas???
regards
Anthony
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.
Does anyone know where I can download the C6000 gcc toolchain ( for say Linux or Mac)???
All the links I have found point to CodeSourcery but go to a general download page with no reference to the C6000 gcc toolchain...
Any ideas???
regards
Anthony
Hi Anthony,
you could use the TI C6000 Compiler which supports gcc. Most of the GCC language extensions are available in the TI compiler when compiling in relaxed ANSI
mode (--relaxed_ansi) or if the --gcc option is used.
You can download it from here:
https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/index.htm
There's also support in the official GNU Compiler Collection http://gcc.gnu.org/ however I don't think this will provide efficient code (never tried it myself).
Otherwise I think CodeSourcery is the only option as far as I know.
Kind regards,
one and zero
Thanks for the reply.
Can I use the TI C6000 compiler to build the linux as mentioned on http://linux-c6x.org/??
This site always seems to point one to the CodeSourcery site??
Do you know how I can actually get the CodeSourcery gcc toolchain.???
Is it part of the lite version or do you have to pay for it. in the full version...??( I don't mind paying for it etc)
I have asked a question via there support site but received no reply on how to get access to it...
I am assuming some sort of relationship between CodeSourcery and Ti in that is was available to downloadin the past . Has all that changed now?
Regards
Anthony
Please refer to the GCC 4.5.4 link provided in the wiki below:
http://www.linux-c6x.org/wiki/index.php/Linux-c6x_2.0_Release
Regards,
Rahul
PS: More resources on linux on C6000 is provided here: