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.

GCC-like attributes with TI v5.1.1

I am having trouble with GCC-like attribute statements.

For example the declaration

void vIRQHandler(void) __attribute__((naked));

gives me a compiler warning #1173-D unknown attribute "naked" and does not do the trick.

Does somebody have a clue how to do this correctly with the TI compiler? I would really appreciate a link to some sort of expressions in GCC and their equivalents in the TI compiler. It seems there are many things that just don't work the same way.

Thanks a lot!

-Tobias