From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29364 invoked by alias); 20 Nov 2002 19:19:26 -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 29308 invoked from network); 20 Nov 2002 19:19:21 -0000 Received: from unknown (HELO exchange.timesys.com) (65.117.135.102) by sources.redhat.com with SMTP; 20 Nov 2002 19:19:21 -0000 Received: from [192.168.2.66] ([65.117.135.98]) by exchange.timesys.com with Microsoft SMTPSVC(5.0.2195.3779); Wed, 20 Nov 2002 14:12:27 -0500 Subject: Re: gdbserver on PowerPC Issues From: Paul Mundt To: Daniel Jacobowitz Cc: gdb@sources.redhat.com In-Reply-To: <20021120183953.GC24089@nevyn.them.org> References: <1037812916.1315.22.camel@Origin> <20021120183953.GC24089@nevyn.them.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ckyd0l/etYx6rcQE4Th+" Organization: TimeSys Corporation Message-Id: <1037820175.1317.30.camel@Origin> Mime-Version: 1.0 Date: Wed, 20 Nov 2002 11:19:00 -0000 X-OriginalArrivalTime: 20 Nov 2002 19:12:27.0984 (UTC) FILETIME=[C43AC500:01C290C8] X-SW-Source: 2002-11/txt/msg00285.txt.bz2 --=-ckyd0l/etYx6rcQE4Th+ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Content-length: 693 On Wed, 2002-11-20 at 13:39, Daniel Jacobowitz wrote: > The problem is presumably that you haven't told GDB where to look for > the dynamic linker and shared libraries. Try using 'set > solib-absolute-prefix' before you 'target remote'. >=20 Ah! This was indeed the problem. Though oddly enough, adjusting solib-absolute-prefix didn't make the problem go away. I had to set it to /dev/null and then set solib-search-patch to the proper directory before the issue would fix itself. There was some CRIS documentation hinting that that would only be necessary if the end of the path wasn't /lib, but in this case it was. Regards, --=20 Paul Mundt TimeSys Corporation --=-ckyd0l/etYx6rcQE4Th+ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part Content-length: 232 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQA92+EPicEyV32UmDQRAnV2AJ9Y+jXqi3Tw8w3zwl0RQv6271xpvwCfU1i6 Oyye26j6g39M5PpkIiTHsiw= =5oKd -----END PGP SIGNATURE----- --=-ckyd0l/etYx6rcQE4Th+--