From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUSMf-0000e0-NI for qemu-devel@nongnu.org; Tue, 02 Aug 2016 01:35:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUSMY-0007PA-DC for qemu-devel@nongnu.org; Tue, 02 Aug 2016 01:35:40 -0400 Message-ID: <1470116113.12584.10.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Tue, 02 Aug 2016 15:35:13 +1000 In-Reply-To: <1470115519.30562.80.camel@redhat.com> References: <1469608053.5978.132.camel@kernel.crashing.org> <20160728055102.GE2588@voom.fritz.box> <1470080328.30562.70.camel@redhat.com> <1470086678.5978.373.camel@kernel.crashing.org> <1470115519.30562.80.camel@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] ppc: Add MacOS VGA driver ROM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: David Gibson , Mark Cave-Ayland , qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Alexander Graf On Tue, 2016-08-02 at 07:25 +0200, Gerd Hoffmann wrote: > > That's the part we cannot provide unfortunately. There is sadly no > > toolchain that can produce a MacOS PEF binary other than hosted in > > MacOS itself. In fact I don't think Apple XCode can either, which > > leaves us with CodeWarrior (commercial) or MPW (which I think at some > > point became free but I didn't find it and it doesn't work on OS X > > afaik). >=20 > Firmware builds often have specific requirements, such as only working > on $arch due to firmware not being cross-buildable (thats why there are > the prebuilt binaries in the first place).=C2=A0 So if those makefile r= ules > work only on macos with CodeWarrior installed that is perfectly fine. Right though in that case it's not a Makefile, it's a CodeWarrior project in .xml form ;-) It is included in the git repo. CodeWarrior for MacOS X does come with command line versions of the tools, I plan to look into doing a Makefile once I've sorted out the various arguments for these things at least. Cheers, Ben.