I tried to build dependencies for ARM architecture on debian.
When I ran make command I had this error :
make[6]: Entering directory '/opt/mrmc-android/tools/depends/native/m4-native/x86_64-linux-native/lib'
CC glthread/lock.o
CC freadahead.o
freadahead.c: In function 'freadahead':
freadahead.c:92:3: error: #error "Please port gnulib freadahead.c to your platform! Look at the definition of fflush, fread, ungetc on your system, then report this to bug-gnulib."
#error "Please port gnulib freadahead.c to your platform! Look at the definition of fflush, fread, ungetc on your system, then report this to bug-gnulib."
^~~~~
make[6]: *** [Makefile:1910: freadahead.o] Error 1
I tried to build dependencies for ARM architecture on debian. When I ran make command I had this error :