LSDK weston build error

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

LSDK weston build error

921 Views
francoisgervais
Contributor I

I'm trying to build `lsdk1909_update_221019` on `Ubuntu 18.04.3 LTS`

```

flex-builder -m ls1043ardb

```

and I get:

Build libdrm [Done]

Building weston ...
Cloning into 'weston'...
warning: redirecting to https://source.codeaurora.org/external/imx/weston-imx.git/
warning: remote HEAD refers to nonexistent ref, unable to checkout.

Switched to a new branch 'rel_virt_4.14.98_4.11_0.10_ga'
/home/fgervais/eclypse20/flexbuild_lsdk1909_update_221019/packages/apps
chroot: failed to run command ‘ldconfig’: Exec format error
Makefile:720: recipe for target 'weston' failed
make[1]: *** [weston] Error 126
make[1]: Leaving directory '/home/fgervais/eclypse20/flexbuild_lsdk1909_update_221019/packages/apps'
Makefile:28: recipe for target 'apps' failed
make: *** [apps] Error 2
make: Leaving directory '/home/fgervais/eclypse20/flexbuild_lsdk1909_update_221019'

What would be the problem?

Labels (1)
Tags (3)
0 Kudos
1 Reply

736 Views
Pavel
NXP Employee
NXP Employee

Do “sudo apt install -y binfmt-support qemu-system-common qemu-user-static “ will resolve the issue.
This conditional dependency will automatically be added in next LSDK release.

Have a great day,
Pavel Chubakov

 

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos