This is the mail archive of the gcc-bugs@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]

Re: Build failure - egcs-971122 - alphaev56-unknown-linux-gnulibc1 - $at reg - sarray.c.


Richard Henderson <rth@dot.cygnus.com> writes:

> On Mon, Nov 24, 1997 at 08:38:09PM +0200, Harvey J. Stein wrote:
> > egcs-971122 fails to build for me under alphaev56-unknown-linux-gnulibc1:
> [...]
> > /tmp/cca01041.s:786: Error: macro requires $at register while noat in effect
> [...]
> > GNU assembler version 2.7 (alpha-unknown-linux), using BFD version 2.7.0.2
> 
> Just discovered this from someone else, but gas 2.7.0.2 is broken.
> You can't get proper byte/word instructions out of it.  And it isn't
> easy to upgrade, so I'll tell you to just use alphaev5-*-*-* as your
> config target.

It dies somewhere else now:

   hjstein@blaster:~/egcs-971122$ ./configure --host=alphaev5-unknown-linux-gnulibc1 --prefix=/usr/local/gnu
   Created "Makefile" in /home/hjstein/egcs-971122
   Links are now set up to build a native compiler for alphaev5-unknown-linux-gnulibc1
   hjstein@blaster:~/egcs-971122$ make
   ...
   /home/hjstein/egcs-971122/gcc/xgcc -B/home/hjstein/egcs-971122/gcc/ -c -g -O2 -I. -I. -D_G_HAVE_MMAP iogetc.c
   In file included from iogetc.c:26:
   libioP.h:31: bits/libc-lock.h: No such file or directory
   make[1]: *** [iogetc.o] Error 1
   make[1]: Leaving directory `/home/hjstein/egcs-971122/libraries/libio'
   make: *** [all-target-libio] Error 2

I guess I'll have to wait for RH5.0 as you suggested...

-- 
Harvey J. Stein
Berger Financial Research
hjstein@bfr.co.il


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