This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
gcj/gdb in cross env
- From: FERANDELLE Pascal <pascal dot ferandelle at fr dot thalesgroup dot com>
- To: "java at gcc dot gnu dot org" <java at gcc dot gnu dot org>
- Date: Fri, 05 May 2006 09:29:37 +0200
- Subject: gcj/gdb in cross env
I build gcc/gcj 4.1.0 in cross env for target powerpc-linux, and did the same for gdb 6.4.
As I have a "Segmentation fault" with an HelloWorld program written in Java, and compiled with powerpc-linux-gcj -g, I tried to launch powerpc-linux-gdb on the exec file, but an error occurred :
Dwarf Error : wrong version in compilation unit header (is 99, should be 2) [in module HelloWorld]
Any idea will be helpful !!!
Pascal FERANDELLE