Hi Team,
i'm working on RTRT with C-programming using arm-none-eabi-gcc cross compiler. i'm using "-std=c99" c99 option while compiling whereas i'm getting below error while instrumenting whereas if i un-instrument the source file it is working fine.
TestRT attolccp: "C:\ADAHRS_LLT\Build\ra\arm\CMSIS_5\CMSIS\Core\Include/cmsis_gcc.h",line 152: error #254:
type name is not allowed
for(uint32_t i=0u; i<pTable->wlen; ++i) {
What could be the issue?
------------------------------
Harikishore reddy Gopalreddy
------------------------------