TCP_MSS extension (MIPS-5kc)

Amit.Lubovsky@infineon.com Amit.Lubovsky@infineon.com
Thu, 6 Dec 2001 11:51:39 +0100


Hi,
I use the 2.4.2 kernel and try to add the TCP_MSS extension.
After adding the extension by using the path-o-matic,
and since My target is MIPS-5kc I have tried to compile in the /userspace dir with 
cross compiler and got the following:

[root@amit userspace]# make
Extensions found: IPv6:owner IPv6:limit IPv6:mac IPv6:multiport
mips_fp_le-gcc -O2 -DNDEBUG -Wall -Wunused -I/mnt/proj/hhl20_proj/include -Iinclude/ -DNETFILTER_VERSION=\"1.2.4\"  -fPIC -o extensions/libipt_tcp_sh.o -c extensions/libipt_tcp.c
ld -shared -o extensions/libipt_tcp.so extensions/libipt_tcp_sh.o
make: *** [extensions/libipt_tcp.so] Segmentation fault (core dumped)
make: *** Deleting file `extensions/libipt_tcp.so' 

Any idea what's wrong?

Thanks, Amit.