-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues building 4.12.0 for MinGW-w64 target #6538
Comments
Signed-off-by: Nikolaj Bjorner <[email protected]>
these are two different things. The second has to be a configuration option for the build. It enables/disables SSE based on some platform environment flags. Looks like these are not right for your build. |
I tried current master and it builds fine with MinGW-w64 targeting Windows 64-bit. As for the 32-bit SSE issue, something must have changed since 4.11.2, because that built fine (so did earlier versions). |
your pull request from Jan 10 is the only change to hwf.cpp #if (defined(clang) && !defined(MINGW32)) || defined(_M_ARM) && defined(_M_ARM64) |
My Windows 32-bit build issue is resolved when I use this CMake flag: |
Signed-off-by: Nikolaj Bjorner <[email protected]>
When building natively in Windows 11 with MinGW-w64 GCC 12.2.0 for Windows 64-bit the link step fails with the following output:
When building for Windows 32-bit there is a compiler error earlier on:
The text was updated successfully, but these errors were encountered: