arm-linux-gcc xx.c 缺少libstdc++.so.6
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了arm-linux-gcc xx.c 缺少libstdc++.so.6相关的知识,希望对你有一定的参考价值。
好不容易装好arm-linux-gcc,编译程序时提示
libstdc++.so.6: cannot open shared object file: No such file or directory
sudo-apt-get install libstdc++6安装好了,再试下还是提示缺少库。
系统版本ubuntu1604lts的
arm版本:gcc version 4.4.3 (ctng-1.6.1)
有会的大神吗,谢谢。
要装32位的库,不加后缀是装64位的。
以上是关于arm-linux-gcc xx.c 缺少libstdc++.so.6的主要内容,如果未能解决你的问题,请参考以下文章
在Ubuntu下,安装arm-linux-gcc交叉编译器,环境变量也都设置好了,运行arm-linux-gcc 提示未找到命令
ubuntu中输入arm-linux-gcc -v出现no such file or directory
GLIBCXX_3.4.9' not found - 解决办法
arm-linux-gcc 编译hello.c提示:hello.c:1:21:stdio.h没有文件或目录