LS2088 with 18.09SDK App error

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

LS2088 with 18.09SDK App error

1,567 次查看
ranga_yn
Contributor III

When i build LS2088 with Ubuntu 18.09 on VM version 6.0

ake[4]: Leaving directory '/home/ranga/MTP/target/nxp-lsdk/flexbuild_lsdk1809/packages/apps/ovs-dpdk'
Makefile:5526: recipe for target 'install-recursive' failed
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory '/home/ranga/MTP/target/nxp-lsdk/flexbuild_lsdk1809/packages/apps/ovs-dpdk'
Makefile:5831: recipe for target 'install' failed
make[2]: *** [install] Error 2
make[2]: Leaving directory '/home/ranga/MTP/target/nxp-lsdk/flexbuild_lsdk1809/packages/apps/ovs-dpdk'
Makefile:151: recipe for target 'ovs-dpdk' failed
make[1]: *** [ovs-dpdk] Error 2
make[1]: Leaving directory '/home/ranga/MTP/target/nxp-lsdk/flexbuild_lsdk1809/packages/apps'
Makefile:24: recipe for target 'apps' failed
make: *** [apps] Error 2
make: Leaving directory '/home/ranga/MTP/target/nxp-lsdk/flexbuild_lsdk1809'

I am using the below build command.

flex-builder -i autobuild-log -a arm64 -m ls2088ardb

what could be the cause of APP errors.

regards,

ranga

0 项奖励
回复
1 回复

1,469 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Please run the following commands to generate boot partition, build apps and merge all components package to rootfs and compress distro rootfs as .tgz.

$ flex-builder -i mkrfs -a arm64
$ flex-builder -c apps -a arm64

$ flex-builder -i mkbootpartition -a arm64

$ flex-builder -i merge-component -a arm64
$ flex-builder -i compressrfs -a arm64

0 项奖励
回复