From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7TUk-0000Jd-EQ for qemu-devel@nongnu.org; Fri, 22 May 2009 08:05:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7TUg-0000J2-Jo for qemu-devel@nongnu.org; Fri, 22 May 2009 08:05:02 -0400 Received: from [199.232.76.173] (port=47705 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7TUg-0000Iz-Cq for qemu-devel@nongnu.org; Fri, 22 May 2009 08:04:58 -0400 Received: from mx20.gnu.org ([199.232.41.8]:8869) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M7TUf-0002xl-Ut for qemu-devel@nongnu.org; Fri, 22 May 2009 08:04:58 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7TUe-0005Wh-GK for qemu-devel@nongnu.org; Fri, 22 May 2009 08:04:56 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Windows runtime error Date: Fri, 22 May 2009 13:04:52 +0100 References: <4A1609CD.4000904@codemonkey.ws> In-Reply-To: <4A1609CD.4000904@codemonkey.ws> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905221304.53279.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Consul > > Don't use whole-archive for hwlib or libqemu objects > > > > Signed-off-by: Blue Swirl > > hwlib definitely needs whole-archive. > > Why did this break arm-softmmu? It builds fine for me. In function `fdctrl_stop_transfer': fdc.c:1086: undefined reference to `DMA_release_DREQ' There appears to be a missing dependency somewhere, I suspect libhw*.a doesn't get rebuilt when you move objects from Makefile.target to Makefile.hw. Paul