Sebastian Huber commented: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/46#note_114964 There is already this change in GCC: ``` commit 5955c18dfb970740d55d432aeee5cb5a6f51cf65 Author: Alexandre Oliva <[email protected]> Date: Thu May 30 04:01:15 2024 -0300 [libstdc++-v3] [rtems] enable filesystem support mkdir, chdir and chmod functions are defined in librtemscpu, that doesn't get linked in during libstdc++-v3 configure, but applications use -qrtems for linking, which brings those symbols in, so it makes sense to mark them as available so that the C++ filesystem APIs are enabled. for libstdc++-v3/ChangeLog * configure.ac [*-*-rtems*]: Set chdir, chmod and mkdir as available. * configure: Rebuilt. ``` -- View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/46#note_114964 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
