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

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

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

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

Bruno Richard, PhD.
RAISONANCE - 17, avenue Jean Kuntzmann - F-38330 Montbonnot St Martin - FRANCE
There are 10 types of people in the world: Those who understand binary, and those who don't.

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

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

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

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.