获取 arm-buildroot-linux-uclibcgnueabihf-gcc:找不到命令
Getting arm-buildroot-linux-uclibcgnueabihf-gcc: Command not found
我正在尝试为我的 Raspberry Pi 3.
构建 Linux
当我执行 make
时,出现以下错误。
make[2]: /home/rohit/workplace/rp/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabihf-gcc: Command not found
一点背景知识会有所帮助。我正在关注这个 link 。总结这就是我运行。
make raspberrypi3_defconfig
make linux-menuconfig
make
从错误中我了解到交叉 gcc 在路径上不可用,因为它应该是。但我不确定我错过了什么。
make
的完整日志已粘贴here. The output/host/usr/bin
folder also doesn't contain arm-buildroot-linux-uclibcgnueabihf-gcc
, though it does contain arm-buildroot-linux-uclibcgnueabi-gcc
. I have pasted the contents of the folder here。
请帮忙。
我遇到了这个问题,make clean
之后问题就解决了。我认为错误是因为不同的构建中使用了不同的工具链。 manual 表示这是您必须执行 make clean
的情况之一
我正在尝试为我的 Raspberry Pi 3.
构建 Linux当我执行 make
时,出现以下错误。
make[2]: /home/rohit/workplace/rp/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabihf-gcc: Command not found
一点背景知识会有所帮助。我正在关注这个 link 。总结这就是我运行。
make raspberrypi3_defconfig
make linux-menuconfig
make
从错误中我了解到交叉 gcc 在路径上不可用,因为它应该是。但我不确定我错过了什么。
make
的完整日志已粘贴here. The output/host/usr/bin
folder also doesn't contain arm-buildroot-linux-uclibcgnueabihf-gcc
, though it does contain arm-buildroot-linux-uclibcgnueabi-gcc
. I have pasted the contents of the folder here。
请帮忙。
我遇到了这个问题,make clean
之后问题就解决了。我认为错误是因为不同的构建中使用了不同的工具链。 manual 表示这是您必须执行 make clean