This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 2.95.2 assembler error on HPUX 10.1
- To: help-gcc at gnu dot org
- Subject: Re: gcc 2.95.2 assembler error on HPUX 10.1
- From: Art Haas <arthur dot haas at westgeo dot com>
- Date: 30 Nov 1999 12:50:31 -0600
- Newsgroups: gnu.gcc.help
- Organization: Western Geophysical, Houston, TX
- References: <38441809.D072CFCF@ascom-ac.de>
- Xref: wodc7nx0 gnu.gcc.help:2017
Rudi Funk <funk@ascom-ac.de> writes:
> Hello,
> I loaded the
> gcc-2.95.2
>
> HP-UX 10.20 Dynamically Linked Binary (gzipped) [HTTP] [FTP]
> (Size: 3.76 MB, Archived: 3 Nov 1999)
> from
>
> http://hpux.ask.uni-karlsruhe.de/
>
>
> Here is my problem:
>
> hpov 40: more foo.c
> main()
> {
>
> printf("Hello\n");
> }
> hpov 41:
> hpov 41:
> hpov 41: /opt/gcc/bin/gcc -c foo.c
> as: "/var/tmp/ccSnZ6oc.s", line 23: error 1052: Directive name not
> recognized - NSUBSPA
> hpov 42:
>
Your compiler is configured to work with the GNU assembler. Go back to
the site you pulled the compiler from and look for the assembler
package - it will probably be 'binutils-2.9.X' or something like
that. Install it, then try to compile 'foo.c' again.
--
###############################
# Art Haas
# (713) 689-2417
###############################