• error C129 : missing ";" before xdata
    I'm converting some C code from Archimedies to Keil version 7.0 and I don't know why this error C129 is popping up. I thought is was because in Archimedies xdata came before uchar so I switched around...
  • error C129 : missing ";" before ' 0 '
    error C129 : missing ";" before '0' anyone help me figure it out please it be much appreciated as per i am new to this thank you and have a nice dau to all ORG 0h Coma EQU 30H UNIT EQU 31h Dozens...
  • main.c(11): error C129: missing ';' before 'void'
    void init_LCM(void) { write_inst(0x30); /*set function*/ write_inst(0x30); /*set function*/ write_inst(0x30); /*set function*/ write_inst(0x38); /*set 2 line*/ write_inst(0x08); /*off lcd*/ write_inst...
  • Error C129: Missing ";" before (class name)
    Hi. I am getting the C129 error. It is a bit odd b/c it is telling me that i need a ";" before the class name i declared "class Sched {". There is no code before this class declaration; it is at the...
  • PORTABLE.H(103): error C129: missing ';' before '*'
    Hi everybody ! I just want to ask somethong... portSTACK_TYPE *pxPortInitialiseStack( portSTACK_TYPE *pxTopOfStack, pdTASK_CODE pxCode, void *pvParameters ); here the compiler says: PORTABLE...