Zitat von David McCullough <[EMAIL PROTECTED]>:


Back when I wrote this:

        http://www.ucdot.org/article.pl?sid=03/01/30/0548223

and the m68k-elf toolchain came with m68k-bdm-elf-gdb included,  it was
working to a resonable extent.

I know this document very well. I tried the "m68k-bdm-elf-gdb" as well as "m68k-elf-gdb" from m68k-elf-tools-20030314.sh. Both show the same results as the m68k-uclinux-gdb from the latest Codesourcery Toolchain. I tried debugging also with different *.gdb files respectively different executables (created by the latest Codesourcery Toolchain) without success.

---snip---
(gdb) target remote board:3000
Remote debugging using board:3000
0x03d40048 in ?? ()
(gdb) b main
Cannot access memory at address 0x5a4
---snap---

The address 0x03d40048, which gets delivered by gdbserver, seems to be correct but somehow gdb is not able to relocate the *.gdb file to the correct address because it tries to access the target at address 0x5a4. Any ideas, where the problem might come from? Codesourcery toolchain, gdbserver????

With best regards,
Markus



_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to