well this time i am trying to implement iptables1.2.6a to the kernel 2.4.18 and now i get this error, does anyone have a solution for this ??
make[1]: Entering directory `/usr/src/linux-2.4.18/net' make -C ipv4 modules make[2]: Entering directory `/usr/src/linux-2.4.18/net/ipv4' make[2]: Nothing to be done for `modules'. make[2]: Leaving directory `/usr/src/linux-2.4.18/net/ipv4' make -C ipv4/netfilter modules make[2]: Entering directory `/usr/src/linux-2.4.18/net/ipv4/netfilter' gcc -D__KERNEL__ -I/usr/src/linux-2.4.18/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.18/include/linux/modversions.h -DKBUILD_BASENAME=ip_conntrack_standalone -DEXPORT_SYMTAB -c ip_conntrack_standalone.c make[2]: Leaving directory `/usr/src/linux-2.4.18/net/ipv4/netfilter' make[1]: Leaving directory `/usr/src/linux-2.4.18/net' ip_conntrack_standalone.c: In function `kill_proto': ip_conntrack_standalone.c:41: structure has no member named `dst' ip_conntrack_standalone.c:43: warning: control reaches end of non-void function make[2]: *** [ip_conntrack_standalone.o] Error 1 make[1]: *** [_modsubdir_ipv4/netfilter] Error 2 make: *** [_mod_net] Error 2 bzImage is created without any problems, this is when i build the kernel with network options as modular support. but when i compile the network options in the kernel, it throws the following error epro100.c:2245: warning: `eepro100_remove_one' defined but not used advansys.c: In function `advansys_detect': advansys.c:5555: warning: `req_cnt' might be used uninitialized in this function NCR5380.c:738: warning: `NCR5380_print_options' defined but not used NCR5380.c:458: warning: `NCR5380_print_phase' defined but not used NCR5380.c:402: warning: `NCR5380_print' defined but not used NCR5380.c:684: warning: `NCR5380_probe_irq' defined but not used NCR5380.c:458: warning: `NCR5380_print_phase' defined but not used NCR5380.c:402: warning: `NCR5380_print' defined but not used ip_conntrack_standalone.c: In function `kill_proto': ip_conntrack_standalone.c:41: structure has no member named `dst' ip_conntrack_standalone.c:43: warning: control reaches end of non-void function make[3]: *** [ip_conntrack_standalone.o] Error 1 make[2]: *** [first_rule] Error 2 make[1]: *** [_subdir_ipv4/netfilter] Error 2 make: *** [_dir_net] Error 2 rm: cannot remove `/boot/initrd-2.4.18.new.img': No such file or directory cp: cannot stat `arch/i386/boot/bzImage': No such file or directory cp: cannot stat `System.map': No such file or directory make[1]: *** [_modsubdir_sched] Interrupt make: *** [_mod_net] Interrupt do i have to change anything ? please tell me the changes that i should do for the kernel to work. Thanks in advance Hemant __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/
