C源程序到可執行文件的四個過程

C源程序到可執行文件的四個過程spa 1.預處理編譯 gcc -E -hello.c -o hello.igcc 2.編譯gc gcc -S -hello.i -o hello.s程序 3.彙編文件 gcc -c hello.s -o hello.o 4.連接 gcc hello.o -o hello
相關文章
相關標籤/搜索