Zepan / ilichee

荔枝板DIY直播室

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

编译过程中遇到的一些问题的解决

skycuckoo opened this issue · comments

虚拟机环境Vmwareplayer 7.1.4 build-3848939; 操作系统是Ubuntu14.04-LTS, 20G硬盘。

  1. arm-none-linux-gnueabi-gcc: Command not found
    可能要安装gcc-multilib解决,系统可能无法识别这个可执行文件,安装以后即可识别
  2. u-boot-tools可能要安装。
  3. fakeroot可能需要安装
  4. stdc++.so.6
    sudo apt-get install libstdc++6
    sudo apt-get install lib32stdc++6
    安装过程中提示缺乏stdc++.so.6; 因此把64bit和32bit的都安装了

无法编译,可否详细介绍下步骤,谢谢!