( Showing only the last 30 out of 123 lines. For a complete log visit the build page )
CC sbs2ivy
In file included from rtcm2ivy.c:40:0:
../../../sw/airborne/subsystems/gps/librtcm3/rtcm3.h: In function ‘rtcm3_process’:
../../../sw/airborne/subsystems/gps/librtcm3/rtcm3.h:360:11: error: duplicate case value
case 4072: s->msg_type = RTCM3_MSG_4072; break;
^
../../../sw/airborne/subsystems/gps/librtcm3/rtcm3.h:358:11: error: previously used here
case 4072: s->msg_type = RTCM3_MSG_4072; break;
^
rtcm2ivy.c: In function ‘ubx_navsvin_callback’:
rtcm2ivy.c:247:21: warning: implicit declaration of function ‘UBX_NAV_SVIN_ITOW’ [-Wimplicit-function-declaration]
u32 iTow = UBX_NAV_SVIN_ITOW(msg);
^
rtcm2ivy.c:248:21: warning: implicit declaration of function ‘UBX_NAV_SVIN_dur’ [-Wimplicit-function-declaration]
u32 dur = UBX_NAV_SVIN_dur(msg);
^
rtcm2ivy.c:249:35: warning: implicit declaration of function ‘UBX_NAV_SVIN_meanACC’ [-Wimplicit-function-declaration]
float meanAcc = (float) 0.1 * UBX_NAV_SVIN_meanACC(msg);
^
rtcm2ivy.c:250:21: warning: implicit declaration of function ‘UBX_NAV_SVIN_Valid’ [-Wimplicit-function-declaration]
u8 valid = UBX_NAV_SVIN_Valid(msg);
^
rtcm2ivy.c:251:21: warning: implicit declaration of function ‘UBX_NAV_SVIN_Active’ [-Wimplicit-function-declaration]
u8 active = UBX_NAV_SVIN_Active(msg);
^
Makefile:121: recipe for target 'rtcm2ivy.o' failed
make[1]: *** [rtcm2ivy.o] Error 1
Makefile:188: recipe for target 'sw/ground_segment/misc' failed
make: *** [sw/ground_segment/misc] Error 2