From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IEkki-0004jt-Kd for qemu-devel@nongnu.org; Sat, 28 Jul 2007 07:46:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IEkkh-0004j8-5p for qemu-devel@nongnu.org; Sat, 28 Jul 2007 07:46:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IEkkh-0004j5-1i for qemu-devel@nongnu.org; Sat, 28 Jul 2007 07:46:31 -0400 Received: from ug-out-1314.google.com ([66.249.92.168]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IEkkg-0006h5-Jw for qemu-devel@nongnu.org; Sat, 28 Jul 2007 07:46:30 -0400 Received: by ug-out-1314.google.com with SMTP id m2so781993uge for ; Sat, 28 Jul 2007 04:46:29 -0700 (PDT) Message-ID: <46AB2B87.2030305@gmail.com> Date: Sat, 28 Jul 2007 13:41:59 +0200 From: Sunil Amitkumar Janki MIME-Version: 1.0 Subject: Re: QEMU Automated Testing (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...) References: <1176018595.1516.115.camel@rapid> <20070408144103.GM21953@networkno.de> <1176049887.1516.209.camel@rapid> <000c01c77a1e$8bc6d620$a3548260$@com> <20070727142142.GX8527@erizo.shearer.org> <46AA0137.8060007@codemonkey.ws> <20070727143404.GA16020@erizo.shearer.org> <46AA080B.9040902@gmail.com> <20070727185154.GE26960@networkno.de> <46AA4DA4.2030900@gmail.com> <20070728101719.GF26960@networkno.de> In-Reply-To: <20070728101719.GF26960@networkno.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thiemo Seufer Cc: qemu-devel@nongnu.org Thiemo Seufer wrote: > The problem is the linker (presumably /usr/bin/ld) does not > find the math library (likely name is /lib/libm.so.6). You can > add "-v" to the gcc command line to find out what it looks for. > > JFTR, building qemu on Debian mips worked for me some days ago, > but the resulting binary was broken (as expected with current CVS). > I have rebuilt in a pure Slackware 12.0 chroot in which I have replaced the GCC 4.1.2 system compiler that runs from /usr/bin with a previously built GCC 3.4.6 that also runs from /usr/bin and I agree that it builds this way. I will keep building in this chroot then for the foreseeable future until QEMU is ready for GCC 4. Do you have any idea of what else is needed to get QEMU to a usable state on MIPS hosts? Are there any other ideas for virtualisation such as Xen or VMware/ SimOS? I have asked on the Xen-devel list but nobody gave any feedback there.