( Showing only the last 30 out of 9307 lines. For a complete log visit the build page )
subsystems/gps.c:176:25: error: too many arguments to function ‘pprz_msg_send_GPS_INT’
&gps.comp_id);
^
In file included from /home/runner/paparazzi/sw/airborne/subsystems/datalink/telemetry_common.h:36:0,
from /home/runner/paparazzi/var/aircrafts/yapa_chimu_spi/sim/generated/periodic_telemetry.h:10,
from /home/runner/paparazzi/var/aircrafts/yapa_chimu_spi/sim/generated/settings.h:13,
from subsystems/gps.c:31:
/home/runner/paparazzi/var/include/pprzlink/messages.h:3168:20: note: declared here
static inline void pprz_msg_send_GPS_INT(struct transport_tx *trans, struct link_device *dev, uint8_t ac_id, int32_t *_ecef_x, int32_t *_ecef_y, int32_t *_ecef_z, int32_t *_lat, int32_t *_lon, int32_t *_alt, int32_t *_hmsl, int32_t *_ecef_xd, int32_t *_ecef_yd, int32_t *_ecef_zd, uint32_t *_pacc, uint32_t *_sacc, uint32_t *_tow, uint16_t *_pdop, uint8_t *_numsv, uint8_t *_fix) {
^
make[2]: *** [/home/runner/paparazzi/var/aircrafts/yapa_chimu_spi/sim/subsystems/gps.o] Error 1
make[1]: *** [sim.compile] Error 2
tests/aircrafts/01_compile_all_aircrafts.t .. 117/118
# Failed test 'Compile aircraft: yapa_chimu_spi, target: sim'
# at tests/aircrafts/01_compile_all_aircrafts.t line 115.
# Looks like you failed 79 tests of 118.
tests/aircrafts/01_compile_all_aircrafts.t .. Dubious, test returned 79 (wstat 20224, 0x4f00)
Failed 79/118 subtests
Test Summary Report
-------------------
tests/aircrafts/01_compile_all_aircrafts.t (Wstat: 20224 Tests: 118 Failed: 79)
Failed tests: 2-7, 9-10, 12-14, 16, 20-34, 37-41, 44-64
68-69, 72-92, 99, 116-117
Non-zero exit status: 79
Files=1, Tests=118, 347 wallclock secs ( 0.03 usr 0.03 sys + 737.40 cusr 154.43 csys = 891.89 CPU)
Result: FAIL
make: *** [test_examples] Error 1