This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: how to get target ldd ?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]