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
Hi,
for a very old project of mine none of the newer GCC versions (from 8.x to 10.x) work.
Can you supply a win32 package of the latest GCC 7.5 branch? I couldn't find it on this site.
I'm currently using GCC 7.3.0 (i686-win32-dwarf) from: https://sourceforge.net/projects/mingw-w64/files/ and would love to get the latest fixes.
Thanks in advance
Stefan
The text was updated successfully, but these errors were encountered:
Hi Stefan,
The focus of this project is on recent versions of GCC.
I did however just try my build script on GCC 7.5.0 and it started out badly with:
configure: error: Building GCC with plugin support requires a host that supports -fPIC, -shared, -ldl and -rdynamic.
I will give it another go with --disable-plugin and if it works I will release the build.
If not I'm afraid I won't be putting much time in this.
Also:
Why do you have a need for this old version?
Is a newer version with the right --std= compiler option not a more logical solution?
For example -std=c11 for C and -std=c++11 for C++ if you cant the the ISO 2011 C/C++ standard.
You can run this command to see the possible options: gcc --help -v 2>/dev/null | grep " -std="
Hi,
for a very old project of mine none of the newer GCC versions (from 8.x to 10.x) work.
Can you supply a win32 package of the latest GCC 7.5 branch? I couldn't find it on this site.
I'm currently using GCC 7.3.0 (i686-win32-dwarf) from: https://sourceforge.net/projects/mingw-w64/files/ and would love to get the latest fixes.
Thanks in advance
Stefan
The text was updated successfully, but these errors were encountered: