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]

snapshot build bug on ALPHA



Hi,

The following bug has plagued the latest few snapshots on our alpha, when
doing a simple configure; make.

We simple get lots of the following error at one file in the build
process:

make[2]: Entering directory `/home/chris/egcs-980315/gcc'
rm -f f771
gcc  -DIN_GCC  -DUSE_GNULIBC_1 -g -O2  -W -Wall  `case
"alphaev56-unknown-linux-gnulibc1" in m68k-next-nextstep*) echo -segaddr
__DATA 6000000;; *-*-aix[4-9]*) \`gcc --print-prog-name=ld\` -v 2>&1 |
grep BFD >/dev/null || echo -Wl,-bbigtoc;; esac` -o f771 \
      f/bad.o f/bit.o f/bld.o f/com.o f/data.o f/equiv.o f/expr.o
f/global.o f/implic.o f/info.o f/intrin.o f/lab.o f/lex.o f/malloc.o
f/name.o f/parse.o f/proj.o f/src.o f/st.o f/sta.o f/stb.o f/stc.o f/std.o
f/ste.o f/storag.o f/stp.o f/str.o f/sts.o f/stt.o f/stu.o f/stv.o f/stw.o
f/symbol.o f/target.o f/top.o f/type.o f/version.o f/where.o `cat
stamp-objlist | sed -e "s:  : :g" -e "s: : f/:g"` `if [ xobstack.o != x ];
then echo obstack.o; else true; fi` `case "gcc" in "cc") if [ x != x ];
then echo ; else true; fi ;; esac` `if [ x != x ]; then echo ; else true;
fi` 
/usr/lib/crtend.o: In function `__do_global_ctors_aux':
../sysdeps/alpha/elf/crtend.S:73: relocation truncated to fit: LITERAL
__CTOR_END__
../sysdeps/alpha/elf/crtend.S:73: relocation truncated to fit: LITERAL
__do_global_ctors_aux
f/../alpha.o: In function `print_operand':

/home/chris/egcs-980315/gcc/./config/alpha/alpha.c:2610: relocation
truncated to fit: LITERAL $C91
/home/chris/egcs-980315/gcc/./config/alpha/alpha.c:2623: relocation
truncated to fit: LITERAL $C92

<lots more similar errors>


System info: alphaev56-linux-gnulibc1

RH4.2 install, and its a 164LX.

According to the docs with the snapshot, compiling/installing on an alpha
has "no specific prerequisites" so I assume my binutils, etc. are
sufficiently up to date.

Cheers
Chris



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