From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12941 invoked by alias); 25 Feb 2006 23:18:29 -0000 Received: (qmail 12933 invoked by uid 22791); 25 Feb 2006 23:18:29 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sat, 25 Feb 2006 23:18:28 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FD8gD-0007wV-DM; Sat, 25 Feb 2006 18:18:25 -0500 Date: Mon, 27 Feb 2006 15:07:00 -0000 From: Daniel Jacobowitz To: EJS Cc: gdb@sourceware.org Subject: Re: Trouble remote debugging Message-ID: <20060225231824.GA30503@nevyn.them.org> Mail-Followup-To: EJS , gdb@sourceware.org References: <20060225043900.GA13941@nevyn.them.org> <20060225124844.60648.qmail@web35612.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060225124844.60648.qmail@web35612.mail.mud.yahoo.com> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00320.txt.bz2 On Sat, Feb 25, 2006 at 04:48:44AM -0800, EJS wrote: > Regarding solib-search-path vs solib-absolute-prefix, > I was actually setting both. I tried to set the prefix > alone, but some of the libs were in different > locations (eg /lib vs /lib/tls, etc.) Then you're using the wrong libs if your target uses /lib/tls and your host prefix doesn't contain it. Again, try a crosstool list. -- Daniel Jacobowitz CodeSourcery