benico 2020-06-04
在解压完交叉编译工具链和添加完环境变量后
使用arm-linux-gnueabihf-gcc还是提示没有这个文件
这是因为我的ubuntu16.01,是64位 的,但是交叉编译工具是32位的,所以要安装32库的依赖
见这篇博客
https://blog.csdn.net/qq_37781464/article/details/100080180
但还是出现 arm-linux-gnueabihf-g++: error while loading shared libraries: libstdc++.so.6 no such file and ....
见这篇博客,最终可以解决
https://blog.csdn.net/sfe1012/article/details/74980694