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.

C6000 GCC extensions - Macro name



Hi,

I'm using the GCC extension for the first time in my project. Because I want to check if the GCC extensions are switched on at compile time I was testing if the macro '__TI_GNU_ATTIBUTE_SUPPORT__' is defined or not. The macro name was mentioned in the 'TMS320C6000 Optimizing Compiler v 7.3 User's Guide (Rev. T)'.

After a while, I realised that the actually defined marco is called '__TI_GNU_ATTRIBUTE_SUPPORT__' - with an extra 'r'.

Is this a known typo?