【Ubuntu】gcc 的使用

gcc -E hello.c -o hello.i gcc -S hello.i –o hello.s gcc –c hello.s –o hello.o gcc hello.s –o hello 鏈接,生成可執行文件 /hello 運行 也可以一次性完成: gcc hello.c –o hello 但一般情況下生成.o文件比較好,可以重定位文件,讓別人使用   多模塊編譯 一次性編譯: gcc
相關文章
相關標籤/搜索