简体   繁体   English

不支持配置arm-buildroot-linux-gnu

[英]Configuration arm-buildroot-linux-gnu not supported

I am trying to build latest u-boot for my custom i.MX6 Board.. The latest u-boot requires GCC Version 6.0 and above, if it is less, it will throw an error: 我正在尝试为自定义i.MX6开发板构建最新的u-boot。最新的u-boot需要GCC 6.0版及更高版本,如果版本低于GCC,则会引发错误:

Your GCC is older than 6.0 and is not supported

I had buildroot version 2017.02.7. 我有buildroot版本2017.02.7。 I then executed the following steps. 然后执行以下步骤。

make ARCH=ARM menuconfig

In the tool chain section i selected ( gcc 6.x ). 在工具链部分中,我选择了(gcc 6.x)。

While it was configuring the gcc 6.0 , it failed with the following error. 在配置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

How to debug/what can be the issue 如何调试/可能是什么问题

as here disscussed, problem is with your toolchain. 正如这里讨论的那样,问题出在您的工具链上。 you can get latest version of required toolcahin from here . 您可以从此处获取所需toolcahin的最新版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM