bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Linux 2.4.2, gcc 2.95.2 and glibc-2.2.2 problem on alpha platform


From: m . brulisauer
Subject: Linux 2.4.2, gcc 2.95.2 and glibc-2.2.2 problem on alpha platform
Date: Mon, 26 Feb 2001 16:56:40 +0100

Hi,
I am trying to build a current linux/alpha system using
the kernel 2.4.2, gcc 2.95.2 and binutils 2.10.1.0.7.

Kernel:         o.k.
gcc:            o.k.
binutils:       o.k.
glibc:  failed!

I have problems compiling the ./math/ modules that are
declared e.g. :

  float
  __cargf (__complex__ float x)
  {
    return __atan2f (__imag__ x, __real__ x);
  }

The gcc compiler aborts with the following message:

cargf.c:26: Unable to access imaginary part of complex value 
            in a hard register on this target

How can I handle this errors and compile a glibc library?

Best Regards, 
              \\\ /// 
              ( @ @ ) 
----------oOOO--(_)--OOOo----------
Martin Brülisauer
Engineering & Support 
Systime Informatik AG
Bruggacherstrasse 26
8117 Fällanden
SWITZERLAND
Tel: +(411) - 806 - 8650 
Fax: +(411) - 806 - 8622 
Email: address@hidden 
Web: www.systime.ch 
-----------------------------------
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]