看板 C_and_CPP 關於我們 聯絡資訊
開發平台(Platform): (Ex: VC++, GCC, Linux, ...) X86PC 在VirtualBox下安裝Ubuntu,使用gcc編譯 額外使用到的函數庫(Library Used): (Ex: OpenGL, ...) 問題(Question): 參考"程式設計師的自我修養"這本書的範例, 但實作後,無法顯示"Hello world" 字串,但也沒發生錯誤 餵入的資料(Input): 預期的正確結果(Expected Output): 錯誤結果(Wrong Output): 程式碼(Code):(請善用置底文網頁, 記得排版) https://gist.github.com/anonymous/1358f69b8d0c8a2ce803 補充說明(Supplement): 編譯過程 gcc -c -fno-builtin test.c ld -static -e nomain -o test test.o ./test -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.43.209.31 ※ 文章網址: http://www.ptt.cc/bbs/C_and_CPP/M.1410914694.A.1FA.html
akasan: -m32 掛到 gcc 那串試試, Fedora 20 ok 09/17 09:47
ice0803: 可以了,感謝 09/17 21:52