我正在尝试为我的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。 output/host/usr/bin
文件夹也不包含arm-buildroot-linux-uclibcgnueabihf-gcc
,但它包含arm-buildroot-linux-uclibcgnueabi-gcc
。我已粘贴文件夹here的内容。
请帮忙。
答案 0 :(得分:2)
我遇到了这个问题,在make clean
问题解决后。我认为错误是因为不同的构建中使用了不同的工具链。 manual表示这是您必须执行make clean