• #pragma pack
    Does the realview arm compiler support the following syntax: #pragma pack(push, 1) and #pragma pack(pop) or do I need to separate it into #pragma push #pragma pack(1) and #pragma pop...
  • 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 bytealign
    I have defined a #pragma bytealign in my code after a #pragma pack(1), in order to use structure pointers then I have defined a #pragma pack() to cancel the effect of the first pack(1) after the definition...
  • pragma error
    When I try to compile (even a simple hello world program) I get the error message: "parsing invoke-/#pragma-line unknown control" Could anyone tell me why? Greetings, Chris van Diemen
  • #pragma SRC
    Hello, I have a problem with #pragma SRC directive. First, when I write it at the begining of my C file the compiler (CARM) writes: MAIN.C(1): warning C2: 'SRC': unknown #pragma/control, line...