This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]