Error: unsupported compiler: 9.3.0

Error: unsupported compiler: 9.3.0

 

sudo apt-get remove gcc gcc-9
sudo apt-get remove g++

sudo apt install gcc-8 g++-8

 

sudo ln -s /usr/bin/gcc-8 /usr/bin/gcc

sudo ln -s /usr/bin/g++-8 /usr/bin/g++

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章