From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5371 invoked by alias); 15 May 2007 12:58:27 -0000 Received: (qmail 5363 invoked by uid 22791); 15 May 2007 12:58:27 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 15 May 2007 12:58:20 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id DD51E4B267; Tue, 15 May 2007 07:58:17 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id C2BF14B262; Tue, 15 May 2007 07:58:17 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1HnwbY-0003Yl-G6; Tue, 15 May 2007 08:58:16 -0400 Date: Tue, 15 May 2007 12:58:00 -0000 From: Daniel Jacobowitz To: gomrioje Cc: gdb@sourceware.org Subject: Re: Debugging pthread in ARM. Message-ID: <20070515125816.GA13421@caradoc.them.org> Mail-Followup-To: gomrioje , gdb@sourceware.org References: <1179233344.1389.18.camel@DAFPC5206.ikusi.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1179233344.1389.18.camel@DAFPC5206.ikusi.net> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-05/txt/msg00051.txt.bz2 On Tue, May 15, 2007 at 02:49:04PM +0200, gomrioje wrote: > - For the gdb (host): > set solib-absolute-prefix /dev/null/ > set > solib-search-path /app/arm/debug/:/app/arm/bitbaketmp/staging/arm-linux/lib/ Don't do that. Whatever told you to do it was wrong. You need to set solib-absolute-prefix to point at something that looks like your target's file system, that is, you should be able to add /lib/ld-linux.so.2 (or however your platform spells it) and find the dynamic linker at that path on the host. -- Daniel Jacobowitz CodeSourcery