-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error: no rule to make target "mrproper" #3
Comments
That's really strange... maybe it failed to download? |
Yes, there is no download of mrproper... Did it just skip it afterwards or what ? |
No, |
The problem itself isn't fixed, just the problem with downloading it. The build still fails. |
Could you be able to upload it somewhere so I can take it a look? If you want you could be able to fork this project and upload your code to your fork, so later it would be easier to integrate your changes. |
I didn't change anything ^^ but I can give all the error messages that I got. |
So it's a literal cut&paste from the nodeos-crosstoolchain folder here on the NodeOS repo? It should work... If it's so, I could be able to replicate it myself and update this repo and leave it in a working state where you can continue. |
First, I cloned the repo. Then I tried to run the
It may also be an error on my side, but I am not sure. However, running this a second time won't throw an error. I think all the dependencies are now in place (binutils, gcc, linux and musl) I continue to the install script. There, the only change I did was removing
Since EDIT I think I found the error (it's sad). There is no kernel source code ! I think I have to fetch it again/ change something in the |
What version are you using?
Don't do it, left it as is. |
I didn't change anything. It's |
What version of the script... but yes, that confirm me that you are using this repo code. Replace it with the code from |
Ok, I'll do that. However, compilation has to wait since I don't have time to do that now :/ |
Don't worry. |
I've just updated the content of the repo with latest one from NodeOS, it was easier than I though :-) Could you be able to take it another look? ;-) |
|
Ok, now it should not give you any problem to compile :-) We could change the build process to add it on the |
By using |
The title does the trick... Make can't find a the mrproper make file (?)!
This is maybe caused by an error that I got a bit earlier at the preinstall script:
0curl: (77) error setting certificate verify locations:
However, rerunning the script seems to fix the error since it just finishes without error. Any idea @piranna ?
The text was updated successfully, but these errors were encountered: