Internal errors in gdb
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Internal errors in gdb



Does anyone here have any idea why I get multiple warnings like:

warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

in arm-elf-gdb when I load an executable?

If I execute gdb from a cygwin prompt, I don't see that problem, but I
do get those errors when I execute gdb from a .bat file like:

SET PATH=%PATH%;c:\cygwin\usr\local\bin

arm-elf-gdb -nx -batch -command=%1 %2
PAUSE

EXIT

--
Bryce Schober