我正在尝试使用Yocto-Arago SDK构建rootfs并导致Failed to obtain external Linaro toolchain version
错误。
ERROR: Failed to obtain external Linaro toolchain version: Execution of '/opt/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/INVALID-oe-linux-gcc -v' failed: command not found
ERROR: Failed to obtain external Linaro toolchain version: Execution of '/opt/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/INVALID-oe-linux-gcc -v' failed: command not found
显然应该TARGET_PREFIX
代替INVALID-oe-linux
。
在bitbake运行之前,我已经绑定了它,但没有成功。如何将它设置为此值?