Hello all, Could someone point me in the right direccion regarding the above errors, I keep getting these errors, I'm using: rh9-kernel-2.4.0.9 gcc-3.2.2-5 this is what I done so far: make mrproper make xconfig make clean make bzImage >bzI_err so far is fine.. make modules >makmod_err ...unable to make modules.. errors - make[2]: ...... TIA, alvaro make modules >makmod_err gcc -Wp,-MD,drivers/char/.epca.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=pentium4 -Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include -DMODULE -DKBUILD_BASENAME=epca -DKBUILD_MODNAME=epca -c -o drivers/char/.tmp_epca.o drivers/char/epca.c gcc -Wp,-MD,drivers/char/.cyclades.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=pentium4 -Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include -DMODULE -DKBUILD_BASENAME=cyclades -DKBUILD_MODNAME=cyclades -c -o drivers/char/.tmp_cyclades.o drivers/char/cyclades.c drivers/char/ip2main.c: At top level: drivers/char/ip2/i2cmd.c:142: warning: `ct89' defined but not used In file included from drivers/char/riscom8.c:51: drivers/char/riscom8.h:88: field `tqueue' has incomplete type drivers/char/riscom8.h:89: field `tqueue_hangup' has incomplete type drivers/char/riscom8.c:84: warning: type defaults to `int' in declaration of `DECLARE_TASK_QUEUE' drivers/char/riscom8.c:84: warning: parameter names (without types) in function declaration drivers/char/riscom8.c:142: confused by earlier errors, bailing out make[2]: *** [drivers/char/riscom8.o] Error 1 make[1]: *** [drivers/char] Error 2 make: *** [drivers] Error 2 -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/