cross-compile GDB ?

Joel Brobecker brobecker@adacore.com
Thu Sep 13 18:58:00 GMT 2007


> It works for me; we routinely build gdb (including gdbserver) for a
> mips target on an i386 host.  The switches are --host=<mipstarget>
> --target=<mipstarget> --build=<i386host>.  And of course you need a
> toolchain (compiler etc) for the target.

Aha, I completely forgot about the --build switch... That gets me past
this first hurdle. Thanks!

-- 
Joel



More information about the Gdb mailing list