• compling error query
    hi Dis is my program..and its showing error saying 'IDATA' segment too large...does it depend on the version of kiel used ? #include <REG52.H> #define ST_CNTRL P1 sfr ldata = 0x80; sbit rs = P3...
  • compling error query
    hi can anyone tell me wat does this error mean??? C214:'argument':conversion:pointer to non pointer mean??
  • compling error query
    hi Dis is my program..and its showing error saying 'IDATA' segment too large...does it depend on the version of kiel used ? #include <REG52.H> #define ST_CNTRL P1 sfr ldata = 0x80; sbit rs = P3...
  • Keil 3 not compling
    #define xtime(x) ((x<<1) ^ (((x>>7) & 1) * 0x1b)) #define Multiply(x,y) (((y & 1) * x) ^ \ ((y>>1 & 1) * xtime(x)) ^ \ ((y>>2 & 1) * xtime(xtime(x))) ^ \ ((y>>3 & 1) * xtime(xtime(xtime(x))))...
  • GETTING ERROR WHILE COMPLING MY PROGRAM LISTED BELOW
    .\Objects\test1.axf: Error: L6218E: Undefined symbol stderr_putchar (referred from retarget_io.o). .\Objects\test1.axf: Error: L6218E: Undefined symbol stdin_getchar (referred from retarget_io.o). ...