public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
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	[thread overview]
Message-ID: <200003100813.JAA00878@loewis.home.cs.tu-berlin.de> (raw)
In-Reply-To: <200003091659.LAA06207@delysid.gnu.org>

> 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

WARNING: multiple messages have this Message-ID
From: "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
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	[thread overview]
Message-ID: <200003100813.JAA00878@loewis.home.cs.tu-berlin.de> (raw)
Message-ID: <20000401000000.bSWyLZXnBJM--F1a9XxGF8d2e-QPZF_IVNTcJ98My9w@z> (raw)
In-Reply-To: <200003091659.LAA06207@delysid.gnu.org>

> 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

  reply	other threads:[~2000-03-10  0:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-03-09  8:59 Mark.Edwards
2000-03-10  0:19 ` Martin v. Loewis [this message]
2000-04-01  0:00   ` Martin v. Loewis
2000-04-01  0:00 ` Mark.Edwards

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200003100813.JAA00878@loewis.home.cs.tu-berlin.de \
    --to=martin@loewis.home.cs.tu-berlin.de \
    --cc=Mark.Edwards@sunh.com \
    --cc=gcc@gnu.org \
    --cc=gnu@gnu.org \
    --cc=help-gcc@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).