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.
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
Change to the RealView compiler. In the licensed version you can create an assembly source file.