Android x86编译拾遗
- ImportError: No module named mako.template
apt install python-mako
-
error : openssl/bio.h :No such file or folder
apt install libssl-dev
-
Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel
apt install libelf-dev
-
/bin/bash: mmd: command not found /bin/bash: mcopy: command not found /bin/bash: mdel: command not found
apt install mtools
- /bin/bash: genisoimage: command not found
apt install genisoimage
- /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