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.

MCU-PLUS-SDK-AM263X: What is the macro defined for TIARMCLANG compiler ?

Part Number: MCU-PLUS-SDK-AM263X

If I want to use macro in my c code to guard specific parts based on the compiler like the following:


#if defined (__GNUC__)
...

#else 

..


What is the macro already defined for TIARMCLANG compiler  ?

I tried __TI_ARM_CLANG__ but seems is not working.