Sander Eikelenboom
2011-Oct-23 11:29 UTC
[Xen-devel] devel/acpi-cpufreq.v3: arch/x86/built-in.o:(.data+0x5f88): undefined reference to `x86_acpi_suspend_lowlevel''
Hi Konrad, I tried to compile a kernel based on your latest "linux-next" tree (which seems to work fine), and the "devel/acpi-cpufreq.v3" branch pulled in. This fails with a compile error: CC drivers/usb/storage/sierra_ms.o CC drivers/xen/pci.o CC drivers/video/efifb.o CC drivers/usb/storage/option_ms.o CC drivers/video/output.o CC drivers/xen/acpi.o CC drivers/xen/acpi_processor.o LD drivers/xen/xen-evtchn.o LD drivers/xen/xen-gntdev.o LD drivers/xen/xen-gntalloc.o LD drivers/video/fb.o LD drivers/usb/storage/usb-storage.o LD drivers/usb/storage/usb-libusual.o LD drivers/video/built-in.o LD drivers/usb/storage/built-in.o LD drivers/usb/built-in.o LD drivers/xen/built-in.o LD drivers/built-in.o LD vmlinux.o MODPOST vmlinux.o GEN .version CHK include/generated/compile.h UPD include/generated/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 arch/x86/built-in.o:(.data+0x5f88): undefined reference to `x86_acpi_suspend_lowlevel'' make: *** [.tmp_vmlinux1] Error 1 -- Sander _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Konrad Rzeszutek Wilk
2011-Oct-24 12:58 UTC
[Xen-devel] Re: devel/acpi-cpufreq.v3: arch/x86/built-in.o:(.data+0x5f88): undefined reference to `x86_acpi_suspend_lowlevel''
On Sun, Oct 23, 2011 at 01:29:01PM +0200, Sander Eikelenboom wrote:> Hi Konrad, > > I tried to compile a kernel based on your latest "linux-next" tree (which seems to work fine), > and the "devel/acpi-cpufreq.v3" branch pulled in. This fails with a compile error:Hmm, OK, Liang, any ideas?> > CC drivers/usb/storage/sierra_ms.o > CC drivers/xen/pci.o > CC drivers/video/efifb.o > CC drivers/usb/storage/option_ms.o > CC drivers/video/output.o > CC drivers/xen/acpi.o > CC drivers/xen/acpi_processor.o > LD drivers/xen/xen-evtchn.o > LD drivers/xen/xen-gntdev.o > LD drivers/xen/xen-gntalloc.o > LD drivers/video/fb.o > LD drivers/usb/storage/usb-storage.o > LD drivers/usb/storage/usb-libusual.o > LD drivers/video/built-in.o > LD drivers/usb/storage/built-in.o > LD drivers/usb/built-in.o > LD drivers/xen/built-in.o > LD drivers/built-in.o > LD vmlinux.o > MODPOST vmlinux.o > GEN .version > CHK include/generated/compile.h > UPD include/generated/compile.h > CC init/version.o > LD init/built-in.o > LD .tmp_vmlinux1 > arch/x86/built-in.o:(.data+0x5f88): undefined reference to `x86_acpi_suspend_lowlevel'' > make: *** [.tmp_vmlinux1] Error 1 > > -- > > Sander_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Konrad Rzeszutek Wilk
2011-Oct-24 22:12 UTC
Re: [Xen-devel] devel/acpi-cpufreq.v3: arch/x86/built-in.o:(.data+0x5f88): undefined reference to `x86_acpi_suspend_lowlevel''
On Sun, Oct 23, 2011 at 01:29:01PM +0200, Sander Eikelenboom wrote:> Hi Konrad, > > I tried to compile a kernel based on your latest "linux-next" tree (which seems to work fine), > and the "devel/acpi-cpufreq.v3" branch pulled in. This fails with a compile error:Thanks for taking a spin of it. Could you attach your .config file please?> > CC drivers/usb/storage/sierra_ms.o > CC drivers/xen/pci.o > CC drivers/video/efifb.o > CC drivers/usb/storage/option_ms.o > CC drivers/video/output.o > CC drivers/xen/acpi.o > CC drivers/xen/acpi_processor.o > LD drivers/xen/xen-evtchn.o > LD drivers/xen/xen-gntdev.o > LD drivers/xen/xen-gntalloc.o > LD drivers/video/fb.o > LD drivers/usb/storage/usb-storage.o > LD drivers/usb/storage/usb-libusual.o > LD drivers/video/built-in.o > LD drivers/usb/storage/built-in.o > LD drivers/usb/built-in.o > LD drivers/xen/built-in.o > LD drivers/built-in.o > LD vmlinux.o > MODPOST vmlinux.o > GEN .version > CHK include/generated/compile.h > UPD include/generated/compile.h > CC init/version.o > LD init/built-in.o > LD .tmp_vmlinux1 > arch/x86/built-in.o:(.data+0x5f88): undefined reference to `x86_acpi_suspend_lowlevel'' > make: *** [.tmp_vmlinux1] Error 1 > > -- > > Sander > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
liang tang
2011-Oct-25 03:55 UTC
[Xen-devel] Re: devel/acpi-cpufreq.v3: arch/x86/built-in.o:(.data+0x5f88): undefined reference to `x86_acpi_suspend_lowlevel''
Hi,Sander would you mind to try this patch(in the attach file ). thank you very much! On 2011-10-24 20:58, Konrad Rzeszutek Wilk wrote:> On Sun, Oct 23, 2011 at 01:29:01PM +0200, Sander Eikelenboom wrote: >> Hi Konrad, >> >> I tried to compile a kernel based on your latest "linux-next" tree (which seems to work fine), >> and the "devel/acpi-cpufreq.v3" branch pulled in. This fails with a compile error: > Hmm, OK, Liang, any ideas? >> CC drivers/usb/storage/sierra_ms.o >> CC drivers/xen/pci.o >> CC drivers/video/efifb.o >> CC drivers/usb/storage/option_ms.o >> CC drivers/video/output.o >> CC drivers/xen/acpi.o >> CC drivers/xen/acpi_processor.o >> LD drivers/xen/xen-evtchn.o >> LD drivers/xen/xen-gntdev.o >> LD drivers/xen/xen-gntalloc.o >> LD drivers/video/fb.o >> LD drivers/usb/storage/usb-storage.o >> LD drivers/usb/storage/usb-libusual.o >> LD drivers/video/built-in.o >> LD drivers/usb/storage/built-in.o >> LD drivers/usb/built-in.o >> LD drivers/xen/built-in.o >> LD drivers/built-in.o >> LD vmlinux.o >> MODPOST vmlinux.o >> GEN .version >> CHK include/generated/compile.h >> UPD include/generated/compile.h >> CC init/version.o >> LD init/built-in.o >> LD .tmp_vmlinux1 >> arch/x86/built-in.o:(.data+0x5f88): undefined reference to `x86_acpi_suspend_lowlevel'' >> make: *** [.tmp_vmlinux1] Error 1 >> >> -- >> >> Sander_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Sander Eikelenboom
2011-Oct-25 07:35 UTC
[Xen-devel] Re: devel/acpi-cpufreq.v3: arch/x86/built-in.o:(.data+0x5f88): undefined reference to `x86_acpi_suspend_lowlevel''
Tuesday, October 25, 2011, 5:55:45 AM, you wrote:> Hi,Sander > would you mind to try this patch(in the attach file ). thank you very much!Hi Liang, Applied and it fixes the compile error, booted and seems to work ok. Thx! -- Sander> On 2011-10-24 20:58, Konrad Rzeszutek Wilk wrote: >> On Sun, Oct 23, 2011 at 01:29:01PM +0200, Sander Eikelenboom wrote: >>> Hi Konrad, >>> >>> I tried to compile a kernel based on your latest "linux-next" tree (which seems to work fine), >>> and the "devel/acpi-cpufreq.v3" branch pulled in. This fails with a compile error: >> Hmm, OK, Liang, any ideas? >>> CC drivers/usb/storage/sierra_ms.o >>> CC drivers/xen/pci.o >>> CC drivers/video/efifb.o >>> CC drivers/usb/storage/option_ms.o >>> CC drivers/video/output.o >>> CC drivers/xen/acpi.o >>> CC drivers/xen/acpi_processor.o >>> LD drivers/xen/xen-evtchn.o >>> LD drivers/xen/xen-gntdev.o >>> LD drivers/xen/xen-gntalloc.o >>> LD drivers/video/fb.o >>> LD drivers/usb/storage/usb-storage.o >>> LD drivers/usb/storage/usb-libusual.o >>> LD drivers/video/built-in.o >>> LD drivers/usb/storage/built-in.o >>> LD drivers/usb/built-in.o >>> LD drivers/xen/built-in.o >>> LD drivers/built-in.o >>> LD vmlinux.o >>> MODPOST vmlinux.o >>> GEN .version >>> CHK include/generated/compile.h >>> UPD include/generated/compile.h >>> CC init/version.o >>> LD init/built-in.o >>> LD .tmp_vmlinux1 >>> arch/x86/built-in.o:(.data+0x5f88): undefined reference to `x86_acpi_suspend_lowlevel'' >>> make: *** [.tmp_vmlinux1] Error 1 >>> >>> -- >>> >>> Sander_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel