Buildroot 包需要一个带有C++大文件错误的工具链

Buildroot Package needs a toolchain w/C++, largefile error

本文关键字:文件 C++ 错误 工具 包需 一个 Buildroot      更新时间:2023-10-16

我在将一些新软件包放入我的buildroot配置时遇到问题。我已经手动添加了 wvdial 和 wvstreams 包,并让它们显示在我的 make menuconfig 中。但是由于以下错误,我无法选择它们以将它们添加到构建中(如图所示(:

(wvdial,wvstreams(需要一个带C++,大文件的工具链

我对解决这个问题一无所知,因为我在工具链选项下选择了C++选项,如下图所示:

工具链选项

任何帮助将不胜感激,因为我花了很多时间试图通过修补和谷歌搜索来解决这个问题,但无济于事。

另外,如果这在错误的区域下,请告诉我,以便我可以更改它或模组可以自动移动它。

谢谢。

从buildroot中删除了大文件要求:

commit f526c75f3994acdd58c80afc15aba0789917502f
Author: Gustavo Zacarias <gustavo@zacarias.com.ar>
Date:   Mon Mar 30 18:07:33 2015 -0300
package/uclibc: drop BR2_TOOLCHAIN_BUILDROOT_LARGEFILE
Kill the option to build the non-largefile variant and remove the hidden
option since it's now unused.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

因此,您可能需要删除 Config.in 中的依赖关系

BR,