How to run a MIPS binary on x86 platform?

前端 未结 2 1472
滥情空心
滥情空心 2021-01-28 12:11

Is there any way to run a MIPS binary on a Linux x86/x86-x64 machine? I got some applications for Enigma2 set-top-boxes (which is also based on Linux) that I want to run on a x8

2条回答
  •  故里飘歌
    2021-01-28 13:01

    Qemu could be your Messiah this time. I use it personally and it really saves a lot of pain using an FPGA. https://www.linux-mips.org/wiki/QEMU

    Of course, this isn't natively executing the MIPS binary on your computer. But I suppose that if you can find plugin of your app coded for MIPS processors, the app itself can be found for MIPS.

提交回复
热议问题