Upgrade LS1028ARDB software using OpenIL solution

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Upgrade LS1028ARDB software using OpenIL solution

881 Views
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

Tags (1)
0 Kudos
2 Replies

719 Views
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 Kudos

719 Views
nagrawal
Contributor I

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

Thanks.

0 Kudos