This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

problems using arm multi-ice


Hi folks,

I'm trying to debug an embedded arm target using a multi-ice module but I am experiencing some technical difficulties. I've built the multi-ice server as detailed in on http://sources.redhat.com/ecos/multi-ice.html
and I'm running gdb built for arm-elf target on a cygwin host. When I load a test image, I observe lots of 'ignoring packet errors' messages in the gdb shell and eventually the gdb session appears to hang. I've also run the mult-ice server in debug mode and observed some output, but I don't really know what (if anything) is significant. My target software is OS-less and was built using gcc 3.1.1. Apologies in advance if I've left out any important details, but I'd appreciate any help to getting up and running. Output from gdb and the muti-ice is given below.

Cheers,
Andy



Output from gdb :

$ arm-elf-gdb gdb-test
GNU gdb 5.1.1
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "--host=i686-pc-cygwin --target=arm-elf"...
(gdb) target remote localhost:9000
Remote debugging using localhost:9000
0x00000000 in _ENTRY ()
(gdb) load
Loading section .basecode, size 0x2e4 lma 0x0
Ignoring packet error, continuing...
Ignoring packet error, continuing...
Ignoring packet error, continuing...
Ignoring packet error, continuing...
Ignoring packet error, continuing...
Loading section .text, size 0x27ae lma 0x2e4
Ignoring packet error, continuing...
Ignoring packet error, continuing...

Output from multi-ice server in debug mode:

GDB Server starting on port 9000
Got a connection from tandoori
Recieved packet: Hc-1
Sending: $OK#9a
Recieved packet: qC
Not a good vector or eCos not running!
Sending: $#00
Recieved packet: qOffsets
Sending: $#00
Recieved packet: ?
Sending: $S00#b3
Recieved packet: Hg0
Sending: $OK#9a
Recieved packet: g
Sending: $9800030000000028050000006d170000a400030098000300ccdd0300a8dd0300713709
0008e00de500e04fe100000000ffffffffa8dd0300101b0000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000f3000000#52
Recieved packet: X0,0:
Sending: $#00
Recieved packet: M0,a1:18f09fe518f09fe518f09fe518f09fe518f09fe518f09fe518f09fe51
8f09fe53001000040000000540000006800000078000000000000008c0000002001000008009fe50
218a0e3001080e5fbffffeac003004a08009fe50117a0e3001080e5fbffffeac003004a18009fe50
217a0e3001080e5fbffffea08009fe50116a0e3001080e5fbffffeac003004a04e04ee208e00de50
0e04fe104e00de500008de50d
Writing 161 bytes starting at 0x0



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]