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 IO under Linux synthetic target


>>>>> "Rob" == rob wj jansen <rob.wj.jansen@philips.com> writes:

    Rob> I'm using a ROM filesystem on my target (ARM710T) but want to
    Rob> do some testing/debugging of the application on a linux
    Rob> target.

    Rob> Is File I/O on the linux target supported / which package(s)
    Rob> do I need= ?

File I/O is not yet available on the synthetic target - at least, not
using the eCos functionality. With the current release sources it is
possible to make some Linux system calls to perform file I/O, for
example by calling cyg_hal_sys_open() and cyg_hal_sys_read(), but
obviously those will have the Linux semantics rather than the eCos
ones.

Bart


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