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
Use the Linker *.COD file: http://www.keil.com/support/man/docs/la/la_code.htm
Thanks...but I was looking for a way to generate assembly code for only 1 file, not the entire project. The SRC directive was very handy for me when using uV2. Is this directive not available in uV3?
Change to the RealView compiler. In the licensed version you can create an assembly source file.