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
