From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19lUO5-0003DW-9H for qemu-devel@nongnu.org; Sat, 09 Aug 2003 10:08:05 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19lUNI-0002T9-KF for qemu-devel@nongnu.org; Sat, 09 Aug 2003 10:07:47 -0400 Received: from [213.167.167.152] (helo=venus.bnbt.de) by monty-python.gnu.org with esmtp (Exim 4.20) id 19lUNI-0002ST-4J for qemu-devel@nongnu.org; Sat, 09 Aug 2003 10:07:16 -0400 Received: (from gp@localhost) by venus.bnbt.de (8.10.2/8.10.2/SuSE Linux 8.10.0-0.3) id h79E79905601 for qemu-devel@nongnu.org; Sat, 9 Aug 2003 16:07:09 +0200 Date: Sat, 9 Aug 2003 16:07:09 +0200 From: Gerhard Pfeiffer Subject: Re: [Qemu-devel] non linux host? Message-ID: <20030809140708.GM1077@bnbt.de> References: <1060428452.29152.47.camel@jma1.dev.netgem.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1060428452.29152.47.camel@jma1.dev.netgem.com> Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, On Sat, Aug 09, 2003 at 01:27:32PM +0200, Jocelyn Mayer wrote: > > Can qemu compile on a non-linux host? will it run? is it possible to > > make it do this? or does the basic design of qemu make this impossible. > > I'm running MacOSX (mach kernel w/ most of freebsd on top). is this any > > kind of possible? :-) > I tried to compile qemu on MacOS X some times ago. > There are some headers to adjust to make the core compile. > This can be done in a portable way, for all BSD flavors and should be > easy. Which headers are these? When I try to compile it, there seem to be some elf-headers needed. > But the syscall and ioctl handlers must be rewrote. > This can be quite long and not so funny. > But there's no real problem to adapt it, > except that it hasn't been done yet ! in http://mail.gnu.org/archive/html/qemu-devel/2003-07/msg00084.html Fabrice said, that ELF binutils/gcc would be needed to compile some parts of qemu. How to get ELF binutils/gcc in darwin? One would also need an elf-compatible-libc to compile things with it, if I'm taken right. > Just have to find the courageous one who'll do the work :-) How about you? ;-) -- Ciao, Gerhard