linux下簡單使用gcc

gcc是linux下一款c編譯器,比較強悍。 gcc -E test.c -o test.i(對test文件預處理) gcc -S test.s -o test.s(生成彙編) gcc -C test.s -o test.o(生成目標文件) gcc -o test test.o(鏈接目標文件)linux
相關文章
相關標籤/搜索