bairg521 发表于 2007-5-30 22:19:40

编译u-boot-1.1.5的时候出现的问题?

我在用2.95.3在编译u-boot-1.1.5的时候出现很多unrecognized option `-MQ'的错误。
而我用2.95.3编译u-boot-1.1.4则可以顺利通过(按网上的说法修改了-mabi=apcs-gnu)。

而改用3.4.1编译后,提示链接错误,搜索后发现网上大多是因为u-boot采用软浮点的问题,但改了-msoft-float 这项后问题依旧:
                -Map u-boot.map -o u-boot
lib_arm/libarm.a(_udivsi3.o)(.text+0x8c):_udivsi3.S:67: relocation truncated to fit: R_ARM_PLT32 __div0
lib_arm/libarm.a(_umodsi3.o)(.text+0xa8):_umodsi3.S:79: relocation truncated to fit: R_ARM_PLT32 __div0
make: *** Error 1

请问各位有什么解决的好方法?谢谢了!
页: [1]
查看完整版本: 编译u-boot-1.1.5的时候出现的问题?