• errors 318 & 210
    I have two questions : 1. When compiling my project include files in the c51\INC directory can't be located. there is an error ("can't open file 'stdio . h" …..) but if I write the #include...
  • errors 318 & 210
    I have two questions : 1. When compiling my project include files in the c51\INC directory can't be located. there is an error ("can't open file 'stdio . h" …..) but if I write the #include...
  • FATAL ERROR 210 with RTX Tiny and Silabs IDE 9.0
    Hi, I'm using SILABS IDE 9 and KEIL LINKER 5.01. When I compile my TINY RTX program. I get a FATAL ERROR 210: I/O ERROR ON INPUT FILE: EXCEPTION 0021H: PATH OR FILE NOT FOUND FILE: C:\KEIL\C51...
  • FATAL ERROR 210 with RTX Tiny and Silabs IDE 9.0
    Hi, I'm using SILABS IDE 9 and KEIL LINKER 5.01. When I compile my TINY RTX program. I get a FATAL ERROR 210: I/O ERROR ON INPUT FILE: EXCEPTION 0021H: PATH OR FILE NOT FOUND FILE: C:\KEIL\C51...
  • C141 error at line 12: syntax error near ';' and syntax error near ')' encountered
    1 #include <REGX52.H> 2 void delay_and_check_1(void); 3 void delay_and_check(void); 4 void check_button_pres(void); 5 void display_value(void); 6 #define column 000001111; 7 unsigned char store=0x00;...