|
Hello folks,
I am tryin to setup the dev environment for at91sam7x256-ek, using a popular "getting started" document. I've gotten sam-ba and gdbserver setup as external tools in eclipse. Problem is, after I've burned the program onto flash using sam-ba, when I try to debug using gdbserver, I get the following errors: "localhost unknown", "monitor: not known for this target", etc. So basically gdbserver cannot connect to the board. But when I try arm-none-eabi-gdb from the command line, it connects. Any clue as to what I may be doing wrong? I appreciate your inputs.
|