From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Htma2-0008Hu-6h for qemu-devel@nongnu.org; Thu, 31 May 2007 11:28:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Htma1-0008Hc-3j for qemu-devel@nongnu.org; Thu, 31 May 2007 11:28:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Htma0-0008HT-Qm for qemu-devel@nongnu.org; Thu, 31 May 2007 11:28:48 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Htma0-0004KU-Be for qemu-devel@nongnu.org; Thu, 31 May 2007 11:28:48 -0400 Date: Thu, 31 May 2007 16:26:11 +0100 Subject: Re: [Qemu-devel] QEMU build error on MIPS Message-ID: <20070531152611.GG28232@networkno.de> References: <465EE17B.2090905@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <465EE17B.2090905@gmail.com> From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sunil Amitkumar Janki Cc: qemu-devel@nongnu.org Sunil Amitkumar Janki wrote: > I am running Slackware Current on MIPS (Loongson) and am trying > to compile QEMU with GCC 3.4.6 using Glibc 2.5 and 2.6.18.1 kernel > headers. The build works fine except for warnings about linking PIC > code with no-PIC code Those warnings are expected, as the op.o needs to be built as non-PIC code while the rest of qemu is (currently) PIC code. Note that host support for MIPS is very lightly tested, so the problems you see aren't all that surprising. There are many things left which need improvement. Thiemo