From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: Mark.Edwards@sunh.com Cc: gnu@gnu.org, gcc@gnu.org, help-gcc@gnu.org Subject: Re: FW: question Date: Fri, 10 Mar 2000 00:19:00 -0000 Message-id: <200003100813.JAA00878@loewis.home.cs.tu-berlin.de> References: <200003091659.LAA06207@delysid.gnu.org> X-SW-Source: 2000-03/msg00056.html > i tried (and failed): > > > gcc helloworld.c > as: "/var/tmp/ccIJzYda.s", line 22: error 1052: Directive name not > recognized - NSUBSPA > > > cat helloworld.c > int main() > { > printf ("Hello world!..\n"); > return (0); > } > > any thoughs?? You did not say where you obtained gcc-2_95_2-sd-11_00_depot.gz, nor whether it was meant to be used with the "bundled assembler" or the "GNU assembler", and which one you are using. Anyway, to understand the problem better, please run the compiler as gcc helloworld.c --save-temps and let us know what line 22 of helloworld.s is. Regards, Martin From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: Mark.Edwards@sunh.com Cc: gnu@gnu.org, gcc@gnu.org, help-gcc@gnu.org Subject: Re: FW: question Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <200003100813.JAA00878@loewis.home.cs.tu-berlin.de> References: <200003091659.LAA06207@delysid.gnu.org> X-SW-Source: 2000-q1/msg00366.html Message-ID: <20000401000000.bSWyLZXnBJM--F1a9XxGF8d2e-QPZF_IVNTcJ98My9w@z> > i tried (and failed): > > > gcc helloworld.c > as: "/var/tmp/ccIJzYda.s", line 22: error 1052: Directive name not > recognized - NSUBSPA > > > cat helloworld.c > int main() > { > printf ("Hello world!..\n"); > return (0); > } > > any thoughs?? You did not say where you obtained gcc-2_95_2-sd-11_00_depot.gz, nor whether it was meant to be used with the "bundled assembler" or the "GNU assembler", and which one you are using. Anyway, to understand the problem better, please run the compiler as gcc helloworld.c --save-temps and let us know what line 22 of helloworld.s is. Regards, Martin