Is it possible to remotely debug a program on a PPC target machine (obsiously by gdbserver) with a x86 version of gdb or there is need to build a cross-gdb?

Thank you all!

link|improve this question

56% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Yes, it is possible to debug a PPC target with a GDB running on x86 host; and yes, you need a cross-gdb for doing that.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.