ftime and assert_fail

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu May 5 09:02:36 UTC 2011


On 5 May 2011 10:41, Matthias Hofmann <matthias.hofmann at tu-dortmund.de> 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,


More information about the uClibc mailing list