public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* hpux10 egcs1.0 --with-gnu-as broken
@ 1997-12-11  8:28 Neal Becker
  1997-12-11 10:01 ` Jeffrey A Law
  0 siblings, 1 reply; 2+ messages in thread
From: Neal Becker @ 1997-12-11  8:28 UTC (permalink / raw)
  To: egcs

 CC='gcc -B/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10/2.7.2.2/'
/hosts/data/src/egcs-1.0/configure --with-gnu-as --enable-shared
--host=hppa1.1-hp-hpux10 --verbose

make
[...]
/cae/src/hppa1.1-hpux10/egcs-1.0/gcc/xgcc -B/cae/src/hppa1.1-hpux10/egcs-1.0/gcc/  -DIN_GCC    -g -I./include  -I. -I/hosts/data/src/egcs-1.0/gcc -I/hosts/data/src/egcs-1.0/gcc/config \
-c /hosts/data/src/egcs-1.0/gcc/objc/hash.c -o objc/hash.o
as: "/var/tmp/cca17843.s", line 10: error 1052: Directive name not recognized - FILE
as: "/var/tmp/cca17843.s", line 12: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cca17843.s", line 13: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cca17843.s", line 18: error 1052: Directive name not recognized - STABS
[...]

I believe there is a problem with pa-hpux10.h.  It is setting 
#ifndef CROSS_COMPILE
#undef MD_EXEC_PREFIX
#define MD_EXEC_PREFIX "/usr/ccs/bin/"
#endif

But I asked for gas.  I don't want to use /usr/ccs/bin.


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

* Re: hpux10 egcs1.0 --with-gnu-as broken
  1997-12-11  8:28 hpux10 egcs1.0 --with-gnu-as broken Neal Becker
@ 1997-12-11 10:01 ` Jeffrey A Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey A Law @ 1997-12-11 10:01 UTC (permalink / raw)
  To: egcs

  In message < E0xgBTJ-0004dx-00@laforge.ctd.comsat.com >you write:
  >  CC='gcc -B/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10/2.7.2.2/'
  > /hosts/data/src/egcs-1.0/configure --with-gnu-as --enable-shared
  > --host=hppa1.1-hp-hpux10 --verbose
  > 
  > make
  > [...]
  > /cae/src/hppa1.1-hpux10/egcs-1.0/gcc/xgcc -B/cae/src/hppa1.1-hpux10/egcs-1.
  > 0/gcc/  -DIN_GCC    -g -I./include  -I. -I/hosts/data/src/egcs-1.0/gcc -I/h
  > osts/data/src/egcs-1.0/gcc/config \
  > -c /hosts/data/src/egcs-1.0/gcc/objc/hash.c -o objc/hash.o
  > as: "/var/tmp/cca17843.s", line 10: error 1052: Directive name not recogniz
  > ed - FILE
  > as: "/var/tmp/cca17843.s", line 12: error 1052: Directive name not recogniz
  > ed - STABS
  > as: "/var/tmp/cca17843.s", line 13: error 1052: Directive name not recogniz
  > ed - STABS
  > as: "/var/tmp/cca17843.s", line 18: error 1052: Directive name not recogniz
  > ed - STABS
  > [...]
Make sure was configured and installed with the same prefix as egcs.  That
will fix this problem.

jeff

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

end of thread, other threads:[~1997-12-11 10:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-12-11  8:28 hpux10 egcs1.0 --with-gnu-as broken Neal Becker
1997-12-11 10:01 ` 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).