문제

I am working on a project , for that I have to first install qemu. it is mips64 architecture. Can anyone inform me how to do this.

도움이 되었습니까?

해결책

first go to qemu folder on terminal then type this ./configure --target-list=mips64-softmmu

then press make

then sudo make install

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top