I cloned the kernel from
https://github.com/torvalds/linux.git
Then tried to compile it as follows
#make menuconfig
menu config screens shows up. Without making any changes I save the config that generated .config file
#make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-
I get the following error. Please advise
In file included from arch/arm/kernel/asm-offsets.c:20:0:
/home/androiddev/linus/linux/arch/arm/include/asm/glue-df.h:107:2: error: #error Unknown data abort handler type
#error Unknown data abort handler type
^
In file included from arch/arm/kernel/asm-offsets.c:21:0:
/home/androiddev/linus/linux/arch/arm/include/asm/glue-pf.h:54:2: error: #error Unknown prefetch abort handler type
#error Unknown prefetch abort handler type
^
make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2