This is the mail archive of the gdb-patches@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: Remote target (CRIS) DejaGNU config scripts


On Mon, Feb 23, 2004 at 05:33:10PM +0100, Orjan Friberg wrote:
> Ok, it seems to be working now (minus a hack in remote.exp because 
> "username" had mysteriously disappeared).  One thing left though, 
> setting the solib search paths.  Putting those commands in a .gdbinit 
> file in the directory from where I run runtest didn't work, and I could 
> neither find a suitable board_info variable to put it in, nor an option 
> to runtest for it.  Any suggestions?

Not really.  I used to use gdb_start_hook but that doesn't work for the
MI tests.  Nowadays I build GDB with --with-sysroot, which sets
solib-absolute-prefix automatically; that's all I need.  If you're
testing a Linux target it may be enough for you also.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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