public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] -file operations
@ 2003-12-29 11:59 Aravind B
  2003-12-29 18:51 ` sandeep kumar
  0 siblings, 1 reply; 2+ messages in thread
From: Aravind B @ 2003-12-29 11:59 UTC (permalink / raw)
  To: ecos-discuss

hi,
i have written a program using file operation.
it is working fine in linux but it is not running in ecos.
actually it is not able to open file.
is there any thing that i have to select in configtool.
if so what are they. can any tell me.

thanks and regards.


_______________________________________________
This email with any attachments is for the exclusive use of the intended
recipient/s & may contain confidential & legally privileged information.
If you are not the intended recipient pls notify the sender immediately
& delete the email from your system. Any unauthorised use, disclosure,
printing, dissemination, forwarding or copying of this mail is strictly
prohibited and unlawful.
Visit us at : http://www.cranessoftware.com



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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] -file operations
  2003-12-29 11:59 [ECOS] -file operations Aravind B
@ 2003-12-29 18:51 ` sandeep kumar
  0 siblings, 0 replies; 2+ messages in thread
From: sandeep kumar @ 2003-12-29 18:51 UTC (permalink / raw)
  To: Aravind B, ecos-discuss

> i have written a program using file operation.
> it is working fine in linux but it is not running in ecos.
> actually it is not able to open file.
> is there any thing that i have to select in configtool.
> if so what are they. can any tell me.

file has fixed-readonly content => need ROMFS support.
file will be created and populated/used during runtime => need RAMFS support

please have a look at the tests provided within
packages/fs/{ram,rom}/current/tests to get the idea on how to make use of RAMFS,
ROMFS for your situation at hand.

peace
sandeep



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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-12-29 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-29 11:59 [ECOS] -file operations Aravind B
2003-12-29 18:51 ` sandeep kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).