如何在Buildroot中设置wpa_supplicant?

发布于 2025-01-14 10:34:33 字数 1040 浏览 3 评论 0原文

我正在尝试使用 Buildroot 为其中一个项目设置 wpa_supplicant 。我使用的是 Buildroot 2022 版本,并且在 menuconfig 中选择了以下配置

wpa_supplicant

但是在执行 make 之后我收到以下错误:

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

没有libwpa_client.so Buildr中是否还需要选择其他包 噢?

谁能告诉我如何解决这个问题?

我们将非常感谢您的帮助。

提前致谢。

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

wpa_supplicant

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡莣 2025-01-21 10:34:33

该问题是在 Buildroot git master 上引入的,wpa_supplicant 版本有所提升 1 并用 2。因此,通过包含 wpa_supplicant 补丁,上述问题就得到了解决。

[1]https://git.buildroot.net/buildroot/commit/package/wpa_supplicant?id=39381a467cd2cfc15f77d3f9adbf329d2f92e312
[2]https://git.buildroot.net/buildroot/commit/package/wpa_supplicant?id=c4eebf191c781a3ea6b5eb1811cc17ae92ea2fb2

The issue was introduced on Buildroot git master with wpa_supplicant version bump 1 and fixed with 2. So, by including patch for wpa_supplicant above issue is solved.

[1]https://git.buildroot.net/buildroot/commit/package/wpa_supplicant?id=39381a467cd2cfc15f77d3f9adbf329d2f92e312
[2]https://git.buildroot.net/buildroot/commit/package/wpa_supplicant?id=c4eebf191c781a3ea6b5eb1811cc17ae92ea2fb2

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文