WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] vnetd not getting compiled - trying vlans on xen

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] vnetd not getting compiled - trying vlans on xen
From: Two KHz <twokhz@xxxxxxxxx>
Date: Mon, 21 Nov 2005 22:28:29 +0530
Delivery-date: Mon, 21 Nov 2005 16:58:35 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Re6OfTddsJphch1oF8/tBWww98ptNf2Ko36sgq1SVQ5Yui3VDWRn9Npescw9o9wXhJrX9VxC+c4AredXR1c9xe0Q13O8dmTpDNOC+hDFulLKPK5lsNIhfphEyq7O+htp08f0jAaApOxGK+Q3TXdCioAQzqBmZ+2FZdXmrfDIgOI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I wanted to try vlans in xen today, so tried compiling /tools/vnet in xen-unstable. I have downloaded the gc.tar.gz and when trying to compile, i get the following error in vnetd folder...

I am using centos 4.1 with xen-unstable downloaded on 8th Nov...
My machine boots into xen, and i am able to start the created domains and everything seems to be just working fine, except for vnets.

-----------------------------------------------------------------
[root@localhost vnetd]# make
gcc -D USE_GC  -m32 -march=i686 -g -Wall -I/downloads/xen-unstable/tools/vnet/libxutil -I/downloads/xen-unstable/tools/vnet/vnet-module -I/downloads/xen-unstable/tools/vnet/build/gc/include  -Wp,-MD,.vnetd.o.d -c -o vnetd.o vnetd.c
In file included from vnetd.c:118:
/downloads/xen-unstable/tools/vnet/vnet-module/if_etherip.h:36:2: #error "Please fix <asm/byteorder.h>"
In file included from vnetd.c:123:
vnetd.h:41: warning: declaration does not declare anything
In file included from vcache.h:51,
                 from vnetd.c:136:
/usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
make: *** [vnetd.o] Error 1

----------------------------------------------------------------------

regards,
2khz

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] vnetd not getting compiled - trying vlans on xen, Two KHz <=