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

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 L210 : I/O ERROR ON INPUT FILE
EXEPTION 0021H; PATH OR FILE NOT FOUND

Did anyone know what i can do???
FILE : TST.OBJ

Parents
  • I am using PK166 package, so it may be different from the 8051 development tools.
    During the installation of the package there was only one thing concerning security key: I was asked if I wanted security key drivers for WinNT/Win2000 installed. Since my PC was running WinME, those drivers were not necessary.
    The compiler WILL NOT generate code without security key attached to the printer port of your PC.
    Good luck!
    Mike.

Reply
  • I am using PK166 package, so it may be different from the 8051 development tools.
    During the installation of the package there was only one thing concerning security key: I was asked if I wanted security key drivers for WinNT/Win2000 installed. Since my PC was running WinME, those drivers were not necessary.
    The compiler WILL NOT generate code without security key attached to the printer port of your PC.
    Good luck!
    Mike.

Children
No data