标签:err es5 环境 系统 update apt-get dir 交叉编译 obj
1. 解压设置交叉编译链环境变量后,输入arm-linux-gcc -v 显示 bash: /home/bhj/QtLib/arm-2014.05/bin/arm-none-linux-gnueabi-gcc: No such file or directory
解决: sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0
3..Ubuntu64位系统中 无法编译32位的内核,error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
解决: sudo apt-get install apt-file
sudo apt-file update
sudo apt-file search libz.so.1
sudo apt-get install libz32z1
标签:err es5 环境 系统 update apt-get dir 交叉编译 obj
原文地址:https://www.cnblogs.com/zsy12138/p/11355762.html