Build a GCC 13 compiler from source for Windows 10/11

This page summarizes the projects mentioned and recommended in the original post on /r/gcc

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • MINGW-packages

    Package scripts for MinGW-w64 targets to build under MSYS2.

  • Then you setup a proper GNU environment, either mingw, cygwin or WSL, get the prereqs and start compiling with the proper target. You can see the used build recipe with the https://packages.msys2.org/package/mingw-w64-x86_64-gcc package. (ie https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-gcc)

  • w64devkit

    Portable C and C++ Development Kit for x64 (and x86) Windows

  • I have a Dockerfile here that goes through all the steps bootstrapping a Mingw-w64 toolchain from source: https://github.com/skeeto/w64devkit

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts