이더마이너 설치 시 GNU 버전 에러 해결 (이더리움)
If you have the following problem:
/usr/include/crt/host_config.h:138:2: error: #error -- unsupported GNU version! gcc versions later than 8 are not supported!
138 | #error -- unsupported GNU version! gcc versions later than 8 are not supported!
아래와 같이 리눅스에서 설정하세요:
sudo apt -y install gcc-8
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 8