RTEMS | psxtests: Enable dirfd and fdopendir API compliance tests (!978)
Bhuvan B (@BhuvanB404)
gitlab at rtems.org
Sun Feb 1 19:19:24 UTC 2026
Bhuvan B commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/978#note_140620
Yes . This was my config.ini
` [i386/pc686] `
`BUILD_TESTS = True `
`BUILD_SAMPLES = True `
I found the dirfd.c in the` newlib/libc/posix/` and in` psxtests ` and fdopendir() is implemented in opendir and symbols are present in the build , but in build tests,their object files are missing
`bb at bb ~/p/r/rtems (main)> i386-rtems7-ar t build/i386/pc686/libpsxhdrs.a | grep "dirf*" `
{ closedir.c.482.o opendir.c.482.o readdir.c.482.o readdir_r.c.482.o rewinddir.c.482.o scandir.c.482.o seekdir.c.482.o telldir.c.482.o dirname.c.482.o mkdir.c.482.o mkdirat.c.482.o }
bb at bb \~/p/r/rtems (main) \[1\]\> i386-rtems7-ar t build/i386/pc686/libpsxhdrs.a | grep "fdopen\*" fdopen.c.482.o
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/978#note_140620
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/20260201/1b514a4e/attachment.htm>
More information about the bugs
mailing list