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: Tej <bewith.tej@xxxxxxxxx>
Subject: Re: [Xen-users] Xen compilation error
From: Ehsan Ul Haq <only4xen@xxxxxxxxx>
Date: Tue, 19 Jan 2010 20:01:45 -0800 (PST)
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 19 Jan 2010 20:02:31 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1263960105; bh=XVKx0hs7Beq5lS0+Go55AP+MKQbi0TxQPECjrQadsm8=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=1aFdf6nf0RguGY1ZU9RiUBX70RdGxUGWgILmHs5QkVwEbW75FHkP2j0lIztzfSs9lX7liPQ6SLH5aLVyBdA8oohr2S9j6OpZc4+5U/JCSQ15Tk/E0R/cRj19u6kSgB9HRxoJ/gEv0u99M3NOS2q5Bsz/QL+GfZa5s7dqThWSgFY=
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:Cc:In-Reply-To:MIME-Version:Content-Type; b=tKm6/w/uL/aYUW0cmqPmi3NeRIjdL0c66iMDjjQUycfervL3l/upCdDuYfQzm9h/Fy+dCf2PJ0s7eoQuGD7tvvZP2SzFVvnHLbjZpBoYVRsctVuYLipRgAulLdtf/rjyE3MPb+BgdcV4rLws0EpJlcQ1sl2fp8QYtyi9t8PixHM=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <f1c9d251001162239v212043aid6de44bf341d3b1c@xxxxxxxxxxxxxx>
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

Thanks for your reply but i did not find anything to solve 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

--- On Sun, 1/17/10, Tej <bewith.tej@xxxxxxxxx> wrote:

From: Tej <bewith.tej@xxxxxxxxx>
Subject: Re: [Xen-users] Xen compilation error
To: "Ehsan Ul Haq" <only4xen@xxxxxxxxx>
Cc: xen-users@xxxxxxxxxxxxxxxxxxxx
Date: Sunday, January 17, 2010, 6:39 AM

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@xxxxxxxxxx> 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>