Cross compiling a kernel module
Putting ARCH and CROSS_COMPILE in the Makefile doesn’t work. You need to put them on the command line: make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-
Putting ARCH and CROSS_COMPILE in the Makefile doesn’t work. You need to put them on the command line: make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-