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: a question about removing file function in eCos programming


> But I still find some functions in my codes that didn't work in eCos while 
> compiling and linking, such as "execl" and "chmod". Is there any 
> references that explaining any equivalent functions from linux to eCos? 

You should remember that eCos is not Linux. Things are not supposed to
be the same.

excel() - cyg_thread_create()
chmod() - cyg_fs_set_attrib() but not all filesystems implement it underneath.

        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]