ARDUPILOT FETCH UPSTREAM compiled error

I plan to get the official latest source code. After using the git fetch upstream command, the compilation has an error, how to solve this problem? thanks


See this blog post about the git protocol business:

I believe at that point in the screenshot you should be able to do
./waf distclean : clean out all the old builds
./Tools/gittools/submodule-sync.sh

Yes, it can work, thank you very much!

1 Like