uboot1.1.6急救啊
我是这学期开始接触linux的,在做uboot1.1.6移植的过程中反反复复都是这一个问题,希望各位大虾们帮帮小弟,是交叉编译工具的问题还是什么,小弟先拜谢了!!
[root@localhost u-boot-1.1.6]# make mike2410_config
make: arm-linux-gcc: Command not found
Configuring for mike2410 board...
[root@localhost u-boot-1.1.6]# make all
make: arm-linux-gcc: Command not found
for dir in tools examples post post/cpu ; do make -C $dir _depend ; done
make[1]: arm-linux-gcc: Command not found
make[1]: Entering directory `/hfrk/u-boot-1.1.6/tools'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/hfrk/u-boot-1.1.6/tools'
make[1]: arm-linux-gcc: Command not found
make[1]: Entering directory `/hfrk/u-boot-1.1.6/examples'
/bin/sh: line 1: arm-linux-gcc: command not found
dirname: too few arguments
Try `dirname --help' for more information.
/bin/sh: line 1: arm-linux-gcc: command not found
dirname: too few arguments
Try `dirname --help' for more information.
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/hfrk/u-boot-1.1.6/examples'
make[1]: arm-linux-gcc: Command not found
make[1]: Entering directory `/hfrk/u-boot-1.1.6/post'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/hfrk/u-boot-1.1.6/post'
make[1]: arm-linux-gcc: Command not found
make[1]: Entering directory `/hfrk/u-boot-1.1.6/post/cpu'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/hfrk/u-boot-1.1.6/post/cpu'
make -C tools all
make[1]: arm-linux-gcc: Command not found
make[1]: Entering directory `/hfrk/u-boot-1.1.6/tools'
gcc -g -Wall -pedantic -idirafter /hfrk/u-boot-1.1.6/include -idirafter /hfrk/u-boot-1.1.6/include2 -idirafter /hfrk/u-boot-1.1.6/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o envcrc.o envcrc.c
gcc -g -idirafter /hfrk/u-boot-1.1.6/include -idirafter /hfrk/u-boot-1.1.6/include2 -idirafter /hfrk/u-boot-1.1.6/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -c -o environment.o environment.c
In file included from environment.c:30:
/hfrk/u-boot-1.1.6/include/environment.h:103: parse error before "Total"
make[1]: *** [environment.o] Error 1
make[1]: Leaving directory `/hfrk/u-boot-1.1.6/tools'
make: *** [tools] Error 2
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
arm-linux-gcc: Command not found
没看书吗?
你的编译工具呢?
先学linux,一步步来