Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
How do I use a c header file in an assembly file? When I use: #include "xxx.h" I get the invalid line start error. Please help
The assembler include a C Preprocessor
http://www.keil.com/support/man/docs/a51/a51_mp_c.htm
Make sure that your .H files don't use any of the exceptions that the assembler can't process
http://www.keil.com/support/man/docs/a51/a51_mp_exceptions.htm
Jon
That's A51 - does it also apply to ARM?
Oops. I've been reading too much.
It applies to the Keil Compilation tools but not to the RealView Compilation tools.