public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* [egcs-1.0] hp10.20 and gnu as
@ 1997-12-04 13:27 Christophe Prudhomme
  1997-12-04 14:19 ` Jeffrey A Law
  0 siblings, 1 reply; 2+ messages in thread
From: Christophe Prudhomme @ 1997-12-04 13:27 UTC (permalink / raw)
  To: egcs

Hie

where can i find a newer version of binutils?
the version(2.8.1) is not sufficient for egcs with gnus-as compiling support

rm -f ld
ln collect2 ld
/home/local/tmp/egcs-1.0/gcc/xgcc -B/home/local/tmp/egcs-1.0/gcc/ -dumpspecs > tmp-specs
mv tmp-specs specs
echo "__foo () {}" > dummy.c
/home/local/tmp/egcs-1.0/gcc/xgcc -B/home/local/tmp/egcs-1.0/gcc/  -DIN_GCC    -O2 -I./include  -c dummy.c
as: "/var/tmp/cca20964.s", line 15: error 1052: Directive name not recognized - NSUBSPA
make[1]: *** [libgcc1.null] Error 



as --version
GNU assembler 2.8.1
Copyright 1997 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License.  This program has absolutely no warranty.
This assembler was configured for a target of `hppa1.1-hp-hpux10.20'.  

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

* Re: [egcs-1.0] hp10.20 and gnu as
  1997-12-04 13:27 [egcs-1.0] hp10.20 and gnu as Christophe Prudhomme
@ 1997-12-04 14:19 ` Jeffrey A Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey A Law @ 1997-12-04 14:19 UTC (permalink / raw)
  To: Christophe Prudhomme; +Cc: egcs

  In message < m0xdddp-0003FyC@elisa.asci.fr >you write:
  > Hie
  > 
  > where can i find a newer version of binutils?
  > the version(2.8.1) is not sufficient for egcs with gnus-as compiling support
  > 
  > rm -f ld
  > ln collect2 ld
  > /home/local/tmp/egcs-1.0/gcc/xgcc -B/home/local/tmp/egcs-1.0/gcc/ -dumpspec
  > s > tmp-specs
  > mv tmp-specs specs
  > echo "__foo () {}" > dummy.c
  > /home/local/tmp/egcs-1.0/gcc/xgcc -B/home/local/tmp/egcs-1.0/gcc/  -DIN_GCC
  >     -O2 -I./include  -c dummy.c
  > as: "/var/tmp/cca20964.s", line 15: error 1052: Directive name not recogniz
  > ed - NSUBSPA
  > make[1]: *** [libgcc1.null] Error 
Actually this is a case where gcc found the HP assembler instead of the GNU
assembler.  This can happen if if the GNU assembler in first in your path.


http://www.cygnus.com/egcs/faq.html#gas

Jeff

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

end of thread, other threads:[~1997-12-04 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-12-04 13:27 [egcs-1.0] hp10.20 and gnu as Christophe Prudhomme
1997-12-04 14:19 ` Jeffrey A Law

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).