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@lists.xensource.com
http://lists.xensource.com/xen-users
Following threads looks very similar to me http://www.mail-archive.com/fedora-xen@redhat.com/msg02904.html HTH Thanks -tej On Sat, Jan 16, 2010 at 8:42 AM, Ehsan Ul Haq <only4xen@yahoo.com> 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.gitlinux-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@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
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@gmail.com> wrote:
From: Tej <bewith.tej@gmail.com>
Subject: Re: [Xen-users] Xen compilation error
To: "Ehsan Ul Haq" <only4xen@yahoo.com>
Cc: xen-users@lists.xensource.com
Date: Sunday, January 17, 2010, 6:39 AM
Following threads looks very similar to me
http://www.mail-archive.com/fedora-xen@redhat.com/msg02904.html
HTH
Thanks
-tej
On Sat, Jan 16, 2010 at 8:42 AM, Ehsan Ul Haq <only4xen@yahoo.com> 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@lists.xensource.com
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users