This is the mail archive of the gdb@sources.redhat.com 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: Gdb warning message when doing Remote debugging


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 <program_name>
> ...................................
> (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


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