public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/16642] New: "unknown pseudo-op: `.subspa'" error while building cross compiler for hpux
@ 2004-07-20 11:11 gkyla at central dot ntua dot gr
  2004-07-20 14:00 ` [Bug target/16642] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: gkyla at central dot ntua dot gr @ 2004-07-20 11:11 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug target/16642] "unknown pseudo-op: `.subspa'" error while building cross compiler for hpux
  2004-07-20 11:11 [Bug target/16642] New: "unknown pseudo-op: `.subspa'" error while building cross compiler for hpux gkyla at central dot ntua dot gr
@ 2004-07-20 14:00 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-20 14:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-20 14:00 -------
Invalid as you had forgot to supply --with-gnu-as.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-07-20 14:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-20 11:11 [Bug target/16642] New: "unknown pseudo-op: `.subspa'" error while building cross compiler for hpux gkyla at central dot ntua dot gr
2004-07-20 14:00 ` [Bug target/16642] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).