• Warning: c259: pointer: different mspace
    I cannot get rid of this warning. All the documents I have read do not help at all. ( these include Keil forum search, Keil help function, the 8051 "bible", google e.t.c). void halLcdWriteLine(uint8...
  • Warning: c259: pointer: different mspace
    I cannot get rid of this warning. All the documents I have read do not help at all. ( these include Keil forum search, Keil help function, the 8051 "bible", google e.t.c). void halLcdWriteLine(uint8...
  • Lx51 "Data Type Different" Warnings ?
    Hello. I have a project that links to a library I created using the C51 toolset. If I build it using BL51, everything's cool. If I build it with Lx51, I get warnings like this: *** WARNING L25:...
  • Lx51 "Data Type Different" Warnings ?
    Hello. I have a project that links to a library I created using the C51 toolset. If I build it using BL51, everything's cool. If I build it with Lx51, I get warnings like this: *** WARNING L25:...
  • Inconsistent warnings about different data types ?
    C51 COMPILER V9.53.0.0 LX51 LINKER/LOCATER V4.66.30.0 I have the following (relevant) lines of code: extern xdata uint8_t rtu_rx_buf[]; extern xdata uint8_t rtu_tx_buf[]; . . . struct{ uint8_t...