mingw-w64 Questions

2

I get massive output with the following message (differentiated only by hex address): ld.exe: DWARF error: could not find variable specification at offset 101cee What is the meaning of this error ...
Goya asked 20/8, 2020 at 18:24

6

I am desperately trying to install the latest version of mingw-w64 to get acess to gcc 10 on windows 10. I used the online installer for mingw-w64 in the past, but it is still stuck in 2018 on 8.1...
Payola asked 29/4, 2020 at 8:29

1

Solved

When using MinGW, it's easy to run into a DLL hell, i.e. your program not running because it either doesn't find the required DLLs or finds incompatible versions of them. This can manifest itself a...
Alabaster asked 9/6, 2024 at 10:45

2

Solved

I'm trying to use C++20 in VS Code with the Code Runner extension, which allows me to run code using ctrl+alt+n. I have installed MinGW64 through the MSYS2 installer. My compiler version is 12.0.2....

2

Solved

I opted for the Win32 threading model when installing the MinGW-w64 toolchain, after reading that it provides better performance than the POSIX counterpart. I am not qualified for benchmarking this...
Hessler asked 21/5, 2016 at 4:23

2

After compiling an application in the mingw-w64 64-bit Shell, it runs fine inside the shell, but gives an error the application was unable to start correctly (0xc00007b) when run normally, outside ...
Weepy asked 16/12, 2015 at 23:7

4

On msys2, I installed the mingw-w64 toolchain. I can run gcc from MINGW64 shell, but not make. pacman claims mingw-w64-x86_64-make is installed. What gives?
Munificent asked 8/8, 2018 at 20:24

0

I'm just starting to learn C moving from C++, and I was just trying out a ton of variable types. I am using the MingGW-w64 toolset with the GCC compiler. This version supposedly uses UCRT runtime i...
Allomerism asked 12/1, 2024 at 13:8

25

Solved

I installed Git on my Windows 10 a couple of months ago. It worked well for some time. But now, it's running very slow. The git status command takes 7 seconds to execute, and git stash takes many m...
Bungle asked 19/3, 2017 at 14:55

3

Using MSYS2 64-bit version 20161025 on Windows 10... I'm unable to get msys2 to recognize programs in the windows path. For example, after installing Go version 1.8.3 using the windows the install...
Selfrealization asked 30/7, 2017 at 20:56

3

I try to install MinGW-w64, but during install i got the file has been downloaded incorrectly I have 64 bit win10 and my option of installation: I use that link sourceforge. and some commen...
Camorra asked 12/12, 2016 at 20:57

9

Solved

I have installed MinGW-w64 and MSYS2. But how do I change the HOME directory in MSYS2? So that when I type cd $home or cd ~ it goes to another directory that I defined. And how do I write a code s...
Knavish asked 26/11, 2015 at 16:8

1

Solved

This is a continuation of trying to compile a license-free GPL version of the Microchip XC32 microcontroller g++ XC32 v4.35 cross-compiler from source. See my Q&A here, and my repo here: https:...
Ramulose asked 7/11, 2023 at 3:12

1

Solved

I am unable to figure this out. I am trying to build the Microchip XC32 PIC32 microcontroller GCC cross-compiler. To try it yourself (this is how I got to my error I'm stuck on): On Windows 10 or ...
Postmistress asked 3/11, 2023 at 7:11

3

Any parameters I have tried running with Enable-WindowsOptionalFeature, got access denied. as if the PowerShell did not start with elevated permissions and this is although I did start it as admini...
Algebraic asked 14/1, 2020 at 16:3

4

I'm on windows/Git bash/MingW64, trying to automate adding ssh keys for use with git. I've followed this guide, altering only the path of my private key file. It seems to work - when opening git ba...
Billbug asked 15/5, 2021 at 15:18

21

Solved

I am using git bash on Windows - that is git for Windows via the integrated bash. Apparently it uses the MINGW/MSYS underpinning. (Update from @VonC: It now uses msys2 since msysgit is obsolete sin...
Gaudet asked 5/8, 2016 at 6:51

3

Solved

I have been using Git for Windows on my Windows 10 box. I use bash and other command line tools that come with it. I need rsync, but found it doesn't come with this package. I googled and found a m...
Convoluted asked 16/3, 2023 at 4:49

1

Solved

MSYS2 is said to have different environments. What are they? How do I choose which one to use? What's the difference between MINGW64 and UCRT64? (This Q&A is intended as a canonical duplicate ...
Gujranwala asked 25/6, 2023 at 20:21

2

Solved

The error The exact error is the title of the question. It happens when I use vectorName.push_back() function. I recreated it with just this simple code: #include <iostream> #include <vec...
Tetrachloride asked 8/12, 2022 at 17:58

5

Solved

I use the MinGW-w64 g++ compilers 10.2 and 10.3. I have built both myself using https://github.com/niXman/mingw-builds. There is an oddity with g++ on Windows: the main thread of an application wil...
Wellwisher asked 4/5, 2021 at 10:12

4

I want to build MinGW-w64 where: A: I want to compile MinGW itself on Linux (64-bit). B: I want the MinGW tools (compiler, etc) to run on Linux (64-bit). C: I want the MinGW tools (compiler, etc) ...
Likely asked 7/5, 2014 at 10:23

3

Clang 8 release notes have this promising line: Allow using Address Sanitizer and Undefined Behaviour Sanitizer on MinGW. However, I unable to figure out how to use those properly. I'm us...
Silverware asked 2/4, 2019 at 17:18

4

is there any way to install mingw-w64 offline ? I tried many official sources and all of them seem to need some sort of internet access. I'm looking for something that works for both x32 and x64 sy...
Melson asked 15/7, 2016 at 10:24

2

Solved

How can I speed up MinGW-w64's extremely slow C++ compilation/linking? Compiling a trivial "Hello World" program: #include <iostream> int main() { std::cout << "hello wo...
Powerhouse asked 14/3, 2019 at 21:42

© 2022 - 2025 — McMap. All rights reserved.