帮帮忙!小弟很急

发布于 2022-07-22 07:09:10 字数 2502 浏览 10 评论 1

帮忙看一下,这个工具谁有麻烦给个下载地址,小弟急用.上面都要训了
[root@localhost u-boot-aesop]# make aesop2440_config
Configuring for aesop2440 board...
[root@localhost u-boot-aesop]# make
make[1]: /usr/local/arm/3.2.1-elf/bin/arm-elf-gcc: Command not found
make[1]: Entering directory `/expect/boot/u-boot-aesop/tools'
make[1]: `.depend' is up to date.
make[1]: Leaving directory `/expect/boot/u-boot-aesop/tools'
make[1]: /usr/local/arm/3.2.1-elf/bin/arm-elf-gcc: Command not found
make[1]: Entering directory `/expect/boot/u-boot-aesop/post'
make[1]: `.depend' is up to date.
make[1]: Leaving directory `/expect/boot/u-boot-aesop/post'
make[1]: /usr/local/arm/3.2.1-elf/bin/arm-elf-gcc: Command not found
make[1]: Entering directory `/expect/boot/u-boot-aesop/post/cpu'
make[1]: `.depend' is up to date.
make[1]: Leaving directory `/expect/boot/u-boot-aesop/post/cpu'
make -C tools all
make[1]: /usr/local/arm/3.2.1-elf/bin/arm-elf-gcc: Command not found
make[1]: Entering directory `/expect/boot/u-boot-aesop/tools'
gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x33C00000 -DUSE_HOSTCC -O -c envcrc.c
gcc -g  -idirafter ../include -DTEXT_BASE=0x33C00000 -DUSE_HOSTCC -c environment.c
gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x33C00000 -DUSE_HOSTCC -O -o envcrc envcrc.o crc32.o environment.o
make[1]: Leaving directory `/expect/boot/u-boot-aesop/tools'
make -C post all
make[1]: /usr/local/arm/3.2.1-elf/bin/arm-elf-gcc: Command not found
make[1]: Entering directory `/expect/boot/u-boot-aesop/post'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/expect/boot/u-boot-aesop/post'
make -C post/cpu all
make[1]: /usr/local/arm/3.2.1-elf/bin/arm-elf-gcc: Command not found
make[1]: Entering directory `/expect/boot/u-boot-aesop/post/cpu'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/expect/boot/u-boot-aesop/post/cpu'
make -C `dirname lib_generic/libgeneric.a`
make[1]: /usr/local/arm/3.2.1-elf/bin/arm-elf-gcc: Command not found
make[1]: Entering directory `/expect/boot/u-boot-aesop/lib_generic'
make[1]: *** No rule to make target `/home/cheng/u-boot-aesop/include/config.h', needed by `bzlib.o'.  Stop.
make[1]: Leaving directory `/expect/boot/u-boot-aesop/lib_generic'
make: *** [lib_generic/libgeneric.a] Error 2

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

绮筵 2022-07-24 19:29:23

你的交叉编译环境没有吧,编译器都没有,你make个啥???

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