From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7UTU-0003YC-3Y for qemu-devel@nongnu.org; Fri, 22 May 2009 09:07:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7UTL-0003WB-Hb for qemu-devel@nongnu.org; Fri, 22 May 2009 09:07:44 -0400 Received: from [199.232.76.173] (port=51406 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7UTK-0003Vw-18 for qemu-devel@nongnu.org; Fri, 22 May 2009 09:07:38 -0400 Received: from mail-qy0-f123.google.com ([209.85.221.123]:45520) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7UTJ-0004yG-0O for qemu-devel@nongnu.org; Fri, 22 May 2009 09:07:37 -0400 Received: by qyk29 with SMTP id 29so1279929qyk.4 for ; Fri, 22 May 2009 06:07:36 -0700 (PDT) Message-ID: <4A16A38A.40800@codemonkey.ws> Date: Fri, 22 May 2009 08:07:22 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Windows runtime error References: <4A1609CD.4000904@codemonkey.ws> <200905221304.53279.paul@codesourcery.com> In-Reply-To: <200905221304.53279.paul@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: Blue Swirl , Consul , qemu-devel@nongnu.org Paul Brook wrote: >>> 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. > So a fresh rebuild "fixes" the problem? Blue, can you revert this commit then? Regards, Anthony Liguori > Paul > >