Hi ! I am trying to build a custom ardusub for navigator board. For this I followed the instructions of this tutorial. Since I already used SITL on my laptop I already had the environment ready and working, so it worked perfectly to build the custom version for the Pixhawk1 board and my nuw custom mode was working.
But then I tried to make a version for the navigator board and instead of the .apj file I get a weard “ardusub” file without type. This file is not accepted by the navigator board and I couldn’t load it.
I saw in the forum that it could be related with gcc-arm not being the good version, so according to this page I tried to follow :
git fetch --tags
git checkout ArduSub-stable -b new-branch
git submodule update --init --recursive
but here’s what I get :
so if someone has an explanation for this I would really apreciate some help !