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

Re: [Xen-users] Xen compilation error

To: Ehsan Ul Haq <only4xen@xxxxxxxxx>
Subject: Re: [Xen-users] Xen compilation error
From: Tej <bewith.tej@xxxxxxxxx>
Date: Sun, 17 Jan 2010 12:09:51 +0530
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sat, 16 Jan 2010 22:40:39 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=74A0ln092wUGynUjS9C0HtSjajP1pVHcT/drOZiQhHc=; b=x7fYqTYuMTXTq4amP+0FmHI2LF8hF3nzlOpjKDt+1L0uL93x35kNAyb1zrMiJ69V9M KJBJI86x9Xo8ptNgsmjz0eBT/v2qK7zkkbXniRnEcfOIHNU3i6fxefGAMXWESTXZQZJg yrRjTb6OOc1jJHXIy9FLhWKkIbiC6F52PtWXc=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=qlUhog7RRbT5NXVM4FpjTpPgqT8iE/FPDe3py04u3joARWKmAhESoicWtG3Lxkv+Hu TJVz88K24RBRAkUK11iYjOTUYyZkJwOZkYbQLe9FmvmMbxuM3nkjVOckNG55SbrBX+l3 2KgEpUWcKhERPVZ3GpGtsoF4L4q5Ko1p8T5gw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <107658.98311.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
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>
References: <107658.98311.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Following threads looks very similar to me
http://www.mail-archive.com/fedora-xen@xxxxxxxxxx/msg02904.html


HTH

Thanks
-tej



On Sat, Jan 16, 2010 at 8:42 AM, Ehsan Ul Haq <only4xen@xxxxxxxxx> wrote:
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

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