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