We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.