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]
Other format: [Raw text]

[Bug bootstrap/11686] New: Error on make bootstrap


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11686

           Summary: Error on make bootstrap
           Product: gcc
           Version: 3.2.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: liadi at savantis dot com
                CC: gcc-bugs at gcc dot gnu dot org

Hi all. I'm trying to compile gcc3.2.2 on my: 
HP-UX B.11.00 A 9000/800
I have a gcc 3.3 on that machine (from binaries, I can't compile it...) and 
I'm using gnu make 3.8
I try to compile the next configuration:
#../configure --prefix=/opt --enable-threads=posix --enable-
languages=c,c++,f77,objc --with-gnu-as --with-as=/opt/gcc3.3/pa20_64/bin/as --
with-gnu-ld --with-ld==/opt/gcc3.3/pa20_64/bin/ld
#make bootstrap
after 15 min. I get this message:

if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
./xgcc -B./ -B/opt/hppa2.0w-hp-hpux11.00/bin/ -isystem /opt/hppa2.0w-hp-
hpux11.00/include -isystem /opt/hppa2.0w-hp-hpux11.00/sys-include -O2  -
DIN_GCC    -W -Wall -W
write-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -
fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -
I../../gcc -I.
./../gcc/. -I../../gcc/config -I../../gcc/../include  -DL_muldi3 -
c ../../gcc/libgcc2.c -o libgcc/./_muldi3.o
/var/tmp//ccbdAQod.s: Assembler messages:
/var/tmp//ccbdAQod.s:3: Error: unknown pseudo-op: `.subspa'
/var/tmp//ccbdAQod.s:4: Error: unknown pseudo-op: `.subspa'
/var/tmp//ccbdAQod.s:6: Error: unknown pseudo-op: `.subspa'
/var/tmp//ccbdAQod.s:7: Error: unknown pseudo-op: `.subspa'
/var/tmp//ccbdAQod.s:14: Error: unknown pseudo-op: `.subspa'
/var/tmp//ccbdAQod.s:264: Error: unknown pseudo-op: `.nsubspa'
/var/tmp//ccbdAQod.s:370: Error: unknown pseudo-op: `.nsubspa'
make[3]: *** [libgcc/./_muldi3.o] Error 1
make[3]: Leaving directory `/tmp/gcc-3.2.2/obj/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/tmp/gcc-3.2.2/obj/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/tmp/gcc-3.2.2/obj/gcc'
make: *** [bootstrap] Error 2

Please Help


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