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?!