This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Shared library Error in GDB


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]