I am trying to setup wpa_supplicant
using Buildroot for one of the project. I am using Buildroot 2022 version and I have selected below config in menuconfig
But after doing make
I am getting below error:
>>> wpa_supplicant 2.10 Installing to staging directory
/usr/bin/install -m 0644 -D /root/raspcm4/sources/output/build/wpa_supplicant-2.10/wpa_supplicant/libwpa_client.so /root/raspcm4/sources/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libwpa_client.so
/usr/bin/install: cannot stat '/root/raspcm4/sources/output/build/wpa_supplicant-2.10/wpa_supplicant/libwpa_client.so': No such file or directory
make[1]: *** [package/pkg-generic.mk:331: /root/raspcm4/sources/output/build/wpa_supplicant-2.10/.stamp_staging_installed] Error 1
make: *** [Makefile:23: _all] Error 2
There is no libwpa_client.so
Is there any other packages needs to be selected in Buildr
oot?
Can anyone please let me know how to resolve this issue?
Your help will be much appreciated.
Thanks in advance.