Ubuntu环境配置
Posted zsy12138
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu环境配置相关的知识,希望对你有一定的参考价值。
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
以上是关于Ubuntu环境配置的主要内容,如果未能解决你的问题,请参考以下文章