From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C0qjP-0000lL-ED for qemu-devel@nongnu.org; Fri, 27 Aug 2004 20:06:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C0qjO-0000kU-3R for qemu-devel@nongnu.org; Fri, 27 Aug 2004 20:06:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C0qjN-0000jp-RS for qemu-devel@nongnu.org; Fri, 27 Aug 2004 20:06:05 -0400 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1C0qeL-0001H0-Nv for qemu-devel@nongnu.org; Fri, 27 Aug 2004 20:00:54 -0400 Message-ID: <412FCAB7.1010209@gmx.com> Date: Sat, 28 Aug 2004 01:58:47 +0200 From: "Bochnig, Martin" MIME-Version: 1.0 Subject: Re: [Qemu-devel] sparc? References: <412DC42E.4070804@gmx.com> <412FC3CB.3010304@gmx.com> <20040827233405.GB8018@xi.wantstofly.org> In-Reply-To: <20040827233405.GB8018@xi.wantstofly.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: bochnig@pool.math.tu-berlin.de, 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 > Fabrice tends to disappear every now and then. Sometimes it's > impossible to get in touch with him at all. Probably he's involved > in many things at the same time. > > > --L > > Hello, you're right - I may be impatient. BTW he did post to the group only one hour ago. Maybe he wants to respond later. Installing Debian failed due to hw support. As well as Mandrake - installation via serial console didn't work. I had more luck with Suse's final SPARC LinUX 7.3. Unfortunately the build environment is quite outdated and let's see if I can find prebuilt gcc, binutils and co. or whether it needs to be built by myself. The QEMU 0.6.0 build process stops very early and keeps me hopeless. Regards, Martin Bochnig (Default install) SPARC32 SuSe 7.3 QEMU compiling state under SS20/sun4m with 1 HyperSPARC 180MHz cpu: linux:/QEMU_LINUX_SPARC_HOST__tmp__TEST/0.6.0/qemu-cvs # ./configure --target-list=i386-softmmu --disable-slirp Install prefix /usr/local BIOS directory /usr/local/share/qemu binary directory /usr/local/bin Manual directory /usr/local/share/man ELF interp prefix /usr/gnemul/qemu-%M Source path /QEMU_LINUX_SPARC_HOST__tmp__TEST/0.6.0/qemu-cvs C compiler gcc make make host CPU sparc host big endian yes target list i386-softmmu gprof enabled no static build no SDL support no SDL static link no mingw32 support no WARNING: cannot compile statically with SDL - qemu-fast won't have a graphical output ./configure: sdl-config: command not found linux:/QEMU_LINUX_SPARC_HOST__tmp__TEST/0.6.0/qemu-cvs # make gcc -Wall -O2 -g -D_GNU_SOURCE -o dyngen dyngen.c gcc -Wall -O2 -g -g -D_GNU_SOURCE -o qemu-mkcow qemu-mkcow.c gcc -Wall -O2 -g -g -D_GNU_SOURCE -o vmdk2raw vmdk2raw.c vmdk2raw.c: In function `copy_virtual': vmdk2raw.c:135: parse error before `const' vmdk2raw.c:136: `nil' undeclared (first use in this function) vmdk2raw.c:136: (Each undeclared identifier is reported only once vmdk2raw.c:136: for each function it appears in.) vmdk2raw.c: In function `open_vmdk': vmdk2raw.c:194: parse error before `char' vmdk2raw.c:195: `magic' undeclared (first use in this function) make: *** [vmdk2raw] Error 1 linux:/QEMU_LINUX_SPARC_HOST__tmp__TEST/0.6.0/qemu-cvs # uname -a Linux linux 2.2.20 #1 Mon Nov 12 11:03:05 GMT 2001 sparc unknown linux:/QEMU_LINUX_SPARC_HOST__tmp__TEST/0.6.0/qemu-cvs # linux:/QEMU_LINUX_SPARC_HOST__tmp__TEST/0.6.0/qemu-cvs # gcc -v Reading specs from /usr/lib/gcc-lib/sparc-suse-linux/2.95.3/specs gcc version 2.95.3 20010315 (SuSE) linux:/QEMU_LINUX_SPARC_HOST__tmp__TEST/0.6.0/qemu-cvs # gmake -v GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. Built for sparc-unknown-linux-gnu Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Report bugs to . linux:/QEMU_LINUX_SPARC_HOST__tmp__TEST/0.6.0/qemu-cvs #