This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARTX and MDK3.11 problem

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?

Parents
  • 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?

Reply
  • 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?

Children