1. 编译过程中报:BFD: libncurses.so.5: cannot open shared object file: No such file or directory
请依次执行如下命令:
sudo apt install apt-file
sudo apt-file update
sudo apt-file find libncurses.so.5
sudo apt install libncurses5
2.每次执行编译终止于:ERROR:Failed to create toolchain
执行如下命令:
sudo apt-get install python
网友评论