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]

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)




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