This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

gdb_module.bin on SA1110


I am trying to port eCos to a StrongARM SA1110.
After makeing and loading the gdb stubs monitor, I get the following
when trying to load my
program:

(gdb) target remote /dev/ttyS0
Remote debugging using /dev/ttyS0
0x8001548 in ?? ()
(gdb) load
Loading section .rom_vectors, size 0x40 lma 0x10000
Loading section .text, size 0xafb8 lma 0x10040
Ignoring packet error, continuing...

Any ideas what might cause this?  I then did

set debug remote 1

And I think the offending line looks like:

r +$T0a0f:000000e8;0d:0300000a;#6a

Could someone help me decypher what this means and possible cause?  I
think I'm getting
timeout errors but I'm not exactly sure why.  Other parts of the
gdb_stubs appear to be
working correctly.

Thanks,

Warren



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