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] drivers/acpi/tables.c error on kernel compilation

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] drivers/acpi/tables.c error on kernel compilation
From: Mark Williamson <mark.williamson@xxxxxxxxxxxx>
Date: Mon, 16 May 2005 23:44:35 +0100
Cc: prosolutions@xxxxxxx
Delivery-date: Mon, 16 May 2005 22:50:05 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20050516224134.GP2830@xxxxxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Organization: University of Cambridge
References: <20050516224134.GP2830@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.8
Did you do "make ARCH=xen"?  Otherwise it'll try to do a i386 build with Xen 
bits in it and it'll break.

Cheers,
Mark

On Monday 16 May 2005 23:41, prosolutions@xxxxxxx wrote:
> I tried an alternate method for compiling Xen with my custom Linux
> kernel .config.  Instead of running "make kernels" in the top-level Xen
> source directory I went into xen-unstable/linux-2.6.11-xen0/ and just
> ran "make" as per usual kernel config.
>
> It gives the following error message every time it compiles:
>
>
>   CC      drivers/acpi/tables.o
> drivers/acpi/tables.c: In function `acpi_table_init':
> drivers/acpi/tables.c:584: error: `FIX_ACPI_RSDP_PAGE' undeclared (first
> use in this function)
> drivers/acpi/tables.c:584: error: (Each undeclared identifier is
> reported only once
> drivers/acpi/tables.c:584: error: for each function it appears in.)
> make[2]: *** [drivers/acpi/tables.o] Error 1
> make[1]: *** [drivers/acpi] Error 2
> make: *** [drivers] Error 2
>
>
> I will now be turning off acpi in .config to see if this helps.
>
> _______________________________________________
> 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>