zhaoyangeng 发表于 2020-12-27 23:43:25

buildroot构建根文件系统报错

buildroot构建根文件系统报错:
xtyc@ubuntu:~/work/buildroot-2019.02.9$ sudo make
>>> toolchain-external-customConfiguring
Unable to detect the toolchain sysroot, Buildroot cannot use this toolchain.
package/pkg-generic.mk:228: recipe for target '/home/xtyc/work/buildroot-2019.02.9/output/build/toolchain-external-custom/.stamp_configured' failed
make: *** Error 1
xtyc@ubuntu:~/work/buildroot-2019.02.9$


提示错误:Unable to detect the toolchain sysroot, Buildroot cannot use this toolchain.
有知道原因的吗?

wjy 发表于 2020-12-28 09:06:40

您用的是什么型号的开发板?编译文件系统是按照我们手册上的方式吗?

zhaoyangeng 发表于 2020-12-28 10:16:12

wjy 发表于 2020-12-28 09:06
您用的是什么型号的开发板?编译文件系统是按照我们手册上的方式吗?

飞凌的imx6ull开发板,你们手册上有编译文件系统的操作说明吗?好像没有吧

zhaoyangeng 发表于 2020-12-28 10:21:29

wjy 发表于 2020-12-28 09:06
您用的是什么型号的开发板?编译文件系统是按照我们手册上的方式吗?

我找原因了,要注意Buildroot可以使用已经安装好的工具链,比如Linaro,但是它不支持Yocto生成的工具链,飞凌的./fsl-imx-x11-glibc-x86_64-meta-toolchain-qt5-cortexa7hf-neon-toolchain-4.1.15-2.0.0.sh
安装的是yocto生成的工具链
页: [1]
查看完整版本: buildroot构建根文件系统报错