From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDh6K-000160-DC for qemu-devel@nongnu.org; Mon, 17 Sep 2012 15:35:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDh6I-0001p7-SX for qemu-devel@nongnu.org; Mon, 17 Sep 2012 15:35:24 -0400 Received: from mail-oa0-f45.google.com ([209.85.219.45]:55160) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDh6I-0001ni-NY for qemu-devel@nongnu.org; Mon, 17 Sep 2012 15:35:22 -0400 Received: by oagn12 with SMTP id n12so4897704oag.4 for ; Mon, 17 Sep 2012 12:35:22 -0700 (PDT) From: Anthony Liguori In-Reply-To: References: Date: Mon, 17 Sep 2012 14:35:18 -0500 Message-ID: <87vcfctpc9.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] Breakage List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc , qemu-devel@nongnu.org malc writes: > Some(thing|one) broke compilation with pcspk enabled. > Symptoms being: > > ../libhw32/hw/pcspk.o: In function `pcspk_io_write': > /home/malc/x/rcs/git/qemu/hw/pcspk.c:145: undefined reference to `pit_set_gate' > ../libhw32/hw/pcspk.o: In function `pcspk_io_read': > /home/malc/x/rcs/git/qemu/hw/pcspk.c:130: undefined reference to `pit_get_channel_info' > ../libhw32/hw/pcspk.o: In function `pcspk_callback': > /home/malc/x/rcs/git/qemu/hw/pcspk.c:81: undefined reference to `pit_get_channel_info' > collect2: ld returned 1 exit status Try cleaning your build directory. It builds fine for me. Regards, Anthony Liguori > > -- > mailto:av1474@comtv.ru