linux學習筆記一(gcc)

一、gcc gcc -E //預處理 test.c -o test.i -m32(32位機器)//#define #include // gcc -S //編譯 **.s gcc -c //彙編 **.o .o文件 可重定位的目標文件 //連接 readelf 查看elf文件 -h查看文件的頭 test.o -a列出全部信息 gcc test.c -Wall (顯示全部警告)web file te
相關文章
相關標籤/搜索