Hi,
We are building TI processor SDK Linux root fs using the Yocto build as per the instructions provided in this document https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/08_00_00_08/exports/docs/linux/Overview_Building_the_SDK.html. We are able to successfully build the root fs image. A part of our application requires the C++ filesystem library `libstdc++fs.a`. When we look at the sysroot that comes with the SDK or the built rootfs image, not able to find the `libstdc++fs.a` library.
When I look at meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/external-arm-toolchain.bb, I see that `libstdc++-staticdev` is included. I also included it in the "build/conf/local.conf" and rebuilt the image. Still I do not see `libstdc++fs.a" getting created. I also searched the entire build folder and could not find this library. Would really appreciate if I can get some comments or suggestions how this library can be built and included in the root fs image.
Thanks
Anup