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

C51 Fatal Error L220

Hello,

I have a legacy system which was working fine (compile, link and target created successfully). The system was untouched for a year or so. But now, I couldn't able to build work space successfully.

OS: Windows XP 

When i try to build existing workspace, it ends up on linker error. 

The C51FPL.LIB is exist in the path. Is the library or installer corrupted. Please share your comments. 

Thanks!

Parents
  • I think the library file C51FPL.LIB is not correct. It seems that this file was not installed with your PK51 version 6.10. You must have copied this file into this folder. Usually, this library file is in the folder C\KEIL\C51\LIB\C51FPL.LIB. Why is the linker reading this library file from the path (without LIB)? Please try to use the file in the LIB folder.

Reply
  • I think the library file C51FPL.LIB is not correct. It seems that this file was not installed with your PK51 version 6.10. You must have copied this file into this folder. Usually, this library file is in the folder C\KEIL\C51\LIB\C51FPL.LIB. Why is the linker reading this library file from the path (without LIB)? Please try to use the file in the LIB folder.

Children