On Monday 12 January 2009 19:02, Rob Landley wrote: > On Sunday 11 January 2009 16:09:52 Denys Vlasenko wrote: > > I am not expert, so take my opinion with a grain of salt. > > > > On Tuesday 09 December 2008 02:54, Rob Landley wrote: > > > So once again I'm trying to add readelf and ldd to my cross compiler > > > toolchain, to run on the host but examine target binaries, and I'm having > > > problems. > > > > You need "make hostutils". I think you discovered this already.
make utils should work now. May need a little kick in the pants: utils/Makefile.in may need to add -Wl,--dynamic-linker,$(SHARED_LIB_LOADER_PREFIX)/ld-uClibc.so.0 to compile commandlines if SHARED_LIB_LOADER_PREFIX != /lib. Please report if you will find such small problems. -- vda _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
