• C51 FATAL-ERROR : NON-NULL ARGUMENT EXPECTED
    I'm using Simplicity Studio with Keil C51 v9.53... I tried enabling c99 compatibility by adding "--c99" to the "Additional Flags" setting within the compiler settings in project properties. Long...
  • C51: Null function pointer
    I am trying to convert an unmaintainable user interface driver over to something that uses data structures to define the menu organization (This example is stripped down to the bare minimum from my...
  • about keil fatal error
    hi to all i write a program in keil and when build it shows following error ACTION:PARSING SOURCE FILE ERROR:PREPROCESSOR:MACROS TOO NESTED C51 Terminated can anyone tell me whats mean it...
  • Fatal error L213
    Information in this support solution applies to: C51 Version 6.00 I receive the following error when I link a very simple project in the EVAL version: FATAL ERROR L213:I/O ERROR ON WORK FILE...
  • FATAL ERROR L210
    When i compile the following code : counsigned char a,b,value; void main() { value = 0xF0; a = (value >> 4) && 0x0F; b = (value << 4) && 0x0F; } i get this error massage: ***FATAL ERROR...