OESF Portables Forum
General Forums => General Discussion => Topic started by: suruaZ on June 04, 2005, 01:54:08 pm
-
I'm trying to compile a modul for kernel. The comand I use:
# gcc -O6 -Wall -D__KERNEL__ -c -o irkbdsim.o irkbdsim.c
On IPAQs cluster this produced irkbdsim.o after some warnings.
When I tried the same command on Zaurus with zgcc I have got exactly the same warnings but no irkbdsim.o was generated. Why?
I need to compile it locally as lsmod rejects modules compiled for other than mine kernels.
suruaZ