• Scope of #pragma
    If I declare: #pragma optimize(0) void func1(void) ... void func2(void) ... void func3(void) ... Does this apply only for func1 or for all subsequent functions (i.e. func2,func3,etc)?...
  • 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
    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...
  • # pragma directive
    can any body will tell me when and where we can use #pragma directives in embedded 'C'?give me an idea with examples.