• error: #268: declaration ...
    I have just downloaded uVision v4 (sept 09) and am using the following code: #include <AT91SAM7S256.h> #define LED (1<<0) // PA0 #define INPUT_PIN (1<<1) // PA1 #define INT_PIN (1<<2) // PA2 static...
  • error: #268: declaration ...
    I have just downloaded uVision v4 (sept 09) and am using the following code: #include <AT91SAM7S256.h> #define LED (1<<0) // PA0 #define INPUT_PIN (1<<1) // PA1 #define INT_PIN (1<<2) // PA2 static...
  • Error C213
    Hello, In trying to compile the C code with the C51 compiler [Keil µvision2], I received error c213 "left side of asn-op not an lvalue" - " the address of a changeable object is required at the right...
  • Error C213
    Hello, In trying to compile the C code with the C51 compiler [Keil µvision2], I received error c213 "left side of asn-op not an lvalue" - " the address of a changeable object is required at the right...
  • 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, -...