When I'm trying to compile some application based on entware toolchain, I always end up on this message:
Is there any quick fix for it?
I found something like
but it's beyond my limits.
Thanks for any help.
Code:
/opt/entware-toolchain/lib/gcc/mipsel-linux-uclibc/4.6.3/../../../../mipsel-linux-uclibc/lib/libc.a(sigprocmask.os): In function `sigprocmask':
sigprocmask.c:(.text+0x0): multiple definition of `sigprocmask'
/opt/entware-toolchain/lib/gcc/mipsel-linux-uclibc/4.6.3/../../../../mipsel-linux-uclibc/lib/libpthread.a(pt-sigprocmask.os):pt-sigprocmask.c:(.text+0x0): first defined here
I found something like
Code:
-int sigprocmask(int how, const sigset_t * set, sigset_t * oldset)
+int weak_function sigprocmask(int how, const sigset_t * set, sigset_t * oldset)
Thanks for any help.