I am getting errors in my gdb session connected to oocd as follows. Why is this happening ?
arm-elf-gdb
GNU gdb 6.5.0.20060626-cvs
Copyright (C) 2006 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-linux-gnu --target=arm-elf”.
(gdb) file main.elf
Reading symbols from …/main.elf…done.
(gdb) break main
Breakpoint 1 at 0x240: file main.c, line 69.
(gdb) target remote localhost:3333
Remote debugging using localhost:3333
warning: (Internal error: pc 0x10 in read in psymtab, but not in symtab.)
warning: (Internal error: pc 0x10 in read in psymtab, but not in symtab.)
warning: (Internal error: pc 0x10 in read in psymtab, but not in symtab.)
warning: (Internal error: pc 0x10 in read in psymtab, but not in symtab.)
warning: (Internal error: pc 0x10 in read in psymtab, but not in symtab.)
_boot () at crt0.S:44
44 ldr pc,_dabt // data abort - _dabt
warning: (Internal error: pc 0x10 in read in psymtab, but not in symtab.)
Current language: auto; currently asm
warning: (Internal error: pc 0x10 in read in psymtab, but not in symtab.)
warning: (Internal error: pc 0x10 in read in psymtab, but not in symtab.)
(gdb)