This is the mail archive of the gcc-help@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: gcc 2.95.2 assembler error on HPUX 10.1


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
###############################


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