This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Tests on powerpc-unknown-linux-gnu
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> gdb does not like it very much either:
Mark> (gdb) run
Mark> Starting program: /tmp/a.out
Mark> Error while reading shared library symbols:
Mark> DW_FORM_strp pointing outside of .debug_str section
Mark> Error while reading shared library symbols:
This means you need a newer gdb.
The gcc 3.1 Dwarf output changed a bit in recent months, and old
versions of gdb don't understand the new stuff.
Tom