From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQYn5-0004l4-05 for qemu-devel@nongnu.org; Tue, 02 Feb 2016 06:06:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQYn0-0006WG-Ow for qemu-devel@nongnu.org; Tue, 02 Feb 2016 06:06:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQYn0-0006WB-KM for qemu-devel@nongnu.org; Tue, 02 Feb 2016 06:06:30 -0500 Message-ID: <1454411187.9300.54.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 02 Feb 2016 12:06:27 +0100 In-Reply-To: <1454065944-15887-1-git-send-email-markmb@redhat.com> References: <1454065944-15887-1-git-send-email-markmb@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v4] Add optionrom compatible with fw_cfg DMA version List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marc =?ISO-8859-1?Q?Mar=ED?= Cc: Marc =?ISO-8859-1?Q?Mar=ED?= , "Gabriel L. Somlo" , qemu-devel@nongnu.org, Kevin O'Connor , Stefan Hajnoczi , Paolo Bonzini , Laszlo Hi, > %.img: %.o > - $(call quiet-command,$(LD) $(LDFLAGS_NOPIE) -Ttext 0 -e _start -s -o $@= $<," Building $(TARGET_DIR)$@") > + $(call quiet-command,$(LD) $(LDFLAGS_NOPIE) -m elf_i386 -Ttext 0 -e _st= art -s -o $@ $<," Building $(TARGET_DIR)$@") Hmm, that breaks the windows cross build: make: Entering directory `/home/kraxel/projects/qemu/build-win32' Building optionrom/linuxboot_dma.img i686-w64-mingw32-ld: unrecognised emulation mode: elf_i386 Supported emulations: i386pe make[1]: *** [linuxboot_dma.img] Error 1 cheers, Gerd