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]

Re: gdbserver on PowerPC Issues


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'.
> 
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,

-- 
Paul Mundt <paul.mundt@timesys.com>
TimeSys Corporation

Attachment: signature.asc
Description: This is a digitally signed message part


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