-
Notifications
You must be signed in to change notification settings - Fork 826
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
Ethereum build error - /usr/bin/ld.gold fatal error - invalid argument #147
Comments
Note: Do not build the Gui, check the cake lists. Txt |
^ Sorry - I have literally no idea what you mean above, @juanfranblanco! |
Stupid autocorrect. I meant do not build the GUI, as it has dependencies with QT which cannot be installed. Look at the flag on the cmakelists.txt. This does not solve the issue, this is the step required to get to the issue. |
Yum ... cake lists :-) Right - gotcha. So maybe |
I personally removed the Gui parts from Cmakelists.txt (or use |
@juanfranblanco I am just downloading Insider Build 14332, and will try again. I am on 14238.1000 right now (which was an update from when I first tried this - looks like it is this one from 5 days ago - http://www.windowscentral.com/windows-10-build-14328-pc-and-mobile-here), but that is getting numerous errors like this when trying to
|
Looks like the one which I am downloading only came out yesterday: |
Hmm. Same input/output error in 14332, so I'm having to do a new git clone as a co-directory and try that. Cannot delete the old one! |
you got further than me this time... i cannot install dependencies (time for bed) |
Well, I think I probably need to do that too, given my silly error message where it doesn't even seem to see the C compiler. I wonder whether the sub-system needs nuking and rebuilding? My I will also carry this on tomorrow, @juanfranblanco! |
Woohoo! Got a binary today, @juanfranblanco :-) It crashes, but that is another story. https://twitter.com/BobSummerwill/status/740820732737904640 That was with https://github.com/bobsummerwill/cpp-ethereum/tree/merge_repos, and running the setup.sh in there, plus a tweak to disable tests in jsonrpccpp, which I will commit shortly. |
Looks like the crash is an exact dupe of #308.
|
When building Ethereum C++ under Bash-for-Windows, both myself and @juanfranblanco are encountering the same error in the gold linker:
This works on "real" Ubuntu Trusty and does not work on Bash-for-Windows, presumably due to some issue in one or more of the Linux syscalls.
To replicate:
The text was updated successfully, but these errors were encountered: