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]

Remote debuggind with gdb 5.3


Hello.

I am trying to setup remote debugging on an ARM platform. I compiled and
installed gdb 5.3 on host and target side (following 'the recipe' on
www.kegel.com/linux/gdbserver.html). I even applied the --with-solib-absolute-prefix patch, and I still got this error after that:

When I try to start the server on the target, I get this:

[guest at MyHost guest]$gdbserver host:3000 hello
gdbserver: error in loading shared libraries: libthread_db.so.1: cannot open
shared object file: No such file or directory

Any suggestions on how to solve this would be greatly appreciated.

Thanks in advance.

Magdalena


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