I've just got around to trying isr_compat.h with CCE and have found that __TI_COMPILER_VERSION is *not* defined for my setup. I get the error "Compiler not recognized".
Chris, any idea why this wouldn't be defined? I can give you the details on my CCE setup, but as far as I know it's the latest. If I manually define __TI_COMPILER_VERSION, the code compiles fine, but it'd be nice if I didn't have to do this for every project. Has anyone else had this problem? Thanks, Kevin On Tuesday 18 October 2005 7:49 am, Steve Underwood wrote: > Hi Chris, > > Thanks. The attached version makes use of __TI_COMPILER_VERSION. > > Regards, > Steve > > Recoskie, Chris wrote: > >I looked at your header file and noticed you had a hard time finding a > >macro to use to identify CCE. You can use the macro > >__TI_COMPILER_VERSION to detect the TI code generation tools in general.