This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Keil uVision doesen't understand halcogen commands

Other Parts Discussed in Thread: HALCOGEN

I'm using halcogen V3.06 with the Keil uVision 4.72. The Halcogen is configured for ARM Tools. In the file esm.c there is the command "FIQ"  wich the compiler does not understand.

In sys_vim.c there is also a command "IRQ" which the compiler does not understand.

When I comment these out, it compiles without error. Just a few warnings from notification.c: The compiler says: warning: unrecognized #pragma

Is this warning normal?!