public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* FW: question
@ 2000-03-09  8:59 Mark.Edwards
  2000-03-10  0:19 ` Martin v. Loewis
  2000-04-01  0:00 ` Mark.Edwards
  0 siblings, 2 replies; 4+ messages in thread
From: Mark.Edwards @ 2000-03-09  8:59 UTC (permalink / raw)
  To: gnu, gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 607 bytes --]

Title: FW: question





hello - i unziped:


gcc-2_95_2-sd-11_00_depot.gz


and the readme.hpux looks like it is more for installing than actually running....


(at least this newbie TRIED to read the instructions)


now, is there a README or any instructions that pertain to using the pre-build executable
version??


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??  thx,  mark edwards




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: FW: question
  2000-03-09  8:59 FW: question Mark.Edwards
@ 2000-03-10  0:19 ` Martin v. Loewis
  2000-04-01  0:00   ` Martin v. Loewis
  2000-04-01  0:00 ` Mark.Edwards
  1 sibling, 1 reply; 4+ messages in thread
From: Martin v. Loewis @ 2000-03-10  0:19 UTC (permalink / raw)
  To: Mark.Edwards; +Cc: gnu, gcc, help-gcc

> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* FW: question
  2000-03-09  8:59 FW: question Mark.Edwards
  2000-03-10  0:19 ` Martin v. Loewis
@ 2000-04-01  0:00 ` Mark.Edwards
  1 sibling, 0 replies; 4+ messages in thread
From: Mark.Edwards @ 2000-04-01  0:00 UTC (permalink / raw)
  To: gnu, gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 607 bytes --]

Title: FW: question





hello - i unziped:


gcc-2_95_2-sd-11_00_depot.gz


and the readme.hpux looks like it is more for installing than actually running....


(at least this newbie TRIED to read the instructions)


now, is there a README or any instructions that pertain to using the pre-build executable
version??


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??  thx,  mark edwards




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: FW: question
  2000-03-10  0:19 ` Martin v. Loewis
@ 2000-04-01  0:00   ` Martin v. Loewis
  0 siblings, 0 replies; 4+ messages in thread
From: Martin v. Loewis @ 2000-04-01  0:00 UTC (permalink / raw)
  To: Mark.Edwards; +Cc: gnu, gcc, help-gcc

> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-04-01  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-09  8:59 FW: question Mark.Edwards
2000-03-10  0:19 ` Martin v. Loewis
2000-04-01  0:00   ` Martin v. Loewis
2000-04-01  0:00 ` Mark.Edwards

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).