public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: make check errors with gcc-3.1
       [not found] <20020506024941.GA27753@nevyn.them.org>
@ 2002-05-06  4:13 ` Stephen L Moshier
  2002-05-06  7:26   ` Daniel Jacobowitz
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen L Moshier @ 2002-05-06  4:13 UTC (permalink / raw)
  To: Daniel Jacobowitz; +Cc: libc-alpha, gcc



On Sun, 5 May 2002, Daniel Jacobowitz wrote:

> On Sun, May 05, 2002 at 09:52:20PM -0400, Stephen L Moshier wrote:
> >
> >
> > Using gcc-3.1 from the current CVS branch, I am getting these errors
> > from make check on glibc-2.2.5.  There are no errors when building
> > with gcc-2.95.3.  The computer is an x86 AMD athlon.  Are these
> > legitimate, known, being worked on, ...?
> >
> > make[2]: *** [/e/b/arc/linux/glibc/build225/math/test-float.out] Error 1
> >
>
>
> > /e/b/arc/usr/lib/gcc-lib/i486-linux/3.1/../../../../i486-linux/bin/ld:
> >    Dwarf Error: Invalid or unhandled FORM value: 14.
>
>
> This one means that you need to use a newer binutils.


Can you say what version of binutils is required?
I think that ought to be documented in install.texi of gcc.
The one that was used above is version 2.11.90.0.27.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: make check errors with gcc-3.1
  2002-05-06  4:13 ` make check errors with gcc-3.1 Stephen L Moshier
@ 2002-05-06  7:26   ` Daniel Jacobowitz
  2002-05-06  7:50     ` Stephen L Moshier
  2002-05-06  7:53     ` Craig Rodrigues
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel Jacobowitz @ 2002-05-06  7:26 UTC (permalink / raw)
  To: Stephen L Moshier; +Cc: libc-alpha, gcc

On Mon, May 06, 2002 at 07:13:42AM -0400, Stephen L Moshier wrote:
> 
> 
> On Sun, 5 May 2002, Daniel Jacobowitz wrote:
> 
> > On Sun, May 05, 2002 at 09:52:20PM -0400, Stephen L Moshier wrote:
> > >
> > >
> > > Using gcc-3.1 from the current CVS branch, I am getting these errors
> > > from make check on glibc-2.2.5.  There are no errors when building
> > > with gcc-2.95.3.  The computer is an x86 AMD athlon.  Are these
> > > legitimate, known, being worked on, ...?
> > >
> > > make[2]: *** [/e/b/arc/linux/glibc/build225/math/test-float.out] Error 1
> > >
> >
> >
> > > /e/b/arc/usr/lib/gcc-lib/i486-linux/3.1/../../../../i486-linux/bin/ld:
> > >    Dwarf Error: Invalid or unhandled FORM value: 14.
> >
> >
> > This one means that you need to use a newer binutils.
> 
> 
> Can you say what version of binutils is required?
> I think that ought to be documented in install.texi of gcc.
> The one that was used above is version 2.11.90.0.27.

I don't know the exact date; any 2.12* should be fine.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: make check errors with gcc-3.1
  2002-05-06  7:26   ` Daniel Jacobowitz
@ 2002-05-06  7:50     ` Stephen L Moshier
  2002-05-06  8:23       ` Daniel Jacobowitz
  2002-05-06  7:53     ` Craig Rodrigues
  1 sibling, 1 reply; 5+ messages in thread
From: Stephen L Moshier @ 2002-05-06  7:50 UTC (permalink / raw)
  To: Daniel Jacobowitz; +Cc: libc-alpha, gcc


> > Can you say what version of binutils is required?
> > I think that ought to be documented in install.texi of gcc.
> > The one that was used above is version 2.11.90.0.27.
>
> I don't know the exact date; any 2.12* should be fine.

What about older versions of glibc?  Do you have to upgrade
the binutils in order to compile glibc-2.2.4 with gcc-3.1, for example?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: make check errors with gcc-3.1
  2002-05-06  7:26   ` Daniel Jacobowitz
  2002-05-06  7:50     ` Stephen L Moshier
@ 2002-05-06  7:53     ` Craig Rodrigues
  1 sibling, 0 replies; 5+ messages in thread
From: Craig Rodrigues @ 2002-05-06  7:53 UTC (permalink / raw)
  To: Stephen L Moshier, libc-alpha, gcc

> On Mon, May 06, 2002 at 07:13:42AM -0400, Stephen L Moshier wrote:
> > >
> > >
> > > > /e/b/arc/usr/lib/gcc-lib/i486-linux/3.1/../../../../i486-linux/bin/ld:
> > > >    Dwarf Error: Invalid or unhandled FORM value: 14.
> > >
> > >
> > > This one means that you need to use a newer binutils.
> > 
> > 
> > Can you say what version of binutils is required?
> > I think that ought to be documented in install.texi of gcc.
> > The one that was used above is version 2.11.90.0.27.


I brought this up on the gcc mailing list before:

http://gcc.gnu.org/ml/gcc/2002-02/msg01071.html

I agree with you that adding this to the install documentation
would be useful.
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@attbi.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: make check errors with gcc-3.1
  2002-05-06  7:50     ` Stephen L Moshier
@ 2002-05-06  8:23       ` Daniel Jacobowitz
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Jacobowitz @ 2002-05-06  8:23 UTC (permalink / raw)
  To: Stephen L Moshier; +Cc: libc-alpha, gcc

On Mon, May 06, 2002 at 10:50:02AM -0400, Stephen L Moshier wrote:
> 
> > > Can you say what version of binutils is required?
> > > I think that ought to be documented in install.texi of gcc.
> > > The one that was used above is version 2.11.90.0.27.
> >
> > I don't know the exact date; any 2.12* should be fine.
> 
> What about older versions of glibc?  Do you have to upgrade
> the binutils in order to compile glibc-2.2.4 with gcc-3.1, for example?

To compile anything with debugging information, in fact.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-05-06 15:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020506024941.GA27753@nevyn.them.org>
2002-05-06  4:13 ` make check errors with gcc-3.1 Stephen L Moshier
2002-05-06  7:26   ` Daniel Jacobowitz
2002-05-06  7:50     ` Stephen L Moshier
2002-05-06  8:23       ` Daniel Jacobowitz
2002-05-06  7:53     ` Craig Rodrigues

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).