• WARNING C258 mspace ignored
    this "extract to show" compiles with the warning. I definitely do not want the overhead from mspace ignored. What am I missing in making this mspace dependent i.e VFcPtr always code. here void VFDcdatLgt...
  • error C258:mspace illegal in struct/union
    Hi all i want to read RTC time parameters. RTC is treated as one of memory location,it gets enabled when parameters are refered. following where the codes: struct tm{ unsigned char xdata second...
  • Dissabling specific warnings in C51
    I'm trying to disable some disturbing warnings (the generated code is fine; don't worry) but the only I find is the warninglevels (0, 1 or 2). Is there any directive to disable a specific Warning...
  • Disable Keil warning
    Hello, I've been trying to remove a compiling warning (C182) without success. Can anyone point me in the right direction? Is there a directive available to disable a specific warning ? Thank...
  • C51 doesn't catch mspace mismatch (warning 259)
    Hi all, according to Keil's C51 documentation the compiler should output a warning 259 when pointers to different memory spaces are intermixed. In a current project I painfully recognized that this...