[ECOS] a question about removing file function in eCos programming

Andrew Lunn andrew@lunn.ch
Tue Jul 19 18:17:00 GMT 2005


> 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



More information about the Ecos-discuss mailing list