Compiler macros for CrossStudio for ARM
I'm just moving my build environment to CrossStudio for ARM, and during an overlap period I need a small amount of code (the __assert() function) to be conditionally compiled in, if I building with CrossStudio.
Is there a macro defined that I can test in the manner:
#ifdef __crossworks__
#endif
Cheers,
Ed.
Please sign in to leave a comment.
Comments
1 comment