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 TimeSys Corporation