Error while building LSDK on lx2160a

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Error while building LSDK on lx2160a

ソリューションへジャンプ
882件の閲覧回数
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 解決策
872件の閲覧回数
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 返信
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 件の賞賛