From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11961 invoked by alias); 21 Mar 2005 03:12:38 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 11926 invoked from network); 21 Mar 2005 03:12:35 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 21 Mar 2005 03:12:35 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50 #1 (Debian)) id 1DDDL1-00071M-Js; Sun, 20 Mar 2005 22:12:19 -0500 Date: Mon, 21 Mar 2005 03:12:00 -0000 From: Daniel Jacobowitz To: Yeo Siow Vic Cc: gdb@sources.redhat.com Subject: Re: Gdb warning message when doing Remote debugging Message-ID: <20050321031219.GA26974@nevyn.them.org> Mail-Followup-To: Yeo Siow Vic , gdb@sources.redhat.com References: <1111189985.21599@horse.he.net> <00fc01c52dc2$1dafc110$2604a8c0@ndchunk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00fc01c52dc2$1dafc110$2604a8c0@ndchunk> User-Agent: Mutt/1.5.6+20040907i X-SW-Source: 2005-03/txt/msg00192.txt.bz2 On Mon, Mar 21, 2005 at 11:00:15AM +0800, Yeo Siow Vic wrote: > hi, > > I got the following warning message when i do a remote gdb debugging: > > $ ./gdb > ................................... > (gdb) target remote 192.168.2.2:2000 > Remote debugging using 192.168.2.2:2000 > 0x2aaa8dc0 in ?? () > warning: Unable to find dynamic linker breakpoint function. > GDB will be unable to debug shared library initializers > and track explicitly loaded dynamic code. > (gdb) c > Continuing > Error while mapping shared library sections: > /lib/ld.so.1 : no such file or directory > Error while mapping shared library symbols: > /lib/ld.so.1 : no such file or directory > > But i do have the dynamic library files on my target platform. What is the > problem here? You probably want to search the archives for discussion of solib-absolute-prefix. -- Daniel Jacobowitz CodeSourcery, LLC