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.

How to enable C99 support in Code Composer?

I'm porting some C code from IAR to CCS that uses a few C99 features, like inline variable declarations. These cause an error when compiling. Does CCS support C99? I read that in GCC you can tell it to use C99 with the compile flag "-std=c99". How do I do this in Code Composer?

Thanks,

Derek