You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sudo update-alternatives --config gcc
There are 2 choices for the alternative gcc (providing /usr/bin/gcc).
Selection Path Priority Status
------------------------------------------------------------
0 /usr/bin/gcc-11 11 auto mode
* 1 /usr/bin/gcc-10 10 manual mode
2 /usr/bin/gcc-11 11 manual mode
Press <enter> to keep the current choice[*], or type selection number:
$ sudo update-alternatives --config g++
There are 2 choices for the alternative g++ (providing /usr/bin/g++).
Selection Path Priority Status
------------------------------------------------------------
0 /usr/bin/g++-11 11 auto mode
* 1 /usr/bin/g++-10 10 manual mode
2 /usr/bin/g++-11 11 manual mode
Press <enter> to keep the current choice[*], or type selection number:
Thanks! I also had this issue and couldn't downgrade easily to 10, but I found this hack worked, I don't know if it's legitimate or not though, beware! Maybe this helps get to the issue for someone.
Ubuntu 22.04 에서 빌드해보려니 오류가 나서
issue에 올라온 내용들을 참고하여 다음과 같이 빌드하였습니다.
혹시나 필요하신 분이 있으실까 하여 남깁니다.
gcc-10, g++-10을 설치 안하신 경우
빌드 전에 gcc-10, g++-10 으로 전환합니다.
clone하고 feature/101으로 switch합니다.
이후 문서의 빌드과정을 진행합니다.
The text was updated successfully, but these errors were encountered: