-
Notifications
You must be signed in to change notification settings - Fork 113
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
Unable to build with mingw 10.2.0 #140
Comments
What is the error that you are getting with MinGW 10? |
The log is below. https://gist.github.com/sago35/8cabacb874cf49cff36946c62f229e35 |
It looks like MinGW 10 doesn't support |
This is an error in the latest mingw-w64 package for chocolatey. See https://chocolatey.org/packages/mingw#comment-5223930374 We should tell people to specifically install 8.1.0 |
@deadprogram glad we're not the only ones! Unfortunately we currently depend on MinGW, MSVC is unsupported by the Go toolchain: golang/go#20982 |
Now we can build with the version available with choco install mingw.
|
mingw 10.2.0 has been released on 2021/01/12.
However, the included gcc 10.2 was not able to build tinyg 0.16 and dev branch.
https://chocolatey.org/packages/mingw#versionhistory
I was able to build it by installing 8.1.0.
I'm using windows 10, and I'm building according to the following page
https://tinygo.org/getting-started/windows/
The text was updated successfully, but these errors were encountered: