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 :

drivers/xen/events.c:648: error: redefinition of ‘xen_create_msi_irq’
/home/daevel/linux/linux-xen-stable-2.6.32/arch/x86/include/asm/xen/pci.h:52: note: previous definition of ‘xen_create_msi_irq’ was here
make[3]: *** [drivers/xen/events.o] Erreur 1
make[2]: *** [drivers/xen] Erreur 2
make[1]: *** [drivers] Erreur 2



I joined my .config file (with ACPI enabled), for testing purpose.

Thanks in advance,
Olivier Bonvalet