From mboxrd@z Thu Jan 1 00:00:00 1970 From: PUCCETTI Armand Subject: Compilation problem Date: Fri, 08 Dec 2006 12:46:35 +0100 Message-ID: <4579509B.6080408@cea.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org When compiling XEN 3.0.3 (KERNELS =3D linux-2.6-xen0 linux-2.6-xenU) with= =20 Linux kernel 2.6.16.29 or 2.6.26.35 and with gcc 4.1, I stumble over the following compilation error: make[3]: entrant dans le r=E9pertoire =AB=20 .../xen-3.0.3_0-src/linux-2.6.16.35-xen0 =BB CHK include/linux/version.h CC [M] net/ipv4/netfilter/ip_conntrack_proto_tcp.o In file included from net/ipv4/netfilter/ip_conntrack_proto_tcp.c:33: include/net/tcp.h: In function =91tcp_skb_pcount=92: include/net/tcp.h:555: error: =91struct skb_shared_info=92 has no member=20 named =91tso_segs=92 include/net/tcp.h: In function =91tcp_skb_mss=92: include/net/tcp.h:561: error: =91struct skb_shared_info=92 has no member=20 named =91tso_size=92 make[6]: *** [net/ipv4/netfilter/ip_conntrack_proto_tcp.o] Erreur 1 make[5]: *** [net/ipv4/netfilter] Erreur 2 make[4]: *** [net/ipv4] Erreur 2 make[3]: *** [net] Erreur 2 Compilation command is: $ make dist CC=3Dgcc-4.1 verbose=3Dy debug=3Dy perfc=3Dy debugger=3Dy and with extra CFLAGS option -fno-stack-protector. It appears to be the same error with kernel 2.6.17.10. Any advice? thx