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]

Gdb warning message when doing Remote debugging


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?

Thanks.
Victor



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