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]

egcs-971008: Assembler error in new1.cc for i686-sun-solaris2.5.1


Greetings all!

The "make" step for egcs-971008 fails with the following error:

./frame
/tmp/egcs-971008/gcc/xgcc -B/tmp/egcs-971008/gcc/ -O2   -DIN_GCC   -g -O2
-I./include  -fPIC -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I.
-I./config \
  -c ./cp/tinfo.cc
/tmp/egcs-971008/gcc/xgcc -B/tmp/egcs-971008/gcc/ -O2   -DIN_GCC   -g -O2
-I./include  -fPIC -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I.
-I./config \
  -c ./cp/tinfo2.cc
/tmp/egcs-971008/gcc/xgcc -B/tmp/egcs-971008/gcc/ -O2   -DIN_GCC   -g -O2
-I./include  -fPIC -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I.
-I./config \
  -c ./cp/new.cc
/tmp/egcs-971008/gcc/xgcc -B/tmp/egcs-971008/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 947	: Illegal mnemonic
	aline 947	: syntax error
*** Error code 1
make: Fatal error: Command failed for target `new1.o'
Current working directory /tmp/egcs-971008/gcc
*** Error code 1
make: Fatal error: Command failed for target `libgcc2.a'
Current working directory /tmp/egcs-971008/gcc
*** Error code 1
make: Fatal error: Command failed for target `all-gcc'

The configure was done for i686-sun-solaris2.5.1 -- this is intended for a
dual Pentium Pro running Solaris 2.5.1 for x86.  I believe this error was
reported by someone else for the same platform in the egcs-970929 build,
but no one responded.

Does anyone have any idea how to fix this?

Bernard Michaud
Excom Informatics Services



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