On 5 May 2011 11:07, Matthias Hofmann <[email protected]> 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. _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
