This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [egcs-1.0] hp10.20 and gnu as
- To: Christophe Prudhomme <Christophe dot Prudhomme at asci dot fr>
- Subject: Re: [egcs-1.0] hp10.20 and gnu as
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 04 Dec 1997 15:21:57 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
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