Daniel Jacobowitz wrote: > On Tue, Sep 17, 2002 at 12:24:14PM -0500, Steven J. Hill wrote: > > Steve, have you started memorizing my responses again? :) > *gurgle* Yeah, I have. I apologize if it seemed I was taking credit for anything. >>>cross-gdb configured using: >>> >>>configure --prefix=/usr --target=mipsel-linux --disable-sim >>>--disable-tcl --enable-threads --enable-shared >>> >> >>Use '--target=mips-linux' and you'll be better off. Don't worry, it >>will support both endians. > > > Except for this one - where'd that come from? It should make no > functional difference either way, at least assuming you always give GDB > a binary. > I got some weird errors (unfortunately I can't remember) if I tried using 'mipsel-linux' as the target. So you're saying that a gdb configured for 'mipsel-linux' or 'mips-linux' should work the same? Thanks Daniel. -Steve