I\'m trying to cross compile a helloworld kernel (2.6.x) module for ARM architecture on my intel x86 host.
The codesourcery tool chain for ARM is located at: /ho
Putting ARCH and CROSS_COMPILE in the Makefile doesn't work. You need to put them on the command line:
ARCH
CROSS_COMPILE
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-