-
Notifications
You must be signed in to change notification settings - Fork 40
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
GETH 1.9 cross compile for windows error #5
Comments
@thomasmodeneis I have spent the whole day struggling with this and finally it was an issue with my g++ and mingw version. I compiled for windows inside a ubuntu:19.04 container with g++ and mingw and it worked for me. |
Hi, many thanks for looking into this. I tried updating all the libs, would you mind sharing the versions you are using that allowed you to compile it with success ? mingw:
g++:
|
@thomasmodeneis No :( , those versions you show didn't work for me. Those are the versions that I have in my ubuntu:18.04 machine and they didn't work. You need either to upgrade to ubuntu 19.04 or to run all this inside a container (example:
|
I did just like you said, upgraded to Ubuntu 19 and upgraded g++ and mingw, but still the error persists:
I'm not what is wrong, but something still wrong :( |
I also did it with a VM using Ubuntu 19, and ran into the same error. @karalabe do you have any ideas what maybe wrong or what shall I do to make it right ? Edit: I even tried with GCC9 and got the same error. Thanks. |
I found that the go-ethereum is currently not building the windows versions on linux, the windows versions is being build via appveyor job, is this the case ? |
I am having a hard time to compile geth 1.9.0 for windows, this is the error... any ideas ?
same error happens on linux/osx with go11 or go12.
The text was updated successfully, but these errors were encountered: