This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
970929 under solaris x86
- To: egcs-bugs at cygnus dot com
- Subject: 970929 under solaris x86
- From: Gregory Mounie <Gregory dot Mounie at imag dot fr>
- Date: Thu, 2 Oct 1997 18:21:36 +0200 (MET DST)
Hello,
I have tried to compile egcs-970929 under solaris x86 (2.5.1)
compilation failed with this problem:
gmake[2]: Leaving directory `/tmp/greg/egcs-970929/gcc'
gmake[2]: Entering directory `/tmp/greg/egcs-970929/gcc'
/tmp/greg/egcs-970929/gcc/xgcc -B/tmp/greg/egcs-970929/gcc/ -O2 -DIN_GCC -g -O2 -I./include -fPIC -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I./config \
-c ./cp/new1.cc
Assembler: new1.cc
aline 944 : Illegal mnemonic
aline 944 : syntax error
gmake[2]: *** [new1.o] Error 1
gmake[2]: Leaving directory `/tmp/greg/egcs-970929/gcc'
gmake[1]: *** [libgcc2.a] Error 1
gmake[1]: Leaving directory `/tmp/greg/egcs-970929/gcc'
gmake: *** [all-gcc] Error 2
Any idea ?
Gregory