ftime and assert_fail

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


On 5 May 2011 11:07, Matthias Hofmann <matthias.hofmann at tu-dortmund.de> wrote:
> Hi,

please do not top-post.
>
> thanks. I rebuild my toolchain with UCLIBC_SUSV3_LEGACY enabled.
> The linking error regarding assert_fail occurs when linking a third party
> lib statically into my project. Do i have to rebuild the third party lib
> against uclibc or is there an other way?

>> 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.

You should rebuild the third party lib against uClibc, yes.


More information about the uClibc mailing list