Hello guys,
I write from the year 2016. I tried to find a way to switch the compiler to C11, C99 would be also OK, but C89 is 27 years old!?!? I only find this post from 2012 https://e2e.ti.com/support/development_tools/compiler/f/343/t/181951 .
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.
Hello guys,
I write from the year 2016. I tried to find a way to switch the compiler to C11, C99 would be also OK, but C89 is 27 years old!?!? I only find this post from 2012 https://e2e.ti.com/support/development_tools/compiler/f/343/t/181951 .
The TI compiler does not support C++11. It does support C99 with the option --c99.
See processors.wiki.ti.com/.../TI_Compilers_and_Industry_Standards
Recent versions of the compiler support the build option --c99, which tells the compiler your code follows the C99 standard. Please read more about it in the compiler manual. You don't say which compiler you use, so this link is for all of them.
Thanks and regards,
-George