Hi there,
I have several "gdb" executables for several target processors:
"arm-eabi-gdb", "arm-elf-gdb", etc.
When building cgdb, I've tried to "configure --target=arm-eabi" to try
making it use a specific debugger, but not only does it not get
installed with the proper suffix (arm-eabi-cgdb), it also keeps using
the undecorated gdb.
Is it not supporting other than native gdb? I would say that
supporting cross debuggers shouldn't have to be a big deal, but
perhaps there is a reason why cgdb doesn't.
Could you let me know if that is the case, and otherwise, what would
be the right way to get cgdb to use the right cross debugger?
Cheers
David
|