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]

Re: file system support


Vipin,

> the test file 'fileio1.c' included in the 'tests' directory  but I'm
> unable to find any makefile or even the relevant header files. For eg :
> pkgconf/io_fileio.h
> cyg/fileio/fileio.h
> Can anybody please tell me if I'm missing any important piece in the
> code. I'll really appreciate any kind of help.

Both files will appear in the install/include directory when you add the fileio package to your configuration.
The fileio.h file is part of the fileio package and can also be found in the
$ECOS_REPOSITORY/io/fileio/current/include directory.

Note that you have to add the fileio package manually:

	ecosconfig new <yourplatform>
	ecosconfig add fileio
	ecosconfig tree

You might also want to add a filesystem package (e.g. romfs or ramfs).

Hope this helps.

Regards,

	Rob Jansen

Software Engineer
Competence Center Platforms
BU Mobile Communications
Meijhorst 60-10, 6537 KT Nijmegen, The Netherlands
Tel: +31-24-353-6329
Fax: +31-24-353-3613
mailto:Rob.WJ.Jansen@philips.com



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