hey! I’m attempting to build ardupilot code. I’ve followed this guide here, installed the ubuntu script, etc etc and I get this error while trying to build.
Fixed. I think my ./bashrc and ./profiles had some weird previous settings that i didn’t want to touch for my own sanity (100% going to break something i forgot about) so i just did “sudo apt install gcc-arm-none-eabi”. even though i had the build essentials installed, this installed the correct packages in the right places so now ./waf configure works properly.