From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: devel/acpi-cpufreq.v3: arch/x86/built-in.o:(.data+0x5f88): undefined reference to `x86_acpi_suspend_lowlevel' Date: Mon, 24 Oct 2011 08:58:33 -0400 Message-ID: <20111024125833.GA19142@phenom.dumpdata.com> References: <104105990.20111023132901@eikelenboom.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <104105990.20111023132901@eikelenboom.it> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Sander Eikelenboom , liang tang Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org 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