Forum : 8051
Original Post
Post Information | Post |
---|---|
June 22, 2010 - 4:45pm
|
When calling the LX51 from command line or from Silabs IDE I always get: ***DOS ERROR 301 : INPUT FILE ERROR I think its obvious that the linker cannot access RC51S.LIB. Thanks in advance |
Hi,
Did you try to run an example provided with your RKit-51?
Also, ensure that you are using the latest version (you can download updates from our Web site).
Regards,
Bruno
As I found out, the solution for this special problem is to specify
LIBPATH("C:\Raisonance\Ride\Lib\51") in Linkers command line flags.
I double checked whith the latest lx-51.pdf (V1.01) available for download but for any reason the LIBPATH directive is not given there.