• EXCEPTION 0021H: PATH OR FILE NOT FOUND
    Dear, I just downloaded the evaluation version of latest C166 Compiler. When I'm going to compile one of the examples "RTXtiny (RTX_EX1.Uv2)" under EC++ subfolder in examples folder i...
  • 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
    Every time I compile a project using the silicon labs IDE on my BIG8051, I get this error: FATAL ERROR L210: I/O ERROR ON INPUT FILE: EXCEPTION 0021H: PATH OR FILE NOT FOUND FILE: C:\Users\adais...
  • *** 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...