Yocto build fail in Linux 5.15.52_2.1.0​

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Yocto build fail in Linux 5.15.52_2.1.0​

496 Views
charleshuang
Senior Contributor II

Hi NXP

We follow the "Linux 5.15.52_2.1.0​" Yocto Project User Guide.

Try compiler the imx8mplus demo image.

DISTRO=fsl-imx-xwayland MACHINE=imx8mp-lpddr4-evk source imx-setup-release.sh -b build-xwayland 

bitbake imx-image-full

But we cat the compiler Error message:

ERROR: Task (/home/adv/adv-release-bsp/sources/meta-qt6/recipes-qt/qt6/qtbase_git.bb:do_install_ptest_base) failed with exit code '1'

charleshuang_0-1666169195521.png

Do you have any idea to fixed the issue? 

Thanks.

0 Kudos
2 Replies

438 Views
coilnpark
Contributor IV

Hi~~

I had the same experience.

You just update gcc version over gcc10~.

That is all.

0 Kudos

461 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

How about the bellow setting, I just finished build success:

DISTRO=fsl-imx-wayland MACHINE=imx8mp-lpddr4-evk source imx-setup-release.sh -b build-wayland

bitbake imx-image-full

0 Kudos