I am having a project ported on Windows in MSVC.
I am using following pragma to know which define I am compiling and it gives info on build console.
#pragma message("DEFINES USED: 1")
Is there any equivalent to this in TI
Also I need to give #error in case of some not possible define combination to dis-allow compilation with some message
or #warning to allow compialtion with some warning.
Any clue, how to do it in TI?