Filesystem stack behaviour after force SD card eject

2019-07-05 Thread Gabor, Oliviu
Hello all, I have the following questions about using the FAT Filesystem stack from RTEMS. When interfacing with an SD Card, I do these steps: - open a file on the successfully mounted device - execute some RW operations on the file - execute fflush() and fclose() - manually eject the SD card from

Re: GSoC 2019 | POSIX Compliance - NDBM Port Successful. Minimal Testsuite working Successfully.

2019-07-05 Thread Vaibhav Gupta
On Fri, Jul 5, 2019 at 10:20 PM Gedare Bloom wrote: > On Thu, Jul 4, 2019 at 2:31 AM Vaibhav Gupta > wrote: > > > > Hello, > > As I mentioned in previous threads, RSB patch was not generating > function symbols defined > > in ndbm.c, but they were generated when I build newlib repository for > S

Re: GSoC 2019 | POSIX Compliance - NDBM Port Successful. Minimal Testsuite working Successfully.

2019-07-05 Thread Gedare Bloom
On Thu, Jul 4, 2019 at 2:31 AM Vaibhav Gupta wrote: > > Hello, > As I mentioned in previous threads, RSB patch was not generating function > symbols defined > in ndbm.c, but they were generated when I build newlib repository for SPARC. > . > . > So, I made a script to add them manually, from newl