This is the mail archive of the gcc@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]

Compile failure (help me please!)


I'm trying to compile egcs (1019 snap) on hpux-10.10, and I have

GNU sed version 3.02
GNU assembler version 2.7 (hppa1.1-hp-hpux10.10), using BFD version 2.7
gcc version 2.7.2.1

configured thusly...
./configure  --prefix=/home/admin/sleas/local/egcs-19981019 --with-gnu-as

And I encounter the following errors...  What do I need to do?  I've
attatched a complete script of the compile in case the following is
not enough...

*********************************************************************************
rm -f tmp-dum.c tmp-dum.s
touch s-under
gcc -c  -DIN_GCC    -g -O2  -DHAVE_CONFIG_H -DHAIFA    -I. -I. -I./config -I./../include underscore.c
rm -f collect2
gcc  -DIN_GCC    -g -O2  -DHAVE_CONFIG_H -DHAIFA  -o collect2 collect2.o tlink.o hash.o \
cplus-dem.o underscore.o version.o choose-temp.o mkstemp.o obstack.o alloca.o     ../libiberty/libiberty.a
/tmp/sleas/egcs-19981019/gcc/xgcc -B/tmp/sleas/egcs-19981019/gcc/ -B/home/admin/sleas/local/egcs-19981019/hppa1.1-hp-hpux10.10/bin/ -dump
specs > tmp-specs
mv tmp-specs specs
echo "void __foo () {}" > dummy.c
/tmp/sleas/egcs-19981019/gcc/xgcc -B/tmp/sleas/egcs-19981019/gcc/ -B/home/admin/sleas/local/egcs-19981019/hppa1.1-hp-hpux10.10/bin/  -DIN
_GCC    -g -O2 -I./include  -c dummy.c
as: "/var/tmp/cc2jrHwv.s", line 10: error 1052: Directive name not recognized - FILE
as: "/var/tmp/cc2jrHwv.s", line 12: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 13: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 18: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 19: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 20: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 21: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 22: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 23: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 24: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 25: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 26: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 27: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 28: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 29: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 30: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 31: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 32: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 33: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 34: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 35: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 36: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 38: error 1052: Directive name not recognized - NSUBSPA
as: "/var/tmp/cc2jrHwv.s", line 39: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 41: error 1052: Directive name not recognized - STABN
as: "/var/tmp/cc2jrHwv.s", line 50: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 52: error 1052: Directive name not recognized - NSUBSPA
as: "/var/tmp/cc2jrHwv.s", line 53: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 54: error 1051: Illegal symbol in opcode position - :

make[1]: *** [libgcc1.null] Error 1
make[1]: Leaving directory `/tmp/sleas/egcs-19981019/gcc'
make: *** [all-gcc] Error 2

-Shawn
<=========== America Held Hostage ===========>
   Day 2100 for the poor and the middle class. 
   Day 2119 for the rich and the dead.
   822 days remaining in the Raw Deal.
<============================================> 

egcs-compile.txt.gz


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