編譯器編譯的四個過程

GCC編譯分佈預編譯:gcc -E -o index.i index.c編譯:gcc -S -o index.s index.i彙編:gcc -c -o index.o index.s鏈接:gcc  index.o -o index
相關文章
相關標籤/搜索