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.
Tool/software: Code Composer Studio
HI everybody ,
do we support pragma WEAK as defined in GCC https://en.wikipedia.org/wiki/Weak_symbol in C28x compiler ?
anything similar ?
I m porting a code from GCC to C28x and any suggestion is welcome
thank you
regards
Carlo
Hi Carlo,
The 'weak' pragma is supported with EABI builds from v18.12 of the CG tools. For more information, see p.133 of the C compiler user's guide, here:
Regards,
Richard