From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27534 invoked by alias); 22 Jun 2006 13:40:55 -0000 Received: (qmail 27525 invoked by uid 22791); 22 Jun 2006 13:40:55 -0000 X-Spam-Check-By: sourceware.org Received: from 203.197.88.2.ILL-PUNE.static.vsnl.net.in (HELO marvin.codito.net) (203.197.88.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 22 Jun 2006 13:40:51 +0000 Received: from webmail.codito.com (localhost [127.0.0.1]) by marvin.codito.net (8.13.5/8.13.5/Debian-3) with ESMTP id k5MDiLGL005731; Thu, 22 Jun 2006 19:14:22 +0530 Received: from 220.225.32.98 (SquirrelMail authenticated user ramana.radhakrishnan) by webmail.codito.com with HTTP; Thu, 22 Jun 2006 19:14:23 +0530 (IST) Message-ID: <54670.220.225.32.98.1150983863.squirrel@webmail.codito.com> In-Reply-To: <81C69D96BDD30640952C7A404004AA2543A7C3@ultsol01.tewks.ultsol.local> References: <81C69D96BDD30640952C7A404004AA2543A7C3@ultsol01.tewks.ultsol.local> Date: Thu, 22 Jun 2006 16:38:00 -0000 Subject: Re: Shared library Error in GDB From: "Ramana Radhakrishnan" To: "Fahd Abidi" Cc: gdb@sources.redhat.com Reply-To: ramana.radhakrishnan@codito.com User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Status: Clean 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-06/txt/msg00187.txt.bz2 Whats the target ? This usually means your host and target systems are different and your gdb is using the wrong dl. Is solib-absolute-prefix set in your GDB? cheers Ramana > Hello, > > When I start GDB to debug my helloword app I get the following warning: > > warning: Unable to find dynamic linker breakpoint function. > GDB will be unable to debug shared library initializes > and track explicitly loaded dynamic code. > > > Does anyone know what this warning means and how to resolve it? > > Fahd > > > > -----Original Message----- > From: gdb-owner@sourceware.org [mailto:gdb-owner@sourceware.org] On > Behalf Of Daniel Jacobowitz > Sent: Thursday, June 22, 2006 8:46 AM > To: Dave Murphy > Cc: gdb@sources.redhat.com > Subject: Re: What's the difference between gdb arm targets? > > > Please don't reply to random messages to post to the list. In this day > and age, everyone is expected to use a mail reader which supports > threading; you've attached yourself to an unrelated conversation. > > On Thu, Jun 22, 2006 at 10:04:47AM +0100, Dave Murphy wrote: >> Hi, >> >> Is there any significant difference between a gdb targeted for >> arm-linux, arm-eabi and arm-elf? Is it possible to combine all 3 > targets >> within one build? > > The defaults are different. I believe that as long as you give GDB an > ELF file every time, it will figure out the right behavior. To include > the Linux support code you need to configure for arm-linux, but the > other two don't have their own support code. > > -- > Daniel Jacobowitz > CodeSourcery > > > > ---- Ramana Radhakrishnan GNU Tools Codito Technologies