I'm facing a little trouble in compiling a tun.ko for my mobile wifi device (vodafone r201). I've downloaded the kernel sources (android-kernel-msm 2.6.25), kernel config (on device!) and tried to cross compile the module on a ubuntu 11.10 machine. I have cross compiled it with different kernel config before, which worked out (but oops-ed on runtime), but I can't seem to find out why it cannot find the following header file in this case.
gebruiker@generic ~/git-workspace/android-kernel-msm (git::(no branch)) $ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- drivers/net/tun
scripts/kconfig/conf -s arch/arm/Kconfig
drivers/usb/Kconfig:148:warning: multi-line strings not supported
arm-none-linux-gnueabi-gcc drivers/net/tun.c -o drivers/net/tun
drivers/net/tun.c:46: fatal error: linux/module.h: No such file or directory
compilation terminated.
make: *** [drivers/net/tun] Error 1
Since compiling a module for this machine is my first attempt at compiling kernel modules, I need a little help. I'm not sure where the compiler looks for his includes, because in the current folder (which should be in the srctree) it definately exists. In the normal include folder, but also in de asm-arm include folder.
Thanks in advance for all replies!
ANSWER BY POSTER:
It was a simple noob-mistake, if anyone else has this problem, just use this command to compile (exchange arm-linux-gnueabi- for your crosscompiler that you have added to your PATH environment var):
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- modules
If you don't want go to any trouble and need the tun.ko for Vodafone R201 with version magic 2.6.25 preempt mod_unload ARMv6, get it her: wouter.ru/tun.ko