I am running Code Composer V 3.3. When I build my project, I get an warning (about 50 times) that there is an incompatible redefinition of the macro "TRUE" and "FALSE" The associated files are not in my project, they are
c:/CCStudio_v3.3/c6700/csl_C672x/dsp/inc/csl_types.h
and
c:/CCStudio_v3.3/bios_5_20_05/packages/ti/bios/include/std.h
In the csl_types.h file, I can use #ifndef, and this eliminates the warnings. However, I cannot use this as a solution because I need a fix that is universal and not local to my system. Is there a way in my project to eliminate this?