Tool/software: TI-RTOS
Hi,
I want to use the CMSIS library in CCS tool, I have done the configurations what all its mention in the application report SPMA041G pdf file.
The warning I am getting is definition of macro in the below two paths. I don't know which one is important file and which one to remove.
C:\CMSIS_5-5.0.1\CMSIS\Core\Include\cmsis_compiler.h
and
C:\ti\ccsv6\tools\compiler\arm_15.12.3.LTS\include\linkage.h
In both the above path an inline macro is redefined, so I am getting the below error.
incompatible redefinition of macro "__INLINE" (declared at line 103 of "C:\CMSIS_5-5.0.1\CMSIS\Core\Include\cmsis_compiler.h") .ccsproject /Project_v3.1 line 56, external location: C:\ti\ccsv6\tools\compiler\arm_15.12.3.LTS\include\linkage.h
Question:
1.Can you please suggest me a way to getrid of this warning?