LINUX之安装交叉编译工具链问题
在解压完交叉编译工具链和添加完环境变量后
使用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
相关推荐
secondid 2020-06-06
lightindark 2013-06-12
lyaqys 2010-08-07
宅学部落王利涛 2010-07-17
ZGCdemo 2020-05-13
wenjs00 2020-05-05
RayCongLiang 2020-02-03
狼窝 2020-02-02
Dlanguage 2020-01-03
jiangtie 2019-12-20
pointfish 2019-12-14
WenFY的CSDN 2019-12-13
adc00 2019-12-08
夜明二 2011-03-22
xinyao0 2011-02-20
amethystqi 2010-12-16
ChasingChasing 2011-09-13