From mboxrd@z Thu Jan 1 00:00:00 1970 From: n8tm@aol.comnojunk (Tim Prince) To: help-gcc@gnu.org Subject: Re: problem using gcc 2.8.1 on HP ( directive not recognized NSUBSPA ) Date: Thu, 07 Oct 1999 05:55:00 -0000 Message-id: <19991007085425.03791.00000028@ng-fb1.aol.com> References: <37FC6863.B665A878@veritas.com> X-SW-Source: 1999-10/msg00097.html > .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 ? Yes, the porting site ought to have a compatible version of binutils. It is possible also to construct the current binutils and gnu compilers using only the basic hpux tools, and it's worth the effort, even if you don't use g++. Tim Prince tprince@computer.org From mboxrd@z Thu Jan 1 00:00:00 1970 From: n8tm@aol.comnojunk (Tim Prince) To: help-gcc@gnu.org Subject: Re: problem using gcc 2.8.1 on HP ( directive not recognized NSUBSPA ) Date: Sun, 31 Oct 1999 13:57:00 -0000 Message-ID: <19991007085425.03791.00000028@ng-fb1.aol.com> References: <37FC6863.B665A878@veritas.com> X-SW-Source: 1999-10n/msg00097.html Message-ID: <19991031135700.DkITuldItE9pG3tsj55lk-ebZ87_R8gqiAPvDhfIxY0@z> > .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 ? Yes, the porting site ought to have a compatible version of binutils. It is possible also to construct the current binutils and gnu compilers using only the basic hpux tools, and it's worth the effort, even if you don't use g++. Tim Prince tprince@computer.org