• ERROR 210
    Dear All i am getting the error FOR C51 COMPILER *** FATAL ERROR 210: I/O ERROR ON INPUT FILE EXCEPTION 0021H:PATH OR FILE NOT FOUND FILE: \C51FPS.LIB PLS HELP ME OUT
  • 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...
  • using RTX51 Tiny with SiLabs paged-SFR part
    we recently got the RTX51 Tiny and want to use it with a Silicon Labs C8051F124. today i discovered various posts about problems using RTX51 with paged SFR devices. i've seen some suggestions about what...
  • rtx tiny
    #include <reg51.h> #include <rtx51tny.h> #include <stdio.h> unsigned char global; void First (void) _task_ 0 { os_create_task(1); os_create_task(2); os_delete_task(0); } void Second (void...
  • fatal error when compile
    keil output "C51 FATAL-ERROR" in output windows when I build my target in a project, but it's right in another project! why? it is same file!