gcc编译 汇编 选项

gcc生成main.out的步骤分解:
<blockquote>main.c-----(-S 编译)--------&gt;main.s-------(-c 汇编)-------&gt;main.o(指令码)-------(连接)-----&gt;main.out

|                   ^

|                   |

(-E )                (-S)

|                  |

main.cc

&nbsp;</blockquote>

posted on 2015-11-21 17:23  liweilijie  阅读(303)  评论(0编辑  收藏  举报

导航