This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [egcs-1.0] hp10.20 and gnu as



  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]