-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Building on Windows with MinGW64 #465
Comments
Thanks, will wait for the updates. |
Which version are you building? |
It seems almost to work now, there was a bug in the cmake file. |
Wohoo it seems to work:
|
Here is the build output: https://ci.appveyor.com/project/xor-gate/stlink/build/10. |
See logs: What I'm doing wrong? Thanks! |
I'm not sure, the output you have pasted has nothing todo with your problem. CMake tried to check compiler options by compiling a dummy file with those options. This is why you see some fails. You should provide the output of the https://github.com/texane/stlink/blob/master/scripts/mingw64-build.bat |
Thank you! |
I am so happy you have it working! Thanks for your patience and reporting. |
Hi,
According this PR #434 the MinGW should work. However, it doesn't work for me :(
Could someone help? Thanks!
I've tried to use
mman
from this repo https://github.com/witwall/mman-win32 but it didn't help :(The text was updated successfully, but these errors were encountered: