at91sam7se256 debugging with eclipse/gdb

I have a system consisting of:

WinXP with Cygwin

AT91SAM7SE256 board (24MHz MCK)

J-Link JTAG interface running through libusb-win32

OpenOCD 0.2.0

Eclipse with Zylin CDT

I have a basic .cfg for openocd that seems to init the device as it should. My problem is when I am about to configure the debug perspective of eclipse, I dont know what goes into which box…

I have tried following the “using open source tools” guide from Atmel, but they use deprecated commands, which makes progress difficult.

Anyone that can share a complete or close to complete solution?

You can try to understand the automatic translation of my tutorial

http://translate.google.com/translate?p … ry_state0=

You can also try the examples from the Download > ARM > Examples which have everything configured (but for GDB Hardware Debugging, not for Zylin)

The “right” translation will probably appear someday, but nobody knows when that day will come [;

4/3!!

Thanks for the post,

I however succeded in getting it to work for basic flash debugging a few hours ago. Just lockbits that needed clearing - the only difference from other ARM7 I have debugged.

/Daniel