chroot在mips模拟时可能会出现的一些问题
程序员文章站
2022-06-04 10:12:23
...
这里,hello是小端程序
Q1:
chroot: failed to run command ‘./qemu-mipsel’: No such file or directory
目录下存在qemu-mipsel,但是使用时还是会报错
A1:改用qemu-mipsel-static
注:使用前要安装:
apt-get install qemu binfmt-support qemu-user-static
Q2:
/lib/ld-uClibc.so.0: No such file or directory
A2:使用chroot是用来定义根目录的,换句话就是说,以我的环境为例,就是/home/yale这里是否有该共享库,没有的话,自然无法运行
解决的办法就是找到所要求的库的位置
然后复制到当前路径下的lib文件夹里
问题解决
Q3:
hello1: Invalid ELF image for this architecture
A3:
这是因为hello1是大端,而qemu-mipsel-static支持小端
上一篇: 马江海战中为什么半个小时不到,福建水师就全军覆没了?
下一篇: IoT-阿里云物接入套件