您好!
我们将根据本文档 https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/08_00_00_08/exports/docs/linux/Overview_Building_the_SDK.html 中提供的说明使用 Yocto 构建 TI 处理器 SDK Linux 根 FS。 我们能够成功构建根 FS 映像。 我们应用程序的一部分需要 C++文件系统库`libstdc++fs.a`。 当我们查看 SDK 或构建的 rootfs 映像随附的 sysroot 时、无法找到`libstdc++fs.a`库。
当我查看 meta-arm/meta-arm-toolchain/meta-devtoolchain/external-arm-toolchain/external-arm-toolchain.bb 时、我看到`libstdc++-staticdev`包含在内。 我还将其包含在"build/conf/local.conf"中、并重建了映像。 我仍然看不到`libstdc++fs.a"的创建。 我还搜索了整个构建 文件夹、找不到该库。 如果我能得到一些 意见或建议、我会非常感谢您如何构建并将此库包含在根 FS 映像中。
谢谢
Anup