• 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...
  • *** FATAL ERROR L210: I/O ERROR ON INPUT FILE:
    *** FATAL ERROR L210: I/O ERROR ON INPUT FILE: EXCEPTION 0021H: PATH OR FILE NOT FOUND FILE: E:\RAJESH\SETUPTKEY_VERIFYMAY07\SIMULATION_WITHCASON.OBJ I am getting the above error while building the...
  • ERROR L210: I/O ERROR ON INPUT FILE:
    Hi! I have some problems linking my program on a P5MX Chip with the LX51 V3.54. All my files are compiling succesfully and I want to use a linear addressing without banking and I have the following...
  • error L210 when trying to alter SiLabs kernel
    I attempting to add some code to the main.c file of the kernel provided with the Si8250x Development Kit. When I compile the project in the SiLabs IDE using the Keil C51 tools without my additional code...
  • *** FATAL ERROR L210: I/O ERROR ON INPUT FILE: EXCEPTION 0021H: PATH OR FILE NOT FOUND
    I try to port uCOS-II to my kitcon167cr evalution board.But I met a problem with error message as listed below: *** FATAL ERROR L210: I/O ERROR ON INPUT FILE: EXCEPTION 0021H: PATH OR FILE NOT FOUND...