Hi,
I'm trying to build the latest yocto environment from
https://github.com/nxp-imx/imx-manifest/tree/imx-linux-nanbield
The build failed with qemu-native build error.
The build command:
DISTRO=fsl-imx-wayland MACHINE=imx8mp-lpddr4-evk source imx-setup-release.sh -b build.
The build log file is attached.
Is it a known issue?
Thank you in advance,
Tanya.
Hi,
It seems there is no build log attached. Can you share again and share more steps of what you have taken?
Regards
Harvey
Hi Harvey,
The following steps were taken:
repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-nanbield -m imx-6.6.3-1.0.0.xml
repo sync
DISTRO=fsl-imx-wayland MACHINE=imx8mp-lpddr4-evk source imx-setup-release.sh -b build
bitbake core-image-minimal.
The log file is attached.
Thank you in advance,
Tanya
Hi,
Test it on my side with the same steps and without such issue.
From the build log, would suggest to check your hardware configuration, such as cores and memory, should be a ratio of 1/4, and a reference to bb_number_threads
Also, a reference to Host setup for the Host packages from IMX_YOCTO_PROJECT_USERS_GUIDE.pdf
Regards
Harvey
Thank you,
Seams that there is a problem with compiling this environment on Ubuntu 18.04.