This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Accessing File from host system's OS filesystem


On Thu, Aug 12, 2004 at 03:58:15PM +0000, Samie Hassan Ghauri wrote:
> I have made the romfs including the bmp file using the utility given with 
> the ecos package. But the image file is romfs.img.  How can make it part of 
> my image? When it IS finally included, can I then use fdopen() and ssize_t 
> read(int fd, void *buf, size_t nbyte) to extract bytes from the file, as 
> they are POSIX defined APIs?

Take a closer look at the test case. It does exactly this. The cdl
file contains some magic to uses some tcl to convert the binary to a
char array in a header file which is compiled into the test case
image.
        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]