转载地址:https://blog.youkuaiyun.com/ghty520/article/details/79251683
在ubuntu16.04的64位系统上安装32位交叉编译工具链,建好软连接后,发现无法使用,显示No such file or directory。
解决方法:
sudo apt-get install libc6:i386
安装完成后,测试可用。
后来有发现其它解决方式,但未测试,记录,备用,如下 :
apt-get install lib32ncurses5
apt-get install lib32z1 --------------------- 本文来自 长生明水 的优快云 博客 ,全文地址请点击:https://blog.youkuaiyun.com/ghty520/article/details/79251683?utm_source=copy