On 5 May 2011 10:41, Matthias Hofmann <[email protected]> wrote: > Hi, > > i am not sure if this is a bug, i guess, there are some features missing in > my config-file or it is generally not supported by uclibc.
You should fix that app. > # UCLIBC_SUSV3_LEGACY is not set ftime was marked for removal in SUSv3 about 7 years ago and was removed since then. assert_fail is not available. If your code calls it directly you should fix it to use the standard assert(). If it doesn't then you didn't setup your toolchain properly or try to link against something not built against uClibc. HTH, _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
