Tool/software: TI C/C++ Compiler
Dear Champs,
I am asking this for our customer.
How does the user check compiler version in C codes?
like
#if defined(__GNUC___)
...
#elif defined(__TI_C2000__) <--- how to detect that C2000 compiler is used.
...
#endif
Wayne Huang