I am trying to build rootfs with Yocto-Arago SDK and get Failed to obtain external Linaro toolchain version
error.
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
There obviously should be TARGET_PREFIX
on place of INVALID-oe-linux
.
I have tied to export it before bitbake run, without success. How it heppen to be set to this value?