uboot1.1.6急救啊

发布于 2022-09-22 12:53:24 字数 2371 浏览 14 评论 0

我是这学期开始接触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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

哽咽笑 2022-09-29 12:53:24

arm-linux-gcc: Command not found
没看书吗?

辞别 2022-09-29 12:53:24

你的编译工具呢?

四叶草在未来唯美盛开 2022-09-29 12:53:24

先学linux,一步步来

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文