Bug #1871
closedcompilation error idnode.c arm synology
100%
Description
2.6.32.12 kernel
gcc 4.6.2
oldest glibc 2.5 :(
Is it possible to solve this problem? It's only on NAS, which have oldest glibc 2.5, and I can't it change.
CC src/main.o
CC src/tvhlog.o
CC src/idnode.o
src/idnode.c: In function 'idnode_set_sort':
src/idnode.c:663:3: warning: implicit declaration of function 'qsort_r' [-Wimplicit-function-declaration]
CC src/prop.o
CC src/utils.o
......
CC src/descrambler/ffdecsa/ffdecsa_interface.o
CC src/descrambler/ffdecsa/ffdecsa_int.o
CC tvheadend
/src/tvheadend/build.linux/src/idnode.o: In function `idnode_set_sort':
/src/tvheadend/src/idnode.c:663: undefined reference to `qsort_r'
collect2: ld returned 1 exit status
make: *** [/src/tvheadend/build.linux/tvheadend] Error 1