This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
GCJ Debug Info Generation
- From: Ranjit Mathew <rmathew at hotmail dot com>
- To: java at gcc dot gnu dot org
- Date: Wed, 11 Sep 2002 15:56:09 +0530
- Subject: GCJ Debug Info Generation
Hi,
I'm using GCJ 3.2 on Windows (MinGW) and when I try to
compile even the simplest of programs I get errors similar
to:
---------------------------- 8< --------------------------------
/c/temp > /c/gcc3.2/mygcc/bin/gcj -c T.java
C:\DOCUME~1\ADMINI~1.DOM\LOCALS~1\Temp/cccraaaa.s: Assembler messages:
C:\DOCUME~1\ADMINI~1.DOM\LOCALS~1\Temp/cccraaaa.s:26: Warning: .stabs:
description field '80006' too big, try a different debug format
C:\DOCUME~1\ADMINI~1.DOM\LOCALS~1\Temp/cccraaaa.s:84: Warning: .stabs:
description field '10001' too big, try a different debug format
---------------------------- 8< --------------------------------
Why does it come? Since this is a "home made" GCJ, is there
anything I should have taken care of while building it?
Experimenting with various -g flags, I find that the problem
disappears for -gstabs and -gcoff, but appears for -ggdb and
-gstabs+(!).
Thanks for your help in advance!
Sincerely Yours,
Ranjit Mathew
(rmathew_AT_hotmail_COM)