Hello everyone,
I have encountered a problem when transplant a c program to edk c program.
My development board is ML401 with SysACE CF controller.
The problem is that in WINDOWS VC environment, open, read or getc operation to a file on file system can use <stdio.h> lib.
But in EDK c, where files are stored on CF card, there are only 4 main functions, sysace_fopen, sysace_fread, sysace_fwrite, sysace_fclose, can adopt to deal with files.
Many functions in original c program such as fseek, getc, fprintf couldn't used to deal with files on CF card.
So if anyone has some ideas to make such functions fseek, getc, fread available to deal with file on CF card,
please give the suggestions to me.
Best Wishes!