gcc編譯器使用-Makefile文件內容編輯

gcc 編譯器的使用: 1. 連續使用3條命令: gcc  -E   test.c   -o   test.i    編譯生成中間文件 gcc  -s   test.s   -o test .o   二進制機器碼 gcc      test.o   -o    test    可執行程序   2. 連續使用兩條命令: Gcc  -c test.c -o test.o Gcc  test .o -o
相關文章
相關標籤/搜索