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]

gcc 3.0 crashes during installation on IA64 Linux System !



Hi,

I tried to install on a IA64 Linux System.

Dist: gcc-everything-3.0.tar.gz

in objdir with ../configure --prefix=/home/mdeil --enable-language=c++

system: Linux troon.pallas.com 2.4.0test8-000913-45smp #1 SMP Sat Oct 7 06:47:38
PDT 2000 ia64 unknown

gcc: Reading specs from
/usr/lib/gcc-lib/ia64-cygnus-linux/2.9-ia64-000216-final/specs
gcc version 2.9-ia64-000216-final

make: troongcc-3.0/objdir> make -v
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for ia64-unknown-linux-gnu

Error: with make -j 4

[...]
gcc  -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H  -o
collect2 collect2.o tlink.o hash.o intl.o underscore.o version.o obstack.o
../libiberty/libiberty.a
if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
for file in .. ../../gcc/ginclude/stdarg.h ../../gcc/ginclude/stddef.h
../../gcc/ginclude/varargs.h ../../gcc/ginclude/proto.h
../../gcc/ginclude/stdbool.h ../../gcc/ginclude/iso646.h
../../gcc/config/ia64/ia64intrin.h ; do \
  if [ X$file != X.. ]; then \
    realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
    echo timestamp > include/$realfile; \
    rm -f include/$realfile; \
    cp $file include; \
    chmod a+r include/$realfile; \
  fi; \
done
rm -f include/limits.h
cp xlimits.h include/limits.h
chmod a+r include/limits.h
rm -f include/float.h
if [ xfloat-i386.h != xMakefile.in ]; then \
  cp ../../gcc/config/float-i386.h include/float.h && \
  chmod a+r include/float.h; \
else :; fi
rm -f include/README
cp ../../gcc/README-fixinc include/README
chmod a+r include/README
echo timestamp > stmp-int-hdrs
/home/mdeil/data/soft/gnu/gcc-3.0/objdir/gcc/xgcc
-B/home/mdeil/data/soft/gnu/gcc-3.0/objdir/gcc/
-B/home/mdeil/ia64-unknown-linux/bin/ -B/home/mdeil/ia64-unknown-linux/lib/
-isystem /home/mdeil/ia64-unknown-linux/include -c -o crtbegin.o -x
assembler-with-cpp ../../gcc/config/ia64/crtbegin.asm
../../gcc/config/ia64/crtbegin.asm: Assembler messages:
../../gcc/config/ia64/crtbegin.asm:56: Error: Unknown pseudo-op:  `.hidden'
../../gcc/config/ia64/crtbegin.asm:74: Error: Unknown pseudo function
`@pcrel(__do_global_dtors_aux#-16)'
../../gcc/config/ia64/crtbegin.asm:74: Error: Rest of line ignored. First
ignored character is `p'.
../../gcc/config/ia64/crtbegin.asm:74: Error: Bad expression
../../gcc/config/ia64/crtbegin.asm:75: Warning: Found '}' when manual bundling
is off
make[1]: *** [crtbegin.o] Error 1
make[1]: Leaving directory `/home/mdeil/data/soft/gnu/gcc-3.0/objdir/gcc'
make: *** [all-gcc] Error 2


Viele Gruesse / Best Regards

-- Mario 

Mario Deilmann
Senior Sales Engineer
--------------------------------------------------------------------
//// pallas 
Pallas GmbH / Hermuelheimer Str. 10 / 50321 Bruehl / Germany
Mario.Deilmann@pallas.com / www.pallas.com
Tel +49-2232-1896-31 / Fax +49-2232-1896-29
--------------------------------------------------------------------


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