• 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...
  • error
    hi sir iam excuting this program in keil 51; #include <math.h> #include <stdio.h> /* for printf */ #include<reg51.h> void tst_sqrt (void) { float x; float y; x = 25.0; y = sqrt (x);...
  • Error...
    Hello, I was building my project and got an error '_CONVER_HexToDec': not in formal parameter list. Does any one know about this??? above quoted is actually a function name. UINT is type defined...
  • Error
    My code is very easy.But, why I can't build it.I can't find my error. void main() { while (FOREVER) { P0=0x00; P0_1 = 1; Delay(); } Error: Target not created