-
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
Stlink needs binary releases for windows #166
Comments
One way or another, some support of Windows would be great There are some pre-combiled binaries at http://www.emb4fun.de/archive/stlink/index.html#download but I am not sure how current are these and I am having some issues with them anyway :( |
I did give compilation with CMake + Visual Studio 2015 on windows a shot yesterday and it needs some refactoring before we can make a windows release. |
Building the tools with MinGW64 toolchain works. I have tested |
I will create a binary release for v1.3.0 with MinGW64. |
This will happen as v1.3.0 is tagged, thanks all for reporting. |
Thanks xor-gate! Since this issue is closed, can you point us to where the binary is and perhaps add a link to the wiki? |
As noted by myself, this will happen as soon v1.3.0 is released/tagged. I can not make guarantee when this exactly will happen (hopefully < 2 months) as I'm doing this on best-effort and free-time basis. I run myself only linux and mac machines, but will do my best. I will reopen this so we and others don't get confused there is no binary. |
Thanks xor-gate, I appreciate all of the work you are doing and didn't mean to be a pest, I just assumed it had already been released because the issue was closed. I think re-opening the issue will make it clear to others...thank you! |
Your are assumptions are correct, I just wanted to let you know the current status. We will hit |
Add note about windows binaries (refs #166)
Hi everyone,
thanks for this nice tool. While working with Debian I did not came across any problem, but now I would like to use it on Windows Server 2012 as well.
So I build it using Cygwin:
And running it with administration privileges gives the following output:
Additionally a stackdump file is generated:
Since it already detects my STM3F3Discovery-Board (which switches on the green LED instantly), I guess this is a minor problem. I would be glad to help provide more debugging information so we can fix this issue.
Bye, sbeh.
The text was updated successfully, but these errors were encountered: