how to get target ldd ?
Dan Wilder
Dan.Wilder@eng.watchguard.com
Sat Jun 6 17:09:00 GMT 2009
Maybe nyou can, but LDD is a shell script, and you can grab almost any
old copy of it.
Very likely you can get the same effect on your command using the
command line
LD_TRACE_LOADED_OBJECTS=1 your-command-here
which is the heart of ldd. Don't set LD_TRACE_LOADED_OBJECTS on a
command line by itself!
--
Dan Wilder
-----Original Message-----
From: crossgcc-owner@sourceware.org
[mailto:crossgcc-owner@sourceware.org] On Behalf Of peter
Sent: Saturday, June 06, 2009 12:09 AM
To: Crossgcc list
Subject: how to get target ldd ?
Hi,
I am having problems with a busybox ARM target I have build using ct-ng.
None of the executables , including busybox, seem to work unless I
build them static.
Unfortunately the rather trimmed down error handling in BB is more of a
distraction than a help in finding where the real problem lies.
Is there a way to get ldd for the target system out of ct-ng?
TIA, Peter.
--
For unsubscribe information see http://sourceware.org/lists.html#faq
--
For unsubscribe information see http://sourceware.org/lists.html#faq
More information about the crossgcc
mailing list