0
我試圖編譯一個C程序,它具有英特爾格式的一些內聯彙編代碼。我在Mac上使用10.9 GCC 4.9(通過自制安裝),以及編譯器標誌:無法在Mac上使用GCC編譯C程序並且-masm = intel
gcc-4.9 -m32 -masm=intel -std=gnu99 get_rating.c
不幸的是我得到一個錯誤:
error: -masm=intel not supported in this configuration
我已經試過標誌的許多不同的組合,但我不斷收到該錯誤。我不能遺漏-masm=intel
標誌,因爲我試圖編譯的代碼使用英特爾。
如何編譯程序?我的Mac(版本10.9)是否完全可行?還是需要運行虛擬機?