I am attempting to use the J-Link with a Freescale i.MX35 PDK board. I used CodeSourcery G++ to build an EABI executable -- just their simple factorial example to start.
I am observing an error right off the bat -- I can download the code to the i.MX35 memory using the "load" command in gdb, but as soon as I continue, this happens:

This was the sequence of commands in gdb:

Does anyone else have experience debugging using the J-Link on this board? Or any ARM11 cores in general?
Am I missing a special .gdbinit file or something?
I am observing an error right off the bat -- I can download the code to the i.MX35 memory using the "load" command in gdb, but as soon as I continue, this happens:
This was the sequence of commands in gdb:
Does anyone else have experience debugging using the J-Link on this board? Or any ARM11 cores in general?
Am I missing a special .gdbinit file or something?