arm-none-linux-gnueabi/4.4.3/cc1: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

郁闷了,安装好了arm-linux-gcc的4.4.3版本,就是能能运行!!!

而且,在运行arm-linux-gcc -v的时候一切正常,醉了!

显示说:

/opt/Friendlyarm/arm-linux-gcc-4.4.3/bin/../libexec/gcc/arm-none-linux-gnueabi/4.4.3/cc1: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

 也就是说:ibstdc++.so.6: cannot open shared object file: No such file or directory这个包不见了,说白了就是32位系统和64位系统的问题,我的ubuntn14.04是64位的。

二话不说,安装吧!

apt-get install lib32stdc++6

然后。一切正常啦!!!!!!

扫描二维码关注公众号,回复: 3995697 查看本文章

猜你喜欢

转载自www.cnblogs.com/almn/p/9933827.html