-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
[SubmodulesClean] error 1 #8333
Comments
Which platform? Does this work? |
Can you provide any update? Have you gone through the full toolchain installation? https://dev.px4.io/en/setup/dev_env.html |
I also got into the same trouble. How to do? |
Which platform? Can you try |
win10, I will try use it in win10, but I using Ubuntu 16 today, I will update later. Thx. |
I used win10, when tried make distclean, it said as following: |
I'm getting this same issue on Windows 7. I've update the submodules as recommended and git shows that everything is up to date. The error doesn't occur if I try it on recent commits to master . But if I try to run it on the commit that is tagged "1.7.3" or anything earlier I get the error. Note: Even though distclean succeeds on recent commits, the build still fails with "Error 2: you must run this command from the toplevel of the working tree." |
If you can post full output and likely add some debugging as needed we can probably work through it. Some of this sounds like old versions of git not liking certain arguments, other issues could be with windows paths. |
Please open a fresh issue and tag me if you'd like to continue debugging. |
Hey, please help me! I have same problems on Windows 8, Could you help me? |
The initial setup is not working whenever I try to "make distclean" Its consistently indicating error 1 when executed in the px4 console. When the command is issued from the custom eclipse ide it gives me a c/c++ error and sates "make *** [submodulesclean] Error 1".
The "make clean" function works but it doesn't help with the issue.
The text was updated successfully, but these errors were encountered: