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.
For one of our projects, we are looking at the processor TMS320C6671 as one of the solution. But I need two dissimilar compilers for the code cross compilation to the target to comply with the dissimilarity requirement from the customer. Well I know that Code Composer Studio is one, I need to know any other compiler platform (dissimilar) that can support cross compilation to the target processor TMS320C6671.
I think your only choice is GCC, but I don't know if it supports C66x. You could just compile for an earlier C6x version, and it will at least run on C66x.
The home page for the C6000 linux compiler is http://linux-c6x.org . It supports C64+ and C66x devices.
Thanks and regards,
-George