Hi All,
Buiding yocto build for imx6sabreauto , tool chain is not installing in "/opt/ " , do need to install the tool chain manually?
Please sugest on this.
procedure following to build:
. setup environment
DISTRO=fsl-imx-wayland MACHINE=imx6qsabreauto source fsl-setup-release.sh –b build
bitbake fsl-image-qt5
Thanks and Regards
Shravan S
Hello Shravan Sundar Raj,
You would need to extract and install the toolchain manually. You can do so by running:
$ bitbake meta-toolchain-qt5
And then install it with the script that is created with this command. Meta-toolchain is also available if you won’t be using qt5.
I hope this helps!
Regards,
Hi gusarambula,
Upon running the command "bitbake meta-toolchain-qt5" as per your suggestion , compilation succeeded .
But I am not able to see any script. May i know in which path the script will be generated and the script name ?
Thanks and Regards
Shravan S
Hello Shravan S,
The script to install the toolchain should be located on:
<BSP_DIR>/<BUILD_DIR>/tmp/deploy/sdk/poky-glibc-x86_64-meta-toolchain-cortexa9hf-vfp-neon-toolchain-<VERSION>.sh
Regards,