Cross compiling "make utils".

2008-12-08 Thread Rob Landley
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. I pointed at this back in February 2007: Let's start with adding "readelf" and "ldd" to the cross compiler. This means they need to run on the

Re: Cross compiling "make utils".

2008-12-09 Thread Rob Landley
On Monday 08 December 2008 19:54:57 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. > > I pointed at this back in February 2007: And apparently "make hostutils" got imp

Re: Cross compiling "make utils".

2009-01-11 Thread Denys Vlasenko
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".

Re: Cross compiling "make utils".

2009-01-12 Thread Rob Landley
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 targe

Re: Cross compiling "make utils".

2009-01-27 Thread Denys Vlasenko
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 cros