Oops, I thought I had built that version of rproxy with the HIL library
linked statically. Well, its easy enough to build. The source is in CVS
(look amongst the JTAG stuff). You can build it for yourself.
Regards,
Steve
Carles Perello wrote:
On Wed, 2002-11-27 at 00:42, Steve Underwood wrote:
You don't need it. The library is statically linked into the Linux version.
[pere...@stream gdb-5.1.1]$ rproxy
rproxy: error while loading shared libraries: libHIL.so: cannot open
shared object file: No such file or directory
[pere...@stream gdb-5.1.1]$ rproxy
rproxy: error while loading shared libraries: libHIL.so: cannot open
shared object file: No such file or directory
[pere...@stream gdb-5.1.1]$ ldd /home/perello/msp430/bin/rproxy
libHIL.so => not found
libc.so.6 => /lib/libc.so.6 (0x4002f000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
thats from rproxy-linux-20021030 ...somebody knows where I can find a
static version?
thanks!