public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* stop gcc
@ 2014-10-11 15:47 Ali Abdul Ghani
  2014-10-11 15:51 ` Bert Wesarg
  0 siblings, 1 reply; 4+ messages in thread
From: Ali Abdul Ghani @ 2014-10-11 15:47 UTC (permalink / raw)
  To: gcc-help

hi list
I have a question
can i stop gcc in assembler Stage?

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

* Re: stop gcc
  2014-10-11 15:47 stop gcc Ali Abdul Ghani
@ 2014-10-11 15:51 ` Bert Wesarg
  2014-10-11 16:21   ` Ali Abdul Ghani
  0 siblings, 1 reply; 4+ messages in thread
From: Bert Wesarg @ 2014-10-11 15:51 UTC (permalink / raw)
  To: Ali Abdul Ghani; +Cc: gcc-help

Hi,

On Sat, Oct 11, 2014 at 5:47 PM, Ali Abdul Ghani <blade.vp2020@gmail.com> wrote:
> hi list
> I have a question
> can i stop gcc in assembler Stage?

if you mean 'before running the assembler' than use -S instead of -c

Bert

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

* Re: stop gcc
  2014-10-11 15:51 ` Bert Wesarg
@ 2014-10-11 16:21   ` Ali Abdul Ghani
  2014-10-11 16:23     ` Adrien Nader
  0 siblings, 1 reply; 4+ messages in thread
From: Ali Abdul Ghani @ 2014-10-11 16:21 UTC (permalink / raw)
  To: Bert Wesarg; +Cc: gcc-help

yes before running the assembler

I try -s
gcc -s q.c
but Did not give me assembly Code


2014-10-11 8:51 جرينتش-07:00, Bert Wesarg <bert.wesarg@googlemail.com>:
> Hi,
>
> On Sat, Oct 11, 2014 at 5:47 PM, Ali Abdul Ghani <blade.vp2020@gmail.com>
> wrote:
>> hi list
>> I have a question
>> can i stop gcc in assembler Stage?
>
> if you mean 'before running the assembler' than use -S instead of -c
>
> Bert
>


-- 
Think not of them, thou hast thy music too

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

* Re: stop gcc
  2014-10-11 16:21   ` Ali Abdul Ghani
@ 2014-10-11 16:23     ` Adrien Nader
  0 siblings, 0 replies; 4+ messages in thread
From: Adrien Nader @ 2014-10-11 16:23 UTC (permalink / raw)
  To: Ali Abdul Ghani; +Cc: Bert Wesarg, gcc-help

On Sat, Oct 11, 2014, Ali Abdul Ghani wrote:
> yes before running the assembler
> 
> I try -s
> gcc -s q.c
> but Did not give me assembly Code
> 

Try -S (capital letter).

-- 
Adrien Nader

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

end of thread, other threads:[~2014-10-11 16:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-11 15:47 stop gcc Ali Abdul Ghani
2014-10-11 15:51 ` Bert Wesarg
2014-10-11 16:21   ` Ali Abdul Ghani
2014-10-11 16:23     ` Adrien Nader

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).