Android x86编译拾遗

2019-01-03 分类 [C与C++]

  1. ImportError: No module named mako.template

apt install python-mako

  1. error : openssl/bio.h :No such file or folder

    apt install libssl-dev

  2. Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel

    apt install libelf-dev

  3. /bin/bash: mmd: command not found /bin/bash: mcopy: command not found /bin/bash: mdel: command not found

apt install mtools

  1. /bin/bash: genisoimage: command not found

apt install genisoimage

  1. /bin/bash: isohybrid: command not found isohybrid not found. Install syslinux 4.0 or higher if you want to build a usb bootable iso.

apt install syslinux-utils