bitbake imx-image-multimedia error:assimp_5.0.1.bb:do_compile

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

bitbake imx-image-multimedia error:assimp_5.0.1.bb:do_compile

1,495 Views
572038173
Contributor I

when i try to compile imx8qxp's image using command "bitbake imx-image-multimedia",an error occurs,here is the log:   

ERROR: Task (/home/he029/bin/imx-yocto-bsp/sources/meta-imx/meta-bsp/recipes-graphics/vulkan/assimp_5.0.1.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2650 tasks of which 2649 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
/home/he029/bin/imx-yocto-bsp/sources/meta-imx/meta-bsp/recipes-graphics/vulkan/assimp_5.0.1.bb:do_compile
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

my download version is "repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-zeus -m imx-5.4.3-2.0.0.xml " ,and bitbake config"DISTRO=fsl-imx-wayland MACHINE=imx8mqevk source imx-setup-release.sh -b build-wayland"

is it because I select  a wrong download version or wrong bitbake config?

Tags (1)
0 Kudos
2 Replies

1,440 Views
572038173
Contributor I

I have find out the reason,my virtual machine 's  memory is 1.5GB and it's too small to compile image.

After I change  virtual machine 's  memory to 4GB,there is no error message.

0 Kudos

1,440 Views
jimmychan
NXP TechSupport
NXP TechSupport

Seems the version number you used was wrong.

Please check the release information from here.

Embedded Linux for i.MX Applications Processors | NXP 

Please follow the Yocto User's Guide to build the BSP.

0 Kudos