buildroot构建根文件系统报错:
xtyc@ubuntu:~/work/buildroot-2019.02.9$ sudo make
>>> toolchain-external-custom Configuring
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: *** [/home/xtyc/work/buildroot-2019.02.9/output/build/toolchain-external-custom/.stamp_configured] Error 1
xtyc@ubuntu:~/work/buildroot-2019.02.9$
提示错误:Unable to detect the toolchain sysroot, Buildroot cannot use this toolchain.
有知道原因的吗?
2022-1-7 09:51:45
您用的是什么型号的开发板?编译文件系统是按照我们手册上的方式吗?
飞凌的imx6ull开发板,你们手册上有编译文件系统的操作说明吗?好像没有吧
您用的是什么型号的开发板?编译文件系统是按照我们手册上的方式吗?
飞凌的imx6ull开发板,你们手册上有编译文件系统的操作说明吗?好像没有吧
举报
2022-1-7 09:52:01
我找原因了,要注意Buildroot可以使用已经安装好的工具链,比如Linaro,但是它不支持Yocto生成的工具链,飞凌的./fsl-imx-x11-glibc-x86_64-meta-toolchain-qt5-cortexa7hf-neon-toolchain-4.1.15-2.0.0.sh
安装的是yocto生成的工具链
我找原因了,要注意Buildroot可以使用已经安装好的工具链,比如Linaro,但是它不支持Yocto生成的工具链,飞凌的./fsl-imx-x11-glibc-x86_64-meta-toolchain-qt5-cortexa7hf-neon-toolchain-4.1.15-2.0.0.sh
安装的是yocto生成的工具链
举报