博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
/lib/ld-linux.so.2: bad ELF interpreter: 没有那个文件或目录
阅读量:6585 次
发布时间:2019-06-24

本文共 451 字,大约阅读时间需要 1 分钟。

[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

本文转自 Linux_woniu 51CTO博客,原文链接:http://blog.51cto.com/linuxcgi/1965338

转载地址:http://otano.baihongyu.com/

你可能感兴趣的文章
Ubuntu上安装bind9
查看>>
访问共享提示“服务器存储空间不足,无法处理此命令。”
查看>>
第七章 虚拟化 虚拟机备份 Veeam backup &Replication
查看>>
路由器与交换机的密码恢复
查看>>
Cisco路由器上的IPSec协议(站点到站点的×××)
查看>>
Linux Python详细安装、升级指南
查看>>
无法修复ie使用代理服务器
查看>>
教你给IDEA安装插件
查看>>
隐蔽可扩展PHP Webshell – Weevely 1.0
查看>>
如何让Yii框架支持多个数据库
查看>>
用函数指针读取并调用虚函数表指向的每个函数
查看>>
Mysql查询ip段
查看>>
办公小贴士之:在Outlook 2010中添加农历生日
查看>>
我的友情链接
查看>>
ActionScript 3.0游戏编程——创建简单的ActionScript程序
查看>>
函数const
查看>>
关于“Return empty arrays or collections, not nulls”的思考
查看>>
UUID为36位
查看>>
CodeForces-1167E-Range Deleting
查看>>
兼容多个版本程序集的web.config配置
查看>>