From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ls6CB-0005vW-F8 for qemu-devel@nongnu.org; Thu, 09 Apr 2009 22:10:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ls6C7-0005tI-1H for qemu-devel@nongnu.org; Thu, 09 Apr 2009 22:10:19 -0400 Received: from [199.232.76.173] (port=55326 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ls6C6-0005tF-Sj for qemu-devel@nongnu.org; Thu, 09 Apr 2009 22:10:14 -0400 Received: from speedy.comstyle.com ([206.51.28.2]:28234 helo=mail.comstyle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ls6C6-0004u2-Gr for qemu-devel@nongnu.org; Thu, 09 Apr 2009 22:10:14 -0400 Received: from [192.168.3.33] (toronto-hs-216-138-195-228.s-ip.magma.ca [216.138.195.228]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: brad) by mail.comstyle.com (Postfix) with ESMTPSA id 7C55F98466 for ; Thu, 9 Apr 2009 22:09:59 -0400 (EDT) From: Brad Subject: Re: [Qemu-devel] compilation issues of qemu, sparc64-bsd-user and OpenbSD Date: Thu, 9 Apr 2009 22:09:57 -0400 References: <20090409164012.GA29673@x40.openbsd.home.lan> <20090410002447.GA14916@booyah.home.comstyle.com> In-Reply-To: <20090410002447.GA14916@booyah.home.comstyle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904092209.57265.brad@comstyle.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Thursday 09 April 2009 20:24:48 Brad wrote: > On Thu, Apr 09, 2009 at 09:23:55PM +0300, Blue Swirl wrote: > > On 4/9/09, Mikolaj Kucharski wrote: > > > Hi, > > > > > > I'm trying to compile qemu-0.10.2 on OpenBSD 4.5 (pre-release) and I > > > have following issue with sparc64-bsd-user target. Everythine else > > > compiles, when I use --target-list and select all targets except > > > sparc64-bsd-user. > > > > > > Please see attached file for ./configure output. > > > > Does the attached patch help? I don't have an OpenBSD/i386 machine. > > This helps with this one partiular issue but there is still the issue > of the PowerPC targets being broken as I had already pointed out on > the list. Actually it still does not build on amd64.. gmake[1]: Entering directory `/usr/ports/emulators/qemu/w-qemu-0.10.2/qemu-0.10.2/sparc64-bsd-user' CC sparc64-bsd-user/cpu-exec.o In file included from /usr/ports/emulators/qemu/w-qemu-0.10.2/qemu-0.10.2/target-sparc/exec.h:13, from /usr/ports/emulators/qemu/w-qemu-0.10.2/qemu-0.10.2/cpu-exec.c:22: /usr/ports/emulators/qemu/w-qemu-0.10.2/qemu-0.10.2/target-sparc/cpu.h: In function `cpu_clone_regs': /usr/ports/emulators/qemu/w-qemu-0.10.2/qemu-0.10.2/target-sparc/cpu.h:493: warning: implicit declaration of function `printf' /usr/ports/emulators/qemu/w-qemu-0.10.2/qemu-0.10.2/cpu-exec.c: In function `cpu_sparc_signal_handler': /usr/ports/emulators/qemu/w-qemu-0.10.2/qemu-0.10.2/cpu-exec.c:1222: error: dereferencing pointer to incomplete type /usr/ports/emulators/qemu/w-qemu-0.10.2/qemu-0.10.2/cpu-exec.c:1222: error: `REG_RIP' undeclared (first use in this function) /usr/ports/emulators/qemu/w-qemu-0.10.2/qemu-0.10.2/cpu-exec.c:1222: error: (Each undeclared identifier is reported only once /usr/ports/emulators/qemu/w-qemu-0.10.2/qemu-0.10.2/cpu-exec.c:1222: error: for each function it appears in.) /usr/ports/emulators/qemu/w-qemu-0.10.2/qemu-0.10.2/cpu-exec.c:1224: error: dereferencing pointer to incomplete type /usr/ports/emulators/qemu/w-qemu-0.10.2/qemu-0.10.2/cpu-exec.c:1224: error: `REG_TRAPNO' undeclared (first use in this function) /usr/ports/emulators/qemu/w-qemu-0.10.2/qemu-0.10.2/cpu-exec.c:1225: error: dereferencing pointer to incomplete type /usr/ports/emulators/qemu/w-qemu-0.10.2/qemu-0.10.2/cpu-exec.c:1225: error: `REG_ERR' undeclared (first use in this function) /usr/ports/emulators/qemu/w-qemu-0.10.2/qemu-0.10.2/cpu-exec.c:1226: error: dereferencing pointer to incomplete type gmake[1]: *** [cpu-exec.o] Error 1 gmake[1]: Leaving directory `/usr/ports/emulators/qemu/w-qemu-0.10.2/qemu-0.10.2/sparc64-bsd-user' -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.