[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] QEMU build error on MIPS
From: |
Thiemo Seufer |
Subject: |
Re: [Qemu-devel] QEMU build error on MIPS |
Date: |
Thu, 31 May 2007 16:26:11 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
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