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

Include a C header file in assembler

There's a C header file, I want an assembly source file to include it and use the definitions. I tried this Realview's document:
www.arm.com/.../1208.html
But it can't help. The docuemnt said "When ex.s is passed through the C preprocessor using the following command. armcc -E ex.s > p_ex.s", but there is no place to insert this command link in ucVision3.

0