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