Eero Tamminen wrote:
On the Aranym side you would need the minimal Gdb server thing, on the PC side a cross-gdb (host x86, target m68k) and a debug version of the binary running in the Aranym. Then just tell DDD to start the cross-gdb. It should look something like this: - Aranym: # m68k-gdbserver HOST-IP:PORT m68k-binary-stripped - PC: $ ddd --debugger 'i386-m68k-gdb 68k-binary-unstripped' - in DDD Gdb prompt: (gdb) target remote HOST-IP:PORT
Thank you for these precise instructions. We "just" have to build the tools ! -- Vincent Rivière