我正在尝试为我的自定义i.MX6板构建最新的u-boot ..最新的u-boot需要GCC 6.0及更高版本,如果它更少,它将引发错误:
Your GCC is older than 6.0 and is not supported
我有buildroot版本2017.02.7。然后我执行了以下步骤。
make ARCH=ARM menuconfig
在我选择的工具链部分(gcc 6.x)。
在配置gcc 6.0时,它失败并出现以下错误。
*** Configuration arm-buildroot-linux-gnu not supported
make[2]: *** [configure-gcc] Error 1
make[1]: *** [/home/lloyd/buildroot/buildroot-2017.02.7/output/build/host-gcc-initial-6.3.0/.stamp_built] Error 2
make: *** [_all] Error 2
如何调试/可能是什么问题