Hi, > Anyway, the problem seems to be related to a missing hidden_proto / > hidden_def > for the functions (malloc / free) that are used internally in the libc.
Do not have any testcase handy (maybe Mike?), but it will be not good to hide malloc and friends. Normally the alternative malloc implementations want to replace internal malloc to do alternative debugging, if we hide them by libc_hidden_*, this won't ever happen Peter -- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
