scripts/Kconfig.include:44: Sorry, this compiler is not supported.
scripts/kconfig/Makefile:94: recipe for target 'bcm2709_defconfig' failed
make[1]: *** [bcm2709_defconfig] Error 1
Makefile:619: recipe for target 'bcm2709_defconfig' failed
make: *** [bcm2709_defconfig] Error 2
上述报错原因是,gcc-arm-linux-gnueabihf的编译器版本太低了
升级gcc-arm-linux-gnueabihf编译器版本的指令
sudo apt-get install gcc-arm-linux-gnueabihf
本文介绍了解决因gcc-arm-linux-gnueabihf版本过低导致的编译错误的方法。通过升级编译器版本,可以有效避免编译过程中出现的相关问题。
1290

被折叠的 条评论
为什么被折叠?



