Ole Loots wrote:
whenever I wan't to print out a variable, gdb says: inspect path warning: (Internal error: pc 0x2306be2 in read in psymtab, but not in symtab.)
There is a bug in GCC 4.x when generating a.out STABS debug information, it is the cause of what you are experiencing. It happens quite often.
With gdb 5.0 it causes serious problems, with gdb 7.0 it works better. Unfortunately I have not finished porting it, and I have no plans to continue soon.
Sadly, the only solution I know is to compile with GCC 2.95 in order to be able to use gdb.
-- Vincent Rivière