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*
