Hello friends,
please a small question - how I can check from my source code (C or C++) what number of C64x compiler version used? Define? other way???
Thanks alot
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.
Hello friends,
please a small question - how I can check from my source code (C or C++) what number of C64x compiler version used? Define? other way???
Thanks alot
The macro __TI_COMPILER_VERSION__ encodes the version. See the compiler user's guide section "Predefined Macro Names" for more details. For "TMS320C6000 Optimizing Compiler v7.4 User's Guide" (SPRU187 rev U), this is section 2.6.1 on page 42.