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-devel

Re: [Xen-devel] xen2.0 building error

To: yi yang <yangyiyy@xxxxxxxxx>
Subject: Re: [Xen-devel] xen2.0 building error
From: Steven Hand <Steven.Hand@xxxxxxxxxxxx>
Date: Wed, 10 Nov 2004 11:11:31 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx, Steven.Hand@xxxxxxxxxxxx
Delivery-date: Wed, 10 Nov 2004 11:11:31 +0000
Envelope-to: Steven.Hand@xxxxxxxxxxxx
In-reply-to: Message from yi yang <yangyiyy@xxxxxxxxx> of "Wed, 10 Nov 2004 01:44:00 EST." <df1e6122041109224440bf673e@xxxxxxxxxxxxxx>
>I have downloaded the latest xen2.0 release, but I cant finish
>building it. Here is the console dump:(by the way, I am using my lab
>machine to download the whole files, and then transfer them to my own
>machine, so the files should be complete.  since if my domain is
>localhost, it seems I cant download the whole files.)
>[yangyi@localhost xen-2.0.bk]$make
>......
>......
>drivers/xen/balloon/balloon.c: In function `balloon_read':
>drivers/xen/balloon/balloon.c:612: warning: ignoring return value of
>`copy_to_user', declared with attribute warn_unused_result
> LD      drivers/xen/balloon/built-in.o
> CC      drivers/xen/blkfront/blkfront.o
>drivers/xen/blkfront/blkfront.c: In function `blkif_queue_request':
>drivers/xen/blkfront/blkfront.c:109: sorry, unimplemented: inlining
>failed in call to 'translate_req_to_pfn': function body not available
>drivers/xen/blkfront/blkfront.c:342: sorry, unimplemented: called from here
>make[5]: *** [drivers/xen/blkfront/blkfront.o] Error 1
>make[4]: *** [drivers/xen/blkfront] Error 2
>make[3]: *** [drivers/xen] Error 2
>make[2]: *** [drivers] Error 2
>make[2]: Leaving directory `/home/yangyi/xen-2.0.bk/linux-2.6.9-xenU'
>make[1]: *** [build] Error 2
>make[1]: Leaving directory `/home/yangyi/xen-2.0.bk'
>make: *** [kernels] Error 2
>[yangyi@localhost xen-2.0.bk]$
>
>Any Suggestions?

What's the platform you're building on? In particular, what version 
of gcc are you using?

cheers,

S.