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
{{ message }}
This repository was archived by the owner on Mar 15, 2025. It is now read-only.
The final is using the right version gcc and g++
gcc 5.2 is required by the toolchains,I use gcc-5 and g++5, you could check whether the gcc and g++ version are right
The detailed steps are: https://blog.csdn.net/CharlieVV/article/details/111242143
Most of the problems are caused by the lib requirment and gcc and g++ wrong version.
I use ubuntu 22.04LTS version
sudo apt-get update
sudo apt-get install gawk
sudo apt-get install texinfo
apt-get install libmpc-dev
The final is using the right version gcc and g++
gcc 5.2 is required by the toolchains,I use gcc-5 and g++5, you could check whether the gcc and g++ version are right
The detailed steps are:
https://blog.csdn.net/CharlieVV/article/details/111242143