I tried building a kernel using:
make clean
make tegra_tegratab_android_defconfig
make
which results in the following error:
fs/namespace.c: In function ‘sys_mount’:
fs/namespace.c:2393:7: warning: ‘kernel_dev’ may be used uninitialized in this function [-Wmaybe-uninitialized]
fs/namespace.c:2397:7: warning: ‘kernel_type’ may be used uninitialized in this function [-Wmaybe-uninitialized]
CC fs/seq_file.o
CC fs/xattr.o
CC fs/libfs.o
CC fs/fs-writeback.o
fs/fs-writeback.c: In function ‘bdi_writeback_thread’:
fs/fs-writeback.c:991:1: internal compiler error: in push_minipool_fix, at config/arm/arm.c:13498
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.launchpad.net/gcc-linaro> for instructions.
scripts/Makefile.build:307: recipe for target 'fs/fs-writeback.o' failed
make[1]: *** [fs/fs-writeback.o] Error 1
Makefile:950: recipe for target 'fs' failed
make: *** [fs] Error 2
I tried building a kernel using:
which results in the following error: