This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

[Fwd: GCJ Debug Info Generation]


Hi,

    I originally posted this message to the GCC java-devel
mailing list and was told to try it here.

Thank you for your help in advance!

Ranjit.

-------- Original Message --------
Subject: GCJ Debug Info Generation
Date: Wed, 11 Sep 2002 15:56:09 +0530
From: Ranjit Mathew <rmathew@hotmail.com>

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]