Toni Esposito wanted us to know:
>gcc -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -DMODVERSIONS -g
>-DCONFIG_TCPHA_FE_DEBUG -O2 -Wall -Wstrict-prototypes
>-I/usr/src/linux/include -include
>/usr/src/linux/include/linux/modversions.h -c -o tcpha_fe.o tcpha_fe.c
><command line>:152666374:33096:
>/usr/src/linux/include/linux/modversions.h: No such file or directory
<snip>
>Could you help me, please?
For 2.6 kernel:
cd /usr/src/linux
make mrproper
cp /boot/config-`uname -r` .config
make oldconfig
make vmlinux
For 2.4 kernel:
cd /usr/src/linux
make mrproper
cp /boot/config-`uname -r` .config
make oldconfig
make dep
make vmlinux
--
Regards... Todd
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. --Benjamin Franklin
Linux kernel 2.6.8.1-12mdkenterprise 2 users, load average: 0.07, 0.02, 0.12
|