• SARM.DLL not found in Toolset update v3.00a
    Hi, I cannot start simulator and ulink debugger after updating my toolset from version 2.50a to 3.00a . I reach a message telling me that sarm.dll is not found when I try to launch an application to...
  • Link error on missing symbol that is there.
    The symbol X shows up in the link map, but the linker still generates unresolved symbol errors for X in main. Any ideas? File Main.c: extern xdata X[]; static char xdata* p = X; void main( void...
  • wolfSSL error and missing eader file
    I installed for testing wolfSSL pack version 3.3.9. In Manage Run-Time Environment add to project Simple Client, Resolve Dependencies and make rebuild. compiler return compiling client.c.....
  • error c129: missing ';' before 'rs'
    #include<reg51.h> // LCD Pin Definitions // Sbit rs = P3^6; Sbit rw = P3^5; Sbit en = P3^4; #define dataport P2 ////////////////////// // PIR SENSOR INPUT // Sbit pir = P1^0; //////////////...
  • 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...