千家信息网

/lib/ld-linux.so.2: bad ELF interpreter: 没有那个文件或目录

发表于:2025-01-26 作者:千家信息网编辑
千家信息网最后更新 2025年01月26日,[root@localhost client]# export PATH=/opt/crosstool/mipsel-linux/bin/:$PATH查看是否配好[root@localhost cli
千家信息网最后更新 2025年01月26日/lib/ld-linux.so.2: bad ELF interpreter: 没有那个文件或目录

[root@localhost client]# export PATH=/opt/crosstool/mipsel-linux/bin/:$PATH

查看是否配好

[root@localhost client]# env

PATH=/opt/crosstool/mipsel-linux/bin/

[root@localhost client]# mipsel-linux-gcc -o a a.c

bash: /opt/crosstool/mipsel-linux/bin/mipsel-linux-gcc: /lib/ld-linux.so.2: bad ELF interpreter: 没有那个文件或目录

执行以下语句就解决了

[root@localhost client]# sudo yum install glibc.i686 www.cit.cn

0