Skip to content

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

@skycuckoo

Description

@skycuckoo

虚拟机环境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的都安装了

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions