Skip to content
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

Make with MinGW fails with recipe for target 'all-recursive' failed #10970

Closed
MattyAB opened this issue Aug 1, 2017 · 3 comments
Closed

Make with MinGW fails with recipe for target 'all-recursive' failed #10970

MattyAB opened this issue Aug 1, 2017 · 3 comments

Comments

@MattyAB
Copy link

MattyAB commented Aug 1, 2017

In Linux subsystem for Windows, I am attempting to make on a clean clone. I had some issues here: #10856, but they are now resolved, and I am just doing the 'make' command in /bitcoin (as stated here). I am getting this error:

collect2: error: ld returned 1 exit status Makefile:3506: recipe for target 'libbitcoinconsensus.la' failed make[2]: *** [libbitcoinconsensus.la] Error 1 make[2]: Leaving directory '/home/MattyAB/bitcoin/src' Makefile:9256: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/MattyAB/bitcoin/src' Makefile:740: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1

Here is the full error with stack trace: https://pastebin.com/02JRiS1P

I had a look around, this looks similar to #10960, but it's failing in a different directory.

@MattyAB MattyAB changed the title Make fails with recipe for target 'all-recursive' failed Make with MinGW fails with recipe for target 'all-recursive' failed Aug 3, 2017
@fanquake
Copy link
Member

Closing now that #11438, new build instructions, have been merged. If you're still having issues, can you comment in #11685.

@ghost
Copy link

ghost commented Jan 28, 2018

The new build instructions don't seem to be at all relevant to this post.
I'm having the same problem, except I'm trying to build inside Linux.

@Lithe-Project
Copy link

Add the command -i to the make instructions. It will still build.

@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants