This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 with the full path

#include "c:\c51\inc\stdio.h" instead of

#include <stdio.h>

the files are located.

My autoexec.bat file is :



Set path = c:\c51\bin

Set c51lib = c:\c51\lib

Set c51inc = c:\c51\inc



How do we specify include files that don't reside in the \C51\INC directory?



2. Another error that I've got is:



***FATAL ERROR 210: I/O ERROR ON INPUT FILE:

EXCEPTION 0021H: PATH OR FILE NOT FOUND

FILE: LIB\C51L.LIB



I've checked and the c51l.lib file is in the lib directory

What is the reason for this fatal error?



Thanks

Rafi

Parents
  • This problem usally shows up when the user has COPIED the Keil tools from one computer to another instead of INSTALLING the Kiel tools.
    You did not mention the version of your tools. So look in the dialog Components, Environments, Books and set the correct environment for your copied version.
    Brad

Reply
  • This problem usally shows up when the user has COPIED the Keil tools from one computer to another instead of INSTALLING the Kiel tools.
    You did not mention the version of your tools. So look in the dialog Components, Environments, Books and set the correct environment for your copied version.
    Brad

Children