[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] Xen compilation error
- To: Tej <bewith.tej@xxxxxxxxx>
- 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
- 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=;
- List-id: Xen user discussion <xen-users.lists.xensource.com>
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.htmlHTH 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
|