flex-builder -c apps -a arm64 problem

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

flex-builder -c apps -a arm64 problem

671 次查看
yi-linhsieh
Contributor III

Hi all,

I tried  build apps for ls1046a platfrom.

I download and untar  flexbuild_lsdk1903.tgz

source setup.env

flex-builder -c linux -a arm64

flex-builder -i mkrfs 

flex-builder -c apps -a arm64 

and it will stop at 

/usr/lib/gcc-cross/aarch64-linux-gnu/7/../../../../aarch64-linux-gnu/bin/ld: cannot find -lxml2
collect2: error: ld returned 1 exit status

How I to install the xml2 library in flex-builder enviroment?

0 项奖励
回复
1 回复

537 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Hello Yi-Lin Hsieh,

Please make sure the command "flex-builder -i mkrfs  -a arm64" has completed successfully, please make sure there is no networking connection problem.

You could run the following commands to download rootfs again.

$ flex-builder -i mkrfs  -a arm64 -i clean-rfs

$ flex-builder -i mkrfs  -a arm64

Thanks,

Yiping