grahamlab wrote: > Hello everyone > > When I try to run gdb I am seeing the following > > (gdb) target remote /dev/ttyS0 > Remote debugging using /dev/ttyS0 > 0x08003b3a in ?? () > (gdb) load > Loading section .rom_vectors, size 0x8 lma 0x68008000 > Loading section .ARM.exidx, size 0x10 lma 0x68008008 > Loading section .text, size 0x4330 lma 0x68008018 > Ignoring packet error, continuing... > > can anyone tell me what I am doing wrong
Pretty hard to say since we've no idea what platform you're using :-( Most likely cause is trying to load code into RAM that RedBoot (or GDB stubs) uses. Provide some [real] details and we might be able to help. -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
