1.安装GCC:
sudo apt-get install gcc #安装gcc
gcc --version #查看gcc版本
2.解决“Build environment error! A required application is missing and Modconfig can not continue. xzCheck the log for more details.”
#将ubuntu-make加入apt软件仓库的列表并安装
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt update
sudo apt install ubuntu-make
#重新配置modconfig
sudo vmware-modconfig --console --install-all
#安装canberra的库
sudo apt-get install libcanberra*
