I have a problem with the Keil CARM Compiler. During the build process I get the following error message: TESTING.C(1): warning C2: 'SRC': unknown #pragma/control, line ignored What can be the reason for this error?
Does it work if you instead specify 'SRC' on the command line?
I use "#pragma SRC" in the source file.
On the command line the CARM compiler display following information: CARM FATAL-ERROR - ACTION: PARSING INVOKE-/#PRAGMA-LINE LINE: C:\Keil\ARM\BIN\CA.exe Testing.c THUMB SRC ERROR: UNKNOWN CONTROL CARM TERMINATED.