From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27523 invoked by alias); 6 Jun 2009 17:09:39 -0000 Received: (qmail 27515 invoked by uid 22791); 6 Jun 2009 17:09:38 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mx1.watchguard.com (HELO mars.watchguard.com) (206.191.171.101) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 06 Jun 2009 17:09:34 +0000 Received: from es02co.wgti.net (es02co.wgti.net [172.25.1.45]) by mars.watchguard.com (Postfix) with ESMTP id 3E93D48611D; Sat, 6 Jun 2009 09:29:50 -0700 (PDT) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: how to get target ldd ? Date: Sat, 06 Jun 2009 17:09:00 -0000 Message-ID: <7C3D15DD6E8F464998CA1470D8A322F3386132@ES02CO.wgti.net> In-Reply-To: <4A2A160E.7090400@piments.com> References: <4A2A160E.7090400@piments.com> From: "Dan Wilder" To: "peter" , "Crossgcc list" Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2009-06/txt/msg00011.txt.bz2 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=3D1 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