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-970924 problem on Sun3


I can't get egcs to build on my FreeBSD system so I tried on the
Sun-3.  It dies in the same fashion:

./xgcc -B./  -DIN_GCC   -g -I./include     -DNO_MEM -DNO_LONG_DOUBLE_IO -O0 -I. -c ./enquire.c
/usr/tmp/cca10513.s: Assembler messages:
/usr/tmp/cca10513.s:19933: Error: Unknown operator -- statement `length of Common Information Entry' ignored
/usr/tmp/cca10513.s:19937: Error: Unknown operator -- statement `cie Identifier Tag' ignored
/usr/tmp/cca10513.s:19938: Error: Rest of line ignored. First ignored character valued 0x9.
/usr/tmp/cca10513.s:19939: Error: Unknown operator -- statement `cie Version' ignored


This is with binutils 2.8.1:

skink 2% more config.status
#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
configure --host=m68k-sun-sunos4.1.1 --with-gnu-as --with-gnu-ld --norecursion 
# using "config/mh-sun3"
skink 2% as -v
GNU assembler version 2.8.1 (m68k-sun-sunos4.1.1)

It was working as of 970917 (full make bootstrap), but I didn't try
970922:

skink 2% gcc -v
Reading specs from /usr/local/lib/gcc-lib/m68k-sun-sunos4.1.1/egcs-2.90.08/specs
gcc version egcs-2.90.08 970917 (gcc2-970802 experimental)

Kate


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