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

在最后添加一个空行

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