u-boot編譯問題

lib_arm/libarm.a(_udivsi3.o)(.text+0x8c):/home/hb775/tx/u-boot-1.1.6/lib_arm/_udivsi3.S:67: relocation truncated to fit: R_ARM_PLT32 __div0

lib_arm/libarm.a(_umodsi3.o)(.text+0xa8):/home/hb775/tx/u-boot-1.1.6/lib_arm/_umodsi3.S:79: relocation truncated to fit: R_ARM_PLT32 __div0

這是用arm-linux-gcc編譯U-boot-1.1.6時報的錯誤。網上說是浮點衝突造成的,即u-boot使用軟浮點而編譯器使用glibc裏的硬浮點。建議改用arm-linux-gcc-3.3.2編譯。


改用arm-elf-tools-20040427.sh。

tail: 無法打開 “+43” 讀取數據: 沒有那個文件或目錄


gzip: stdin: not in gzip format
tar: 它似乎不像是一個 tar 歸檔文件
tar: 由於前次錯誤,將以上次的錯誤狀態退出

問題:tail命令參數不對,再第39行添加-n選項。

gzip: stdin: unexpected end of file

在最後添加一個空行

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章