|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Errors while compiling stable-2.6.32.x
Le 28/05/2010 06:21, Jeremy Fitzhardinge a écrit :
On 05/27/2010 03:41 PM, Olivier B. wrote:
Hi,
I'm trying to compile dom0 pv_ops kernel, the s table-2.6.32.x branch.
I first obtained that error :
drivers/acpi/processor_core.c:411: error: static declaration of
‘acpi_processor_add_fs’ follows non-static declaration
include/acpi/processor.h:242: note: previous declaration of
‘acpi_processor_add_fs’ was here
drivers/acpi/processor_core.c:415: error: static declaration of
‘acpi_processor_remove_fs’ follows non-static declaration
include/acpi/processor.h:243: note: previous declaration of
‘acpi_processor_remove_fs’ was here
make[3]: *** [drivers/acpi/processor_core.o] Erreur 1
make[2]: *** [drivers/acpi] Erreur 2
make[1]: *** [drivers] Erreur 2
So I disabled ACPI, then I obtain this error :
You need ACPI in dom0; I think there should probably be a dependency on
it if there isn't already. This problem can be resolved by enabling
CONFIG_ACPI_PROCFS.
J
You're right, it was just a .config problem, thanks !
But CONFIG_ACPI_PROCFS is marked as "deprecated", it is strange than xen
pv_ops - which is recent - depends of it, no ?
Thanks again,
Olivier
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|