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@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@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.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to