matthieu castet a écrit :
Hi,

matthieu castet a écrit :
Austin Foxley a écrit :
On 12/19/2009 04:39 PM, matthieu castet wrote:

Removing the libc_hidden_weak/libc_hidden_proto for __errno_location and
__h_errno_location make the things work. [1]


Is that normal ?

What arch are you on? What's your .config?

[1] there other issue. Work example a static link of [2], crash because _stdio_init is NULL, but because _stdio_init is HIDDEN, gcc remove the check.
making not hidden make it crash on _stdio_term that is also hidden.
I am missing something or uclibc git doesn't work at all ?


For info, I put 2 patches that fix the problem for me at
http://github.com/mat-c/uClibc/commits/master_fixes


Matthieu
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to