Error while building LSDK on lx2160a

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Error while building LSDK on lx2160a

跳至解决方案
883 次查看
LSDK_user
Contributor I

I encountered an error while building the LSDK on lx2160a with the command 'flex-builder -m lx2160ardb_rev2' on the flexbuilder version 20_12

The error I got is: 

Building weston ...
Collecting meson
Installing collected packages: meson
Successfully installed meson-0.56.2
/sbin/ldconfig.real: /usr/local/lib/libOpenVG.so is not a symbolic link

Traceback (most recent call last):
File "/home/brk_5g/.local/bin/meson", line 7, in <module>
from mesonbuild.mesonmain import main
ModuleNotFoundError: No module named 'mesonbuild'
/home/brk_5g/Downloads/flexbuild_lsdk2012/packages/apps/multimedia/multimedia.mk:84: recipe for target 'weston' failed
make[1]: *** [weston] Error 1
make[1]: Leaving directory '/home/brk_5g/Downloads/flexbuild_lsdk2012/packages/apps'
Makefile:28: recipe for target 'apps' failed
make: *** [apps] Error 2
make: Leaving directory '/home/brk_5g/Downloads/flexbuild_lsdk2012'

I also tried to run the command "sudo apt install -y binfmt-support qemu-system-common qemu-user-static" as suggested in another thread, but still no luck.

0 项奖励
1 解答
873 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Please try the following steps

sudo -i

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

python3 get-pip.py

python3 -m pip install meson

在原帖中查看解决方案

0 项奖励
1 回复
874 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Please try the following steps

sudo -i

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

python3 get-pip.py

python3 -m pip install meson

0 项奖励