Discussion:
stop gcc
Ali Abdul Ghani
2014-10-11 15:47:15 UTC
Permalink
hi list
I have a question
can i stop gcc in assembler Stage?
Bert Wesarg
2014-10-11 15:51:36 UTC
Permalink
Hi,
Post by Ali Abdul Ghani
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
Ali Abdul Ghani
2014-10-11 16:21:16 UTC
Permalink
yes before running the assembler

I try -s
gcc -s q.c
but Did not give me assembly Code
Post by Bert Wesarg
Hi,
Post by Ali Abdul Ghani
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
Adrien Nader
2014-10-11 16:23:01 UTC
Permalink
Post by Ali Abdul Ghani
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
Continue reading on narkive:
Loading...