码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu环境配置

时间:2019-08-15 09:40:07      阅读:125      评论:0      收藏:0      [点我收藏+]

标签: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

Ubuntu环境配置

标签:err   es5   环境   系统   update   apt-get   dir   交叉编译   obj   

原文地址:https://www.cnblogs.com/zsy12138/p/11355762.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!