| |||||
Technical Support Support Resources
Product Information | RTX51 TINY: FATAL ERROR 210 (RTX51.LIB NOT FOUND)Information in this article applies to:
QUESTIONWhen I compile and link my RTX51 Tiny program, I receive the following linker error message.
*** FATAL ERROR 210: I/O ERROR ON INPUT FILE:
EXCEPTION 0021H: PATH OR FILE NOT FOUND
FILE: C:\KEIL\C51\LIB\RTX51.LIB
How do I solve this problem? ANSWERThis error message is usually caused when the RTX51TINY directive is not specified to the linker. This directive is required when linking RTX51 TINY programs. On the command line...Specify the RTX51TINY directive on the BL51 command line after your object files. For example: BL51 myfile.obj RTX51TINY In µVision...
In µVision2...
MORE INFORMATION
Last Reviewed: Monday, July 18, 2005 | ||||
| |||||