From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Veer To: rob.wj.jansen@philips.com Cc: ecos-discuss@sources.redhat.com Subject: Re: [ECOS] File IO under Linux synthetic target Date: Wed, 30 May 2001 08:13:00 -0000 Message-id: <200105301513.f4UFDE702510@sheesh.cambridge.redhat.com> References: <0056890030837858000002L982*@MHS> X-SW-Source: 2001-05/msg00523.html >>>>> "Rob" == rob wj jansen 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