This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/16642] New: "unknown pseudo-op: `.subspa'" error while building cross compiler for hpux
- From: "gkyla at central dot ntua dot gr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jul 2004 11:11:18 -0000
- Subject: [Bug target/16642] New: "unknown pseudo-op: `.subspa'" error while building cross compiler for hpux
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
My machine is (uname -a):
Linux kentri 2.6.7-gentoo-r11 #5 Mon Jul 19 07:26:39 EEST 2004 i686 Intel(R)
Pentium(R) M processor 1500MHz GenuineIntel GNU/Linux
I use (gcc --version):
gcc (GCC) 3.3.3 20040412 (Gentoo Linux 3.3.3-r6, ssp-3.3.2-2, pie-8.7.6)
as a native compiler.
configure options for gcc were:
../gcc-3.4.1/configure --target=hppa64-hp-hpux11.11 --prefix=/usr/local
--enable-languages=c
from within directory /home/cross/gcc-3.4-hpux.
I have tried with binutils versions 2.14.90.0.8, 2.15, 2.15.90.0.3,
2.15.91.0.1, all installed in /usr/local using the same "--target" configure
option (and nothing else), plus all the necessary /usr/include headers from a
nearby hpux machine in /usr/local/hppa64-hp-hpux11.11/include.
Build was initiated with a plain "make" inside /home/cross/gcc-3.4-hpux.
The last lines of the build before it fails (in every case) are:
/home/cross/gcc-3.4-hpux/gcc/xgcc -B/home/cross/gcc-3.4-hpux/gcc/
-B/usr/local/hppa64-hp-hpux11.11/bin/ -B/usr/local/hppa64-hp-hpux11.11/lib/
-isystem /usr/local/hppa64-hp-hpux11.11/include
-isystem /usr/local/hppa64-hp-hpux11.11/sys-include -O2 -DIN_GCC
-DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I.
-I../../gcc-3.4.1/gcc -I../../gcc-3.4.1/gcc/. -I../../gcc-3.4.1/gcc/../include
-g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions
-fno-zero-initialized-in-bss -fno-unit-at-a-time \
-Dinhibit_libc -c ../../gcc-3.4.1/gcc/crtstuff.c -DCRT_BEGIN \
-o crtbegin.o
../../gcc-3.4.1/gcc/crtstuff.c:1: warning: -g is only supported when using GAS
on this processor,
../../gcc-3.4.1/gcc/crtstuff.c:1: warning: -g option disabled
/tmp/cczDQ7aG.s: Assembler messages:
/tmp/cczDQ7aG.s:2: Error: unsupported variable size or fill value
/tmp/cczDQ7aG.s:2: Warning: rest of line ignored; first ignored character is
`='
/tmp/cczDQ7aG.s:3: Error: unknown pseudo-op: `.subspa'
/tmp/cczDQ7aG.s:4: Error: unknown pseudo-op: `.subspa'
/tmp/cczDQ7aG.s:5: Error: unsupported variable size or fill value
/tmp/cczDQ7aG.s:5: Warning: rest of line ignored; first ignored character is
`='
/tmp/cczDQ7aG.s:6: Error: unknown pseudo-op: `.subspa'
/tmp/cczDQ7aG.s:7: Error: unknown pseudo-op: `.subspa'
/tmp/cczDQ7aG.s:8: Error: unknown pseudo-op: `.subspa'
/tmp/cczDQ7aG.s:13: Error: unknown pseudo-op: `.subspa'
/tmp/cczDQ7aG.s:17: Error: unknown pseudo-op: `.subspa'
/tmp/cczDQ7aG.s:21: Error: unknown pseudo-op: `.subspa'
/tmp/cczDQ7aG.s:55: Error: unknown pseudo-op: `.subspa'
/tmp/cczDQ7aG.s:58: Error: unknown pseudo-op: `.subspa'
/tmp/cczDQ7aG.s:61: Error: unknown pseudo-op: `.subspa'
/tmp/cczDQ7aG.s:63: Error: unknown pseudo-op: `.subspa'
/tmp/cczDQ7aG.s:67: Error: unknown pseudo-op: `.subspa'
/tmp/cczDQ7aG.s:75: Error: unknown pseudo-op: `.subspa'
/tmp/cczDQ7aG.s:80: Error: unknown pseudo-op: `.subspa'
make[1]: *** [crtbegin.o] Error 1
make[1]: Leaving directory `/home/cross/gcc-3.4-hpux/gcc'
make: *** [all-gcc] Error 2
--
Summary: "unknown pseudo-op: `.subspa'" error while building
cross compiler for hpux
Product: gcc
Version: 3.4.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: gkyla at central dot ntua dot gr
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: hppa64-hp-hpux11.11
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16642