• uVision Will Not Allow Me To Check Out FlexLM License
    Hello all, I'm having an issue that is causing us headaches when compiling using the MDK-ARM Standard version. We have a FlexLM license setup and it works - we can compile. However, it takes us roughly...
  • incomplete type is not allowed in c99
    Hello everyone, I am implementing a protocol handler. Within my code I have a (complete) struct typedefed to protocol_t in a routine i want to use the typedef and some raw format, so I initialized...
  • Max. Allowed size for variables
    I'm using the Keil DK-ARM suite to write code for the LPC2129. I want to read-out an ADC and store 1000 samples in an array. When I locally declare an array, the debugger comes up with: error 65: access...
  • Maximum Allowable Torquage?
    What clock rates can I operate at, by default, in the KIEL (not IARa) environment? Which initialization file specifies this value?
  • [Compiler BUG] error: #70: incomplete type is not allowed
    I'm porting a logger framework to KEIL arm compiler. Unfortunatly I get an error: logging/Logger.h(90): error: #70: incomplete type is not allowed But to my knowledge, there should not be...