This is the mail archive of the ecos-discuss@sourceware.org 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: Does anybody know whether eCos has these functions??


On Thu, Mar 13, 2008 at 09:13:51PM -0700, grachel wrote:
> 
> I run into some errors like"undefined reference to..." when I plant phoneme
> advanced to eCos platform.The mentioned functions are

> 'realpath','ftruncate','getrlimit','nl_langinfo','getpwuid','tzset','utimes','chmod'.I

Many of these functions don't make sense in an deeply embedded system.
eg getrlimit, nl_langinfo, getpwuid, utimes.

realpath and ftruncate were i think originally BSD extensions. eCos
tries to be POSIX compliant. It does not have these functions.

Are you talking about https://phoneme.dev.java.net ?  You want to be
careful about the licence.

        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]