About 364,000 results
Open links in new tab
  1. How can I install MinGW-w64 and MSYS2? - Stack Overflow

    Nov 25, 2016 · Even Cygwin is listed. How are Cygwin and Mingw-w64 related? My current understanding is, in the time of MinGW and MSYS, MSYS is just a nice addon to MinGW, while in …

  2. Using MSYS2 MinGW 64-bit terminal on VSCode - Stack Overflow

    Dec 27, 2018 · But we know there are 3 shells: MSYS2 MinGW 32-bit MSYS2 MinGW 64-bit MSYS2 MSYS But if I set "terminal.integrated.shell.windows" to "C:\\msys64\\usr\\bin\\bash.exe", I can only …

  3. MSYS vs. MinGW: internal environment variables - Stack Overflow

    May 26, 2016 · The MinGW-w64 32-bit and 64-bit systems are Native Windows software which are rooted at /mingw32 and /mingw64 respectively. It's not like we replaced every Linux API call …

  4. windows - msys2 doesn't find mingw64 - Stack Overflow

    Jan 16, 2017 · For example, to use a 64-bit MinGW GCC, you would have to run pacman -S x86_64-w64-mingw32-toolchain and then make sure you are starting MSYS2 using the "MinGW-w64 64-bit …

  5. MSYS2: What's the difference between UCRT 64 and x64?

    Jan 28, 2022 · My MSYS installation has a few Mingw shells: MINGW32 MINGW64 MINGW UCRT 64-Bit What is the difference between the regular MINGW64 shell and the UCRT64 shell?

  6. mingw - What are MSYS2 environments? How do I pick one? - Stack …

    Jun 25, 2023 · See the official manual. Following environments are available: UCRT64, MINGW64, CLANG64, CLANGARM64, MSYS. UCRT64 is a good default, MINGW64 is popular too, but the …

  7. windows - MSYS2 - mingw64 Installing a package - Stack Overflow

    Jan 13, 2024 · Can you link to the documentation that told you to install those packages? The package names usually have -x86_64- or -i686- in them, yours don't. E.g. mingw-w64-ucrt-x86_64-gcc-ada or …

  8. mingw - MSYS2 - Install gcc or toolchain? - Stack Overflow

    Aug 7, 2018 · Found on the mailing list: Then you can install toolchain by typing: pacman -S mingw-w64-i686-toolchain or pacman -S mingw-w64-x86_64-toolchain It installs full MinGW-w64 GCC with …

  9. How can use mingw-w64 and MSYS2 with any IDE like eclipse or …

    On the compiler screen, there is a tab named Toolchain executables, click it. Set the Compiler's installation directory to wherever you installed msys2 to + either mingw64 for a 64-bit toolchain or …

  10. Adding MSYS to windows terminal - Stack Overflow

    Feb 9, 2022 · You can see that x-msys and x-msys2 are the same thing, because they both call set MSYSTEM=MSYS. x-mingw is a special case, because it checks for the existence of the mingw64 …