[egcs-1.0] hp10.20 and gnu as
Jeffrey A Law
law@cygnus.com
Thu Dec 4 14:19:00 GMT 1997
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
More information about the Gcc
mailing list