The following code in the csl_a15.c (from k2e PDK) file generates an error
void CSL_a15VectorBaseAddrSet(uint32_t addr) { asm("mcr p15, #0, %[value], c12, c0, 0" ::[value] "r" (addr)); }
Got the following error
#18 expected a ")" csl_a15.c /interrupt_timer_CSL line 821 C/C++ Problem
i haven't changed the file content and while looking at the forum posts regarding this i found a compiler issue of some sort but didn't get some concrete answers.
my compiler is TI V5.2.5
any workaround?