Upgrade LS1028ARDB software using OpenIL solution

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

Upgrade LS1028ARDB software using OpenIL solution

1,605 次查看
nagrawal
Contributor I

Building the image using the config nxp_ls1028ardb-64b_defconfig halts with error below::

./bootstrap: 4: ./bootstrap: aclocal: not found
./bootstrap: 5: ./bootstrap: autoheader: not found
./bootstrap: 6: ./bootstrap: libtoolize: not found
./bootstrap: 7: ./bootstrap: automake: not found
./bootstrap: 8: ./bootstrap: autoreconf: not found
/bin/bash: ./configure: No such file or directory
package/pkg-generic.mk:206: recipe for target '/home/nishant/gitRepos/openil/output/build/libnfc-nci-R2.4/.stamp_configured' failed
make: *** [/home/nishant/gitRepos/openil/output/build/libnfc-nci-R2.4/.stamp_configured] Error 127

标记 (1)
0 项奖励
回复
2 回复数

1,443 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Hello Nishant Agrawal ,

I also encountered a similar problem during building libnfc-nci, please install "pkg-config" to overcome the current issue with command "sudo apt-get install pkg-config".

 

I installed the following packages before building libnfc-nci successfully.

$ sudo apt update

$ sudo apt-get install git make gcc g++ python autoconf automake libtool dh-autoreconf pkg-config

Thanks,

Yiping

0 项奖励
回复

1,443 次查看
nagrawal
Contributor I

Still waiting for a resolution. If anyone at NXP could help me out please.

Thanks.

0 项奖励
回复