Hi, I use MDK3.11 and I compiled a simple project with realview with rtl.h with no problem. But when I tried to include artx.h I got errors. What is the problem?
I also tried to convert a sample ARTX project from CARM to RealView compiler. I changed the toolchain,replaced the startup file... and I get the following error: Artx_ex1.c(24): error: #130: expected a "{"
for the decleration of a task: void task1 (void) __task;
There is no problem if I use: include "rtl.h"
How will I use ARTX.h?
ARTX has now changed to RTL hence rtl.h working and artx.h not working.