首页 > 系统服务 > 详细

ubuntu中输入arm-linux-gcc -v出现no such file or directory

时间:2017-12-28 10:44:12      阅读:257      评论:0      收藏:0      [点我收藏+]

这个问题困扰了我差不多两天时间了,明明已经安装了arm-linux-gcc,且系统变量和用户变量都配置好了

但每次输入arm-linux-gcc -v都会出现如题所示错误。最终经过查到一个帖子有说是因为使用的ubuntu是64位的原因,

需要在终端输入 sudo apt-get install ia32-libs,但是出现提示

Package ia32-libs is not available,but is referred to by another package.

This may mean that the package is missing,has been obsoleted,or
is only available from another source

However the following packages replace it:

lib32ncourses5  lib32z1
E:Package ‘ia32-libs‘ has no installation candicate

最后输入sudo apt-get install lib32z1成功解决问题

最后感谢努力的自己,继续加油,为梦想奋斗

 

ubuntu中输入arm-linux-gcc -v出现no such file or directory

原文:https://www.cnblogs.com/moaiwa/p/8131121.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!