4615|8

69

帖子

0

TA的资源

一粒金砂(初级)

楼主
 

uboot编译问题,那位大侠帮着看看。 [复制链接]

[root@localhost u-boot-1.3.4]# make fft2410_config
Configuring for fft2410 board...
[root@localhost u-boot-1.3.4]# make
Generating include/autoconf.mk.dep
for dir in tools examples api_examples ; do make -C $dir _depend ; done
make[1]: Entering directory `/home/allenlx/uboot/u-boot-1.3.4/tools'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/allenlx/uboot/u-boot-1.3.4/tools'
make[1]: Entering directory `/home/allenlx/uboot/u-boot-1.3.4/examples'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/allenlx/uboot/u-boot-1.3.4/examples'
make[1]: Entering directory `/home/allenlx/uboot/u-boot-1.3.4/api_examples'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/allenlx/uboot/u-boot-1.3.4/api_examples'
Generating include/autoconf.mk
make -C tools all
make[1]: Entering directory `/home/allenlx/uboot/u-boot-1.3.4/tools'
gcc -g -Wall -idirafter /home/allenlx/uboot/u-boot-1.3.4/include -idirafter /home/allenlx/uboot/u-boot-1.3.4/include2 -idirafter /home/allenlx/uboot/u-boot-1.3.4/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o mkimage.o mkimage.c
gcc -g -Wall -idirafter /home/allenlx/uboot/u-boot-1.3.4/include -idirafter /home/allenlx/uboot/u-boot-1.3.4/include2 -idirafter /home/allenlx/uboot/u-boot-1.3.4/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o image.o image.c
gcc -g -Wall -idirafter /home/allenlx/uboot/u-boot-1.3.4/include -idirafter /home/allenlx/uboot/u-boot-1.3.4/include2 -idirafter /home/allenlx/uboot/u-boot-1.3.4/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o fdt.o fdt.c
/tmp/ccuULvTL.s: Assembler messages:
/tmp/ccuULvTL.s:35: Error: no such instruction: `eor %edx,%eax,%eax,ror'
/tmp/ccuULvTL.s:60: Error: no such instruction: `eor %edx,%eax,%eax,ror'
/tmp/ccuULvTL.s:86: Error: no such instruction: `eor %edx,%eax,%eax,ror'
/tmp/ccuULvTL.s:114: Error: no such instruction: `eor %edx,%eax,%eax,ror'
/tmp/ccuULvTL.s:139: Error: no such instruction: `eor %eax,%edx,%edx,ror'
/tmp/ccuULvTL.s:201: Error: no such instruction: `eor %edx,%eax,%eax,ror'
/tmp/ccuULvTL.s:230: Error: no such instruction: `eor %edx,%eax,%eax,ror'
/tmp/ccuULvTL.s:264: Error: no such instruction: `eor %edx,%eax,%eax,ror'
/tmp/ccuULvTL.s:348: Error: no such instruction: `eor %eax,%edx,%edx,ror'
/tmp/ccuULvTL.s:414: Error: no such instruction: `eor %edx,%eax,%eax,ror'
/tmp/ccuULvTL.s:704: Error: no such instruction: `eor %edx,%eax,%eax,ror'
/tmp/ccuULvTL.s:729: Error: no such instruction: `eor %edx,%eax,%eax,ror'
make[1]: *** [fdt.o] Error 1
make[1]: Leaving directory `/home/allenlx/uboot/u-boot-1.3.4/tools'
make: *** [tools] Error 2

gcc版本
Reading specs from ./../lib/gcc-lib/arm-linux/3.3.2/specs
Configured with: ../gcc-3.3.2/configure --target=arm-linux --with-cpu=strongarm1100 --prefix=/usr/local/arm/3.3.2 i686-pc-linux-gnu --with-headers=/work/kernel.h3900/include --enable-threads=pthreads --enable-shared --enable-static --enable-languages=c,c++
Thread model: posix
gcc version 3.3.2


最新回复

用那些稳定的版本的GCC吧,有的GCC版本确实是不怎么好用。。。 我也经常初相这种莫名奇妙的问题。  详情 回复 发表于 2009-5-2 15:29
点赞 关注

回复
举报

80

帖子

0

TA的资源

一粒金砂(初级)

沙发
 
编译出现的问题,不知道为什么这里会有`eor %edx,%eax,%eax,ror'的反汇编。应该是arm的反汇编啊,那个好像是i386的。

还有不知到tools目录下的东东是什么东西,是否需要编译?
 
 

回复

77

帖子

0

TA的资源

一粒金砂(初级)

板凳
 
友情up
 
 
 

回复

97

帖子

0

TA的资源

一粒金砂(初级)

4
 
友情up
 
 
 

回复

65

帖子

0

TA的资源

一粒金砂(初级)

5
 
你工具链是自己编的??
下个arm-linux-3.4.1 for soft版本,网上有下的
 
 
 

回复

85

帖子

0

TA的资源

一粒金砂(初级)

6
 
tools下的东西可以不要,只要生成了u-boot.bin就可以了。
tools目录下的东西是在HOST上运行的,当然要用X86的汇编了。
 
 
 

回复

73

帖子

0

TA的资源

一粒金砂(初级)

7
 
看一下,你的路径变量PATH中有没有你的arm-linux-gcc编译器。
 
 
 

回复

64

帖子

0

TA的资源

一粒金砂(初级)

8
 
编译器设置的问题吧,或者带是CPU参数不正确
 
 
 

回复

79

帖子

0

TA的资源

一粒金砂(初级)

9
 
用那些稳定的版本的GCC吧,有的GCC版本确实是不怎么好用。。。
我也经常初相这种莫名奇妙的问题。
 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/10 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表