I have tried building Linux-armv7 (3.19.2-1) on a couple different system, all give me the same error:
CC fs/aufs/super.o
fs/aufs/super.c: In function 'au_array_free':
fs/aufs/super.c:478:4: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration]
vfree(array);
^
fs/aufs/super.c: In function 'au_array_alloc':
fs/aufs/super.c:501:3: error: implicit declaration of function 'vzalloc' [-Werror=implicit-function-declaration]
array = vzalloc(sz);
^
fs/aufs/super.c:501:9: warning: assignment makes pointer from integer without a cast
array = vzalloc(sz);
^
cc1: some warnings being treated as errors
scripts/Makefile.build:257: recipe for target 'fs/aufs/super.o' failed
make[2]: *** [fs/aufs/super.o] Error 1
scripts/Makefile.build:402: recipe for target 'fs/aufs' failed
make[1]: *** [fs/aufs] Error 2
Makefile:939: recipe for target 'fs' failed
make: *** [fs] Error 2
==> ERROR: A failure occurred in build().
Aborting...
[lharmon@alarm linux-armv7-3.19.2-1-armv7h]$ ls
This build was done on a smileplug.
Anyone know how to fix?