RTEMS Source Builder | Add std::filesystem chdir and mkdir support to libstdc++v3 (#46)

Sebastian Huber (@sebhub) gitlab at rtems.org
Fri Nov 15 00:11:54 UTC 2024




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 <oliva at adacore.com>
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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20241115/ee52beed/attachment.htm>


More information about the bugs mailing list