Hi All,
I am using ccs v8.3.0 for compilation.
I always observe parse error in file stdint.h (path: CCS_V8.3.0.00009\ccsv8\tools\compiler\ti-cgt-arm_18.1.4.LTS\include) for the line
#if __has_include(<sys/stdint.h>)
On further examination, its found that the macro is defined properly.
Currently I added the following patch code :
#ifndef __has_include
#define __has_include(x) 0
#endif
I see that this macro has been introduced since ccs v8. This parse error does not appear in ccs v7.
Could you have a look?
Best Regards,
Divya