Topic : Integrating Ride7 RKit-51 as Toolchain in Silabs IDE under Win7

Forum : 8051

Original Post
Post Information Post
June 22, 2010 - 4:45pm
Guest

When calling the LX51 from command line or from Silabs IDE I always get:

***DOS ERROR 301 : INPUT FILE ERROR
(NAME: RC51S.LIB)
DOS EXCEPTION 0 : Error 0
LINK/LOCATE RUN COMPLETE, 1 ERROR FOUND.

I think its obvious that the linker cannot access RC51S.LIB.
To eliminate path related troubles I uninstalled the tools from the default location and tried to place them into "c:\raisonance\ride".
I also tried the linker command NLIB without success.

Thanks in advance

Replies
Post Information Post
+1
0
-1
June 23, 2010 - 8:52am
Raisonance Support Team

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

+1
0
-1
June 24, 2010 - 1:52pm
Guest

As I found out, the solution for this special problem is to specify
LIBPATH("C:\Raisonance\Ride\Lib\51") in Linkers command line flags.

+1
0
-1
June 24, 2010 - 2:43pm
Guest

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.