This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to build or install x86 glibc on MIPS CPUs



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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]