Hi, I could not understand the "--gcc" command-line switch is it possible to use gcc compiler in code composer studio?
Thanks and regards,
Ahmet
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 could not understand the "--gcc" command-line switch is it possible to use gcc compiler in code composer studio?
Thanks and regards,
Ahmet
Hi Ahmet,
have a look at this wiki
http://processors.wiki.ti.com/index.php/How_to_create_GCC_projects_in_CCSv5
Best Regards,
Lisa
Ahmet,
The -gcc command line switch enables support for many gcc extensions to C. I.e. it makes it easier to use code that was written to be used with the gcc compiler with the TI C compiler.
It is also possible to use gcc with CCS. You can create a project like in the wiki article Lisa pointed to but you can also create a CCS project that uses gcc. When creating a new project if expand the advanced options you can select gcc. You may have to hit the more button and point CCS to where your gcc is installed.