flex-builder -c apps -a arm64 problem

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

flex-builder -c apps -a arm64 problem

719件の閲覧回数
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 返信

585件の閲覧回数
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