msys2.github.io icon indicating copy to clipboard operation
msys2.github.io copied to clipboard

I want to install the odler gcc version (e.g. gcc10) on the newest msys2. how to ?

Open freelixilong opened this issue 2 years ago • 2 comments

Our project is developed by the gcc-10, but it seems that the newest msys2 could only install the gcc-11 or gcc-12. How to install the older gcc?

Thanks

freelixilong avatar May 25 '22 04:05 freelixilong

You have to manually download the package and install it with pacman -U command. Packages can be found here https://mirror.msys2.org/mingw/

Biswa96 avatar May 25 '22 04:05 Biswa96

You have to manually download the package and install it with pacman -U command. Packages can be found here https://mirror.msys2.org/mingw/

This may be a solution.

freelixilong avatar May 25 '22 07:05 freelixilong