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

SRC directive not recognized

Hi,

I am using the Keil CARM compiler and get errors when trying to use the SRC directive.

If I use "SRC" on the command line I get:
CARM FATAL-ERROR -
ACTION: PARSING INVOKE-/#PRAGMA-LINE
LINE: C:\Keil\ARM\BIN\CA.exe Handler.c THUMB BROWSE SRC
ERROR: UNKNOWN CONTROL
CARM TERMINATED.

If I user "#pragma SRC" in C source file I get:
HANDLER.C(69): warning C2: 'SRC': unknown #pragma/control, line ignored

Is there another way to generate an assembler source file with CARM?

Thank you for your time,
Brian

0