buiding yocto build for imx6sabreauto , tool chain is not installing in /opt

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

buiding yocto build for imx6sabreauto , tool chain is not installing in /opt

571件の閲覧回数
shravansundarra
Contributor I

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

ラベル(7)
0 件の賞賛
3 返答(返信)

492件の閲覧回数
gusarambula
NXP TechSupport
NXP TechSupport

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,

0 件の賞賛

492件の閲覧回数
shravansundarra
Contributor I

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

0 件の賞賛

492件の閲覧回数
gusarambula
NXP TechSupport
NXP TechSupport

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,

0 件の賞賛