Heads up - the Debug configuration currently won't build with GCC in an MSYS2 environment #1483
AnyOldName3
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Occasionally we have users who attempt to build the VSG for a MinGW/MSYS2 environment. I discovered last week that the Debug configuration doesn't work, and after investigating it, have determined that it's most likely caused by a GCC or binutils bug. I've reported it here https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120508, so hopefully it'll be fixed promptly (and because MSYS2 follows Arch Linux's release cadence, once it's fixed, it'll be available pretty quickly).
For now, if you want to use GCC to build the VSG for Windows, you'll need to stick to the Release or RelWithDebInfo configurations. Alternatively, MSVC and Clang work fine (although there's a problem affecting Clang in clang-cl mode).
Beta Was this translation helpful? Give feedback.
All reactions