I run into this error when trying to cross compile:
crelloc@neoGenerationwork ~/omap/linux $ make ARCH=arm CROSS_COMPILE=/usr/bin/arm-linux-gnueabi- ... ... ... arch/arm/kernel/ftrace.c: In function ‘ftrace_arch_code_modify_post_process’: arch/arm/kernel/ftrace.c:93:2: error: implicit declaration of function ‘flush_tlb_all’ [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors make[1]: *** [arch/arm/kernel/ftrace.o] Error 1 make: *** [arch/arm/kernel] Error 2 I grabbed the kernel from https://github.com/beagleboard/linux: git clone -b 4.1.2-ti-r4 https://github.com/beagleboard/linux --depth=1 How do I fix this error to successfully cross compile my custom kernel? Any suggestions would greatly help, Thanks -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
