Hello,
I’m trying to build SITL on my customized code which is based on ArduPlane 3.4.0 release (3aa9eb0). I’m getting this error:
Building /tmp/arduplane.build/arduplane.elf
%% arduplane.elf
/tmp/arduplane.build/libraries/DataFlash/LogFile.o: In function `ZNK6AP_RPM7get_rpmEh':
/cygdrive/c/uav/git/ardupilot/libraries/AP_RPM/AP_RPM.h:71: undefined reference to `AP_RPM::healthy(unsigned char) const'
/cygdrive/c/uav/git/ardupilot/libraries/AP_RPM/AP_RPM.h:71: undefined reference to `AP_RPM::healthy(unsigned char) const'
collect2: error: ld returned 1 exit status
C:/uav/git/ardupilot/mk/board_native.mk:107: recipe for target '/tmp/arduplane.build/arduplane.elf' failed
make: *** [/tmp/arduplane.build/arduplane.elf] Error 1
Currently master (e0810c2) builds without problems. Any help apricieted