How to build or install x86 glibc on MIPS CPUs

Adhemerval Zanella adhemerval.zanella@linaro.org
Tue Dec 4 17:42:00 GMT 2018



On 14/11/2018 03:25, wj193102 wrote:
> Hi, everyone.
> I want to use the command 'qemu-i386/qemu-x86_64' on MIPS CPUS. I have installed the QEMU successfully, but I must install x86 glibc for launching the X86 executable file by QEMU. The OS has the libs of glibc on MIPS.
> I don't know how to build or install x86 glibc on MIPS CPUs. Please help me, Thanks.
> 

You can either try to use build-many-glibcs.py on your mips
host to build a x86_64 cross-compiler and thus build glibc
or use canadian toolchain to accomplish the same.



More information about the Libc-help mailing list