Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi,
I am testing an assembly program which has a couple of #define directives in it. Is there a directive that I can give to the main program so that the assembly file can be passed through the preprocessor.
I read the manuals on the ARM site and it states that it can be achieved with -cpreproc if I remember correctly. The problem is I have no idea how to pass that to the compiler.
D