• Error 268 workaround for 2.1 c compiler
    I'm trying to enable some c99 features on an older version of the compiler (2.1); specifically the ability to instantiate variables after code execution. Is there a compiler flag to do this? Note, -...
  • Error 268 workaround for 2.1 c compiler
    I'm trying to enable some c99 features on an older version of the compiler (2.1); specifically the ability to instantiate variables after code execution. Is there a compiler flag to do this? Note, -...
  • error: "USB.C(268): error C213: left side of asn-op not an lvalue"
    hello i got the following error message after compilation: "USB.C(268): error C213: left side of asn-op not an lvalue" it seems to be not that difficult, but i'm running out of time with my project...
  • error: "USB.C(268): error C213: left side of asn-op not an lvalue"
    hello i got the following error message after compilation: "USB.C(268): error C213: left side of asn-op not an lvalue" it seems to be not that difficult, but i'm running out of time with my project...
  • Static declaration error
    Code: static unsigned int timer[num_timers]; Error: TIMER_MODULE.C(6): error C221: non-constant case/dim expression An error has been generated while declaring an array in static. Or else...