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] Xen compilation error

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen compilation error
From: Ehsan Ul Haq <only4xen@xxxxxxxxx>
Date: Fri, 15 Jan 2010 19:12:59 -0800 (PST)
Delivery-date: Fri, 15 Jan 2010 19:13:46 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1263611579; bh=b1Saqv8A6QXXHYNWFwu74rkIuBUgXGJ7Qc/BlAenf2s=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=RcQHkEXe/CDDs9c7OB8xiArwSoMOHI2cJkkUy7ooEx6iv63U5VEZeXUCZxK9OGyoRiiRnfa/JpasSA4AAaaNleioghAsT3I+DBkqxotXtyK2cIwEHUbLluMF+jROZ5LpSKmj/H+DnkgMedwliMYBuYNm4eV/oYg953r/V29oomc=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=J4m5yTWj76pirsBV0R7BH9yB++0iqCliKZ36OIhusNETldd2ysr3oi9392txNjeE0YQCShNGXH30Fn/+9W0I6c4xWQmwp1A/3Tt1vbeCJdeFnrKOGH+5Clss6K7UCjrO6PkYaWLuw42j4EmqIMEb6UGTFIfL3FijUVy/lNU9tFg=;
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,
I am using the following steps for compiling and building Xen on fedora 11.

# cd /usr/src
# hg clone http://xenbits.xensource.com/xen-3.4-testing.hg
# cd xen-3.4-testing.hg
# make xen
# make install-xen
# make tools
# make install-tools
# git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen
# cd linux-2.6-xen
# git checkout origin/xen-tip/master -b xen-tip/master
# git checkout origin/rebase/master -b rebase/master

Activating Xen Dom0 Support for pvops kernel:-

# make menuconfig

1. Processor Type and features -> Paravirtualized guest support->Enable Xen Privileged Domain Support <*>

2.Device Drivers -> Block Devices->
Xen Virtual Block Device Support <*>

3.Device Drivers -> [*] Backend driver support
<*>Block-device backend driver
<*> Xen backend network device
<*> Xen filesystem
[*] Create compatibility mount point /proc/xen
[*] Create xen entries under /sys/hypervisor
[*] userspace grant access device driver
[*] Staging drivers --->
[*] X86 Platform Specific Device Drivers --->

# make

Now,when I reach this step,I get the following error.

: error: dereferencing pointer to incomplete type
make[4]: *** [drivers/gpu/drm/ttm/ttm_agp_backend.o] Error 1
make[3]: *** [drivers/gpu/drm/ttm] Error 2
make[2]: *** [drivers/gpu/drm] Error 2
make[1]: *** [drivers/gpu] Error 2
make: *** [drivers] Error 2

Could anyone plz tell the solution?


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>