• pragma error
    --- pragmac.h --- #pragma debug code objectextend optimize(6,speed) rom(large) compiling TUNING.C... ..\PRAGMAC.H(3): error C252: misplaced primary control, line ignored I'm getting this error...
  • pragma error
    --- pragmac.h --- #pragma debug code objectextend optimize(6,speed) rom(large) compiling TUNING.C... ..\PRAGMAC.H(3): error C252: misplaced primary control, line ignored I'm getting this error...
  • #pragma STRING(XDATA) fatal-error
    I am having the problem that my program now uses 32kb which means the memory is full. void print(char *x) { while(*x) { SerialWrite(*x++);} } SerialWrite looks like: void SerialWrite(unsigned...
  • #pragma STRING(XDATA) fatal-error
    I am having the problem that my program now uses 32kb which means the memory is full. void print(char *x) { while(*x) { SerialWrite(*x++);} } SerialWrite looks like: void SerialWrite(unsigned...
  • ARMCC 5.0: error for #pragma diag_suppress
    "#pragma diag_suppress 265" does not work any more (worked in ARMCC 4.0) (now I have to use "--diag_suppress 265" for the complete file module, but #pragma would be nicer - I only want to suppress...