From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30023 invoked by alias); 21 Mar 2005 03:02:09 -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 29943 invoked from network); 21 Mar 2005 03:02:04 -0000 Received: from unknown (HELO netsmtp04.unimis.com) (61.222.84.252) by sourceware.org with SMTP; 21 Mar 2005 03:02:04 -0000 Received: from netweb02.net.unimis ([10.50.1.41]) by netsmtp04.unimis.com with Microsoft SMTPSVC(5.0.2195.5329); Mon, 21 Mar 2005 11:02:03 +0800 Received: from ndchunk ([210.243.240.210]) by netweb02.net.unimis with Microsoft SMTPSVC(5.0.2195.5329); Mon, 21 Mar 2005 11:02:01 +0800 Message-ID: <00fc01c52dc2$1dafc110$2604a8c0@ndchunk> From: "Yeo Siow Vic" To: References: <1111189985.21599@horse.he.net> Subject: Gdb warning message when doing Remote debugging Date: Mon, 21 Mar 2005 03:02:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 21 Mar 2005 03:02:02.0083 (UTC) FILETIME=[5AD65B30:01C52DC2] X-SW-Source: 2005-03/txt/msg00191.txt.bz2 hi, I got the following warning message when i do a remote gdb debugging: $ ./gdb ................................... (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