From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30684 invoked by alias); 24 Apr 2003 19:16:31 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 30676 invoked from network); 24 Apr 2003 19:16:30 -0000 Received: from unknown (HELO mail.uh.edu) (129.7.69.101) by sources.redhat.com with SMTP; 24 Apr 2003 19:16:30 -0000 Received: from conversion-daemon by mail.uh.edu (Sun Internet Mail Server sims.4.0.2001.07.26.11.50.p9) id <0HDV0000147D94@mail.uh.edu> for gdb@sources.redhat.com; Thu, 24 Apr 2003 14:16:26 -0500 (CDT) Received: from localhost (Colorado.Mail.UH.EDU [129.7.69.103]) by mail.uh.edu (Sun Internet Mail Server sims.4.0.2001.07.26.11.50.p9) with ESMTP id <0HDV00MO647C9G@mail.uh.edu> for gdb@sources.redhat.com; Thu, 24 Apr 2003 14:16:25 -0500 (CDT) Date: Thu, 24 Apr 2003 19:16:00 -0000 From: Magdalena.Iovescu@mail.uh.edu Subject: Remote debuggind with gdb 5.3 To: gdb@sources.redhat.com Message-id: <482303844.1051211784913.JavaMail.root@localhost> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-SW-Source: 2003-04/txt/msg00295.txt.bz2 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@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