Hi,
I have a project that need to custom gcc-c6x toolchain so I wonder If I can get gcc-c6x source code then compile it and How I do that.
Thank you!
BR,
PhongCao
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.
Hi,
I have a project that need to custom gcc-c6x toolchain so I wonder If I can get gcc-c6x source code then compile it and How I do that.
Thank you!
BR,
PhongCao
Hi Rex,
Are there any other toolchain to compile code for C6x instead of Mentor Graphics tool chain?
I see that from Gcc GNU 4.7, it supports to compile for C6x (http://gcc.gnu.org/onlinedocs/gcc/C6X-Options.html). Is that right? If that is correct, Could you please show me how to use it?
Thank you,
BR,
PhongCao
Hi Rex,
Oops, I've read at http://en.wikipedia.org/wiki/Texas_Instruments_TMS320. In toolchain section, it said that:
Additionally, a department at the Chemnitz University of Technology has developed preliminary support for the TMS320C6x series in the GNU Compiler Collection.
And:
In 2010 Texas Instruments contracted CodeSourcery (the assignment later transferred to Mentor Graphics as part of their acquisition) to provide deep integration and support for the C6x series in GCC, as part of their effort to port the Linux kernel to C6x. This culminated in C6x being a supported architecture in GCC release 4.7 on March 22, 2012.[7]
I thought I can use GCC 4.7 to compile a C program for C6X processor in my Ubuntu Desktop.
By the way, thank you for help so much!
BR,
PhongCao