From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uday Birajdar To: help-gcc@gnu.org Subject: problem using gcc 2.8.1 on HP ( directive not recognized NSUBSPA ) Date: Thu, 07 Oct 1999 00:35:00 -0000 Message-id: <37FC6863.B665A878@veritas.com> X-SW-Source: 1999-10/msg00091.html Uday Birajdar wrote: Hello, I have installed gcc 2.8.1 binaries on HP 11 system. I got them from HP's porting site. when I try to compile the simple "test.c" program , assembler gives the error as: Directive name not recognizes NSUBSPA If I do # gcc -S test.c comment out the the above directive which is .NSUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY and do # gcc test.s It works fine. Should I have to use gnu assembler to get rid of this problem ? Any pointers in this regard are welcome. Thanks, uday From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uday Birajdar To: help-gcc@gnu.org Subject: problem using gcc 2.8.1 on HP ( directive not recognized NSUBSPA ) Date: Sun, 31 Oct 1999 13:57:00 -0000 Message-ID: <37FC6863.B665A878@veritas.com> X-SW-Source: 1999-10n/msg00091.html Message-ID: <19991031135700.78L6jHe_oOzx88o9XAkgiWkSNKCWUcahD8fpO-sYmVk@z> Uday Birajdar wrote: Hello, I have installed gcc 2.8.1 binaries on HP 11 system. I got them from HP's porting site. when I try to compile the simple "test.c" program , assembler gives the error as: Directive name not recognizes NSUBSPA If I do # gcc -S test.c comment out the the above directive which is .NSUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY and do # gcc test.s It works fine. Should I have to use gnu assembler to get rid of this problem ? Any pointers in this regard are welcome. Thanks, uday