Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created August 3, 2021 21:48
Show Gist options
  • Select an option

  • Save r-rmcgibbo/2d3c4b7fc55ad9f5269178fc8e4fb7b9 to your computer and use it in GitHub Desktop.

Select an option

Save r-rmcgibbo/2d3c4b7fc55ad9f5269178fc8e4fb7b9 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 51 seconds | https://github.com/NixOS/nixpkgs/pull/132538
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/w4c6n23j0csncxdsysm44pv5l7mmimg8-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
build flags: -j2 -l2 SHELL=/nix/store/can473ld4dc8izcjlm4i5daxsh1yl5d8-bash-4.4-p23/bin/bash all
echo "" && \
echo "Building AIRBOTF4" && \
make TARGET=AIRBOTF4 && \
echo "Building AIRBOTF4 succeeded."
Building AIRBOTF4
make[1]: Entering directory '/build/source'
settings.yaml -> settings_generated.h, settings_generated.c
%% startup_stm32f40xx.s
%% stm32f4xx_gpio.c
%% stm32f4xx_rcc.c
%% misc.c
%% stm32f4xx_adc.c
%% stm32f4xx_dac.c
%% stm32f4xx_dcmi.c
%% stm32f4xx_dfsdm.c
%% stm32f4xx_dma.c
%% stm32f4xx_dma2d.c
%% stm32f4xx_exti.c
%% stm32f4xx_flash.c
%% stm32f4xx_fsmc.c
%% stm32f4xx_i2c.c
%% stm32f4xx_iwdg.c
%% stm32f4xx_ltdc.c
%% stm32f4xx_pwr.c
%% stm32f4xx_rng.c
%% stm32f4xx_sdio.c
%% stm32f4xx_spi.c
%% stm32f4xx_syscfg.c
%% stm32f4xx_tim.c
%% stm32f4xx_usart.c
%% stm32f4xx_wwdg.c
%% usb_core.c
./lib/main/STM32_USB_OTG_Driver/src/usb_core.c: In function 'USB_OTG_WritePacket':
./lib/main/STM32_USB_OTG_Driver/src/usb_core.c:183:7: warning: 'packed' attribute ignored for type 'uint32_t *' {aka 'long unsigned int *'} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wattributes-Wattributes8;;]
183 | USB_OTG_WRITE_REG32( fifo, *((__packed uint32_t *)src) );
| ^
./lib/main/STM32_USB_OTG_Driver/src/usb_core.c: In function 'USB_OTG_ReadPacket':
./lib/main/STM32_USB_OTG_Driver/src/usb_core.c:209:5: warning: 'packed' attribute ignored for type 'uint32_t *' {aka 'long unsigned int *'} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wattributes-Wattributes8;;]
209 | *(__packed uint32_t *)dest = USB_OTG_READ_REG32(fifo);
| ^
%% usb_dcd.c
%% usb_dcd_int.c
%% usbd_core.c
%% usbd_ioreq.c
%% usbd_req.c
%% usbd_cdc_core.c
%% target.c
%% main.c
%% common_hardware.c
%% assert.c
%% build_config.c
%% debug.c
%% version.c
%% bitarray.c
%% crc.c
%% encoding.c
%% filter.c
%% maths.c
%% memory.c
%% printf.c
%% streambuf.c
%% time.c
%% typeconversion.c
%% string_light.c
%% config_eeprom.c
%% config_streamer.c
%% feature.c
%% parameter_group.c
%% adc.c
%% buf_writer.c
%% bus.c
%% bus_busdev_i2c.c
%% bus_busdev_spi.c
%% bus_i2c_soft.c
%% bus_spi.c
%% display.c
%% exti.c
%% gps_i2cnav.c
%% io.c
%% io_pca9685.c
%% light_led.c
%% logging.c
%% resource.c
%% rx_nrf24l01.c
%% rx_spi.c
%% rx_xn297.c
%% pitotmeter_adc.c
%% pwm_esc_detect.c
%% pwm_mapping.c
%% pwm_output.c
%% rcc.c
%% rx_pwm.c
%% serial.c
%% serial_uart.c
%% sound_beeper.c
%% stack_check.c
%% system.c
In file included from ./src/main/drivers/system.c:26:
./src/main/build/atomic.h:95:2: warning: #warning "Please verify that ATOMIC_BARRIER works as intended" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
95 | #warning "Please verify that ATOMIC_BARRIER works as intended"
| ^~~~~~~
%% timer.c
In file included from ./src/main/drivers/timer.c:25:
./src/main/build/atomic.h:95:2: warning: #warning "Please verify that ATOMIC_BARRIER works as intended" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
95 | #warning "Please verify that ATOMIC_BARRIER works as intended"
| ^~~~~~~
%% lights_io.c
%% cli.c
%% config.c
%% controlrate_profile.c
%% fc_core.c
%% fc_init.c
In file included from ./src/main/fc/fc_init.c:27:
./src/main/build/atomic.h:95:2: warning: #warning "Please verify that ATOMIC_BARRIER works as intended" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
95 | #warning "Please verify that ATOMIC_BARRIER works as intended"
| ^~~~~~~
%% fc_tasks.c
%% fc_hardfaults.c
%% fc_msp.c
%% fc_msp_box.c
%% rc_adjustments.c
%% rc_controls.c
%% rc_curves.c
%% rc_modes.c
%% runtime_config.c
%% settings.c
%% stats.c
%% failsafe.c
%% hil.c
%% imu.c
%% mixer.c
%% pid.c
%% pid_autotune.c
%% rth_estimator.c
%% servos.c
%% wind_estimator.c
%% beeper.c
%% lights.c
%% pwmdriver_i2c.c
%% serial.c
%% serial_4way.c
%% serial_4way_avrootloader.c
%% serial_4way_stk500v2.c
%% statusindicator.c
%% rcdevice.c
%% rcdevice_cam.c
%% msp_serial.c
%% fport.c
%% ibus.c
%% jetiexbus.c
%% msp.c
%% uib_rx.c
%% nrf24_cx10.c
%% nrf24_inav.c
%% nrf24_h8_3d.c
%% nrf24_syma.c
%% nrf24_v202.c
%% pwm.c
%% rx.c
%% rx_spi.c
%% crsf.c
%% sbus.c
%% sbus_channels.c
%% spektrum.c
%% sumd.c
%% sumh.c
%% xbus.c
%% eleres.c
%% scheduler.c
%% acceleration.c
%% battery.c
%% temperature.c
%% boardalignment.c
%% compass.c
%% diagnostics.c
%% gyro.c
%% initialisation.c
%% uav_interconnect_bus.c
%% uav_interconnect_rangefinder.c
%% blackbox.c
%% blackbox_encoding.c
%% blackbox_io.c
%% cms.c
%% cms_menu_battery.c
%% cms_menu_blackbox.c
%% cms_menu_builtin.c
%% cms_menu_imu.c
%% cms_menu_ledstrip.c
%% cms_menu_misc.c
%% cms_menu_navigation.c
%% cms_menu_osd.c
%% cms_menu_vtx_smartaudio.c
%% cms_menu_vtx_tramp.c
%% colorconversion.c
%% gps_conversion.c
%% display_ug2864hsweg01.c
%% rangefinder_hcsr04.c
%% rangefinder_hcsr04_i2c.c
%% rangefinder_srf10.c
%% rangefinder_vl53l0x.c
%% rangefinder_virtual.c
%% opflow_fake.c
%% opflow_virtual.c
%% vtx_common.c
%% rangefinder_msp.c
%% opflow_cxof.c
%% opflow_msp.c
%% dashboard.c
%% displayport_max7456.c
%% displayport_msp.c
%% displayport_oled.c
%% gps.c
%% gps_ublox.c
%% gps_nmea.c
%% gps_naza.c
%% gps_i2cnav.c
%% ledstrip.c
%% osd.c
%% navigation.c
%% navigation_fixedwing.c
%% navigation_fw_launch.c
%% navigation_geo.c
%% navigation_multicopter.c
%% navigation_pos_estimator.c
%% navigation_pos_estimator_agl.c
%% navigation_pos_estimator_flow.c
%% barometer.c
%% pitotmeter.c
%% rangefinder.c
%% opflow.c
%% crsf.c
%% frsky.c
%% frsky_d.c
%% hott.c
%% ibus_shared.c
%% ibus.c
%% ltm.c
%% mavlink.c
In file included from ./lib/main/MAVLink/common/../protocol.h:85,
from ./lib/main/MAVLink/common/common.h:30,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/../mavlink_helpers.h: In function 'mavlink_finalize_message_chan':
./lib/main/MAVLink/common/../mavlink_helpers.h:86:24: warning: taking address of packed member of 'struct __mavlink_message' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
86 | crc_accumulate_buffer(&msg->checksum, _MAV_PAYLOAD(msg), msg->len);
| ^~~~~~~~~~~~~~
./lib/main/MAVLink/common/../mavlink_helpers.h:88:28: warning: taking address of packed member of 'struct __mavlink_message' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
88 | crc_accumulate(crc_extra, &msg->checksum);
| ^~~~~~~~~~~~~~
In file included from ./lib/main/MAVLink/common/../protocol.h:85,
from ./lib/main/MAVLink/common/common.h:30,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/../mavlink_helpers.h: In function 'mavlink_start_checksum':
./lib/main/MAVLink/common/../mavlink_helpers.h:200:11: warning: taking address of packed member of 'struct __mavlink_message' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
200 | crc_init(&msg->checksum);
| ^~~~~~~~~~~~~~
./lib/main/MAVLink/common/../mavlink_helpers.h: In function 'mavlink_update_checksum':
./lib/main/MAVLink/common/../mavlink_helpers.h:205:20: warning: taking address of packed member of 'struct __mavlink_message' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
205 | crc_accumulate(c, &msg->checksum);
| ^~~~~~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1044,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_attitude_quaternion_cov.h: In function 'mavlink_msg_attitude_quaternion_cov_encode':
./lib/main/MAVLink/common/./mavlink_msg_attitude_quaternion_cov.h:147:142: warning: taking address of packed member of 'struct __mavlink_attitude_quaternion_cov_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
147 | return mavlink_msg_attitude_quaternion_cov_pack(system_id, component_id, msg, attitude_quaternion_cov->time_usec, attitude_quaternion_cov->q, attitude_quaternion_cov->rollspeed, attitude_quaternion_cov->pitchspeed, attitude_quaternion_cov->yawspeed, attitude_quaternion_cov->covariance);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from ./lib/main/MAVLink/common/common.h:1044,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_attitude_quaternion_cov.h:147:278: warning: taking address of packed member of 'struct __mavlink_attitude_quaternion_cov_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
147 | return mavlink_msg_attitude_quaternion_cov_pack(system_id, component_id, msg, attitude_quaternion_cov->time_usec, attitude_quaternion_cov->q, attitude_quaternion_cov->rollspeed, attitude_quaternion_cov->pitchspeed, attitude_quaternion_cov->yawspeed, attitude_quaternion_cov->covariance);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1044,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_attitude_quaternion_cov.h: In function 'mavlink_msg_attitude_quaternion_cov_encode_chan':
./lib/main/MAVLink/common/./mavlink_msg_attitude_quaternion_cov.h:161:153: warning: taking address of packed member of 'struct __mavlink_attitude_quaternion_cov_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
161 | return mavlink_msg_attitude_quaternion_cov_pack_chan(system_id, component_id, chan, msg, attitude_quaternion_cov->time_usec, attitude_quaternion_cov->q, attitude_quaternion_cov->rollspeed, attitude_quaternion_cov->pitchspeed, attitude_quaternion_cov->yawspeed, attitude_quaternion_cov->covariance);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from ./lib/main/MAVLink/common/common.h:1044,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_attitude_quaternion_cov.h:161:289: warning: taking address of packed member of 'struct __mavlink_attitude_quaternion_cov_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
161 | return mavlink_msg_attitude_quaternion_cov_pack_chan(system_id, component_id, chan, msg, attitude_quaternion_cov->time_usec, attitude_quaternion_cov->q, attitude_quaternion_cov->rollspeed, attitude_quaternion_cov->pitchspeed, attitude_quaternion_cov->yawspeed, attitude_quaternion_cov->covariance);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1046,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_global_position_int_cov.h: In function 'mavlink_msg_global_position_int_cov_encode':
./lib/main/MAVLink/common/./mavlink_msg_global_position_int_cov.h:182:399: warning: taking address of packed member of 'struct __mavlink_global_position_int_cov_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
182 | return mavlink_msg_global_position_int_cov_pack(system_id, component_id, msg, global_position_int_cov->time_usec, global_position_int_cov->estimator_type, global_position_int_cov->lat, global_position_int_cov->lon, global_position_int_cov->alt, global_position_int_cov->relative_alt, global_position_int_cov->vx, global_position_int_cov->vy, global_position_int_cov->vz, global_position_int_cov->covariance);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1046,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_global_position_int_cov.h: In function 'mavlink_msg_global_position_int_cov_encode_chan':
./lib/main/MAVLink/common/./mavlink_msg_global_position_int_cov.h:196:410: warning: taking address of packed member of 'struct __mavlink_global_position_int_cov_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
196 | return mavlink_msg_global_position_int_cov_pack_chan(system_id, component_id, chan, msg, global_position_int_cov->time_usec, global_position_int_cov->estimator_type, global_position_int_cov->lat, global_position_int_cov->lon, global_position_int_cov->alt, global_position_int_cov->relative_alt, global_position_int_cov->vx, global_position_int_cov->vy, global_position_int_cov->vz, global_position_int_cov->covariance);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1047,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_local_position_ned_cov.h: In function 'mavlink_msg_local_position_ned_cov_encode':
./lib/main/MAVLink/common/./mavlink_msg_local_position_ned_cov.h:200:428: warning: taking address of packed member of 'struct __mavlink_local_position_ned_cov_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
200 | return mavlink_msg_local_position_ned_cov_pack(system_id, component_id, msg, local_position_ned_cov->time_usec, local_position_ned_cov->estimator_type, local_position_ned_cov->x, local_position_ned_cov->y, local_position_ned_cov->z, local_position_ned_cov->vx, local_position_ned_cov->vy, local_position_ned_cov->vz, local_position_ned_cov->ax, local_position_ned_cov->ay, local_position_ned_cov->az, local_position_ned_cov->covariance);
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1047,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_local_position_ned_cov.h: In function 'mavlink_msg_local_position_ned_cov_encode_chan':
./lib/main/MAVLink/common/./mavlink_msg_local_position_ned_cov.h:214:439: warning: taking address of packed member of 'struct __mavlink_local_position_ned_cov_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
214 | return mavlink_msg_local_position_ned_cov_pack_chan(system_id, component_id, chan, msg, local_position_ned_cov->time_usec, local_position_ned_cov->estimator_type, local_position_ned_cov->x, local_position_ned_cov->y, local_position_ned_cov->z, local_position_ned_cov->vx, local_position_ned_cov->vy, local_position_ned_cov->vz, local_position_ned_cov->ax, local_position_ned_cov->ay, local_position_ned_cov->az, local_position_ned_cov->covariance);
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1059,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_set_attitude_target.h: In function 'mavlink_msg_set_attitude_target_encode':
./lib/main/MAVLink/common/./mavlink_msg_set_attitude_target.h:173:240: warning: taking address of packed member of 'struct __mavlink_set_attitude_target_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
173 | return mavlink_msg_set_attitude_target_pack(system_id, component_id, msg, set_attitude_target->time_boot_ms, set_attitude_target->target_system, set_attitude_target->target_component, set_attitude_target->type_mask, set_attitude_target->q, set_attitude_target->body_roll_rate, set_attitude_target->body_pitch_rate, set_attitude_target->body_yaw_rate, set_attitude_target->thrust);
| ~~~~~~~~~~~~~~~~~~~^~~
In file included from ./lib/main/MAVLink/common/common.h:1059,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_set_attitude_target.h: In function 'mavlink_msg_set_attitude_target_encode_chan':
./lib/main/MAVLink/common/./mavlink_msg_set_attitude_target.h:187:251: warning: taking address of packed member of 'struct __mavlink_set_attitude_target_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
187 | return mavlink_msg_set_attitude_target_pack_chan(system_id, component_id, chan, msg, set_attitude_target->time_boot_ms, set_attitude_target->target_system, set_attitude_target->target_component, set_attitude_target->type_mask, set_attitude_target->q, set_attitude_target->body_roll_rate, set_attitude_target->body_pitch_rate, set_attitude_target->body_yaw_rate, set_attitude_target->thrust);
| ~~~~~~~~~~~~~~~~~~~^~~
In file included from ./lib/main/MAVLink/common/common.h:1060,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_attitude_target.h: In function 'mavlink_msg_attitude_target_encode':
./lib/main/MAVLink/common/./mavlink_msg_attitude_target.h:155:149: warning: taking address of packed member of 'struct __mavlink_attitude_target_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
155 | return mavlink_msg_attitude_target_pack(system_id, component_id, msg, attitude_target->time_boot_ms, attitude_target->type_mask, attitude_target->q, attitude_target->body_roll_rate, attitude_target->body_pitch_rate, attitude_target->body_yaw_rate, attitude_target->thrust);
| ~~~~~~~~~~~~~~~^~~
In file included from ./lib/main/MAVLink/common/common.h:1060,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_attitude_target.h: In function 'mavlink_msg_attitude_target_encode_chan':
./lib/main/MAVLink/common/./mavlink_msg_attitude_target.h:169:160: warning: taking address of packed member of 'struct __mavlink_attitude_target_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
169 | return mavlink_msg_attitude_target_pack_chan(system_id, component_id, chan, msg, attitude_target->time_boot_ms, attitude_target->type_mask, attitude_target->q, attitude_target->body_roll_rate, attitude_target->body_pitch_rate, attitude_target->body_yaw_rate, attitude_target->thrust);
| ~~~~~~~~~~~~~~~^~~
In file included from ./lib/main/MAVLink/common/common.h:1069,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_hil_actuator_controls.h: In function 'mavlink_msg_hil_actuator_controls_encode':
./lib/main/MAVLink/common/./mavlink_msg_hil_actuator_controls.h:128:136: warning: taking address of packed member of 'struct __mavlink_hil_actuator_controls_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
128 | return mavlink_msg_hil_actuator_controls_pack(system_id, component_id, msg, hil_actuator_controls->time_usec, hil_actuator_controls->controls, hil_actuator_controls->mode, hil_actuator_controls->flags);
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1069,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_hil_actuator_controls.h: In function 'mavlink_msg_hil_actuator_controls_encode_chan':
./lib/main/MAVLink/common/./mavlink_msg_hil_actuator_controls.h:142:147: warning: taking address of packed member of 'struct __mavlink_hil_actuator_controls_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
142 | return mavlink_msg_hil_actuator_controls_pack_chan(system_id, component_id, chan, msg, hil_actuator_controls->time_usec, hil_actuator_controls->controls, hil_actuator_controls->mode, hil_actuator_controls->flags);
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1085,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_hil_state_quaternion.h: In function 'mavlink_msg_hil_state_quaternion_encode':
./lib/main/MAVLink/common/./mavlink_msg_hil_state_quaternion.h:236:133: warning: taking address of packed member of 'struct __mavlink_hil_state_quaternion_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
236 | return mavlink_msg_hil_state_quaternion_pack(system_id, component_id, msg, hil_state_quaternion->time_usec, hil_state_quaternion->attitude_quaternion, hil_state_quaternion->rollspeed, hil_state_quaternion->pitchspeed, hil_state_quaternion->yawspeed, hil_state_quaternion->lat, hil_state_quaternion->lon, hil_state_quaternion->alt, hil_state_quaternion->vx, hil_state_quaternion->vy, hil_state_quaternion->vz, hil_state_quaternion->ind_airspeed, hil_state_quaternion->true_airspeed, hil_state_quaternion->xacc, hil_state_quaternion->yacc, hil_state_quaternion->zacc);
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1085,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_hil_state_quaternion.h: In function 'mavlink_msg_hil_state_quaternion_encode_chan':
./lib/main/MAVLink/common/./mavlink_msg_hil_state_quaternion.h:250:144: warning: taking address of packed member of 'struct __mavlink_hil_state_quaternion_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
250 | return mavlink_msg_hil_state_quaternion_pack_chan(system_id, component_id, chan, msg, hil_state_quaternion->time_usec, hil_state_quaternion->attitude_quaternion, hil_state_quaternion->rollspeed, hil_state_quaternion->pitchspeed, hil_state_quaternion->yawspeed, hil_state_quaternion->lat, hil_state_quaternion->lon, hil_state_quaternion->alt, hil_state_quaternion->vx, hil_state_quaternion->vy, hil_state_quaternion->vz, hil_state_quaternion->ind_airspeed, hil_state_quaternion->true_airspeed, hil_state_quaternion->xacc, hil_state_quaternion->yacc, hil_state_quaternion->zacc);
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1104,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_terrain_data.h: In function 'mavlink_msg_terrain_data_encode':
./lib/main/MAVLink/common/./mavlink_msg_terrain_data.h:137:173: warning: taking address of packed member of 'struct __mavlink_terrain_data_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
137 | return mavlink_msg_terrain_data_pack(system_id, component_id, msg, terrain_data->lat, terrain_data->lon, terrain_data->grid_spacing, terrain_data->gridbit, terrain_data->data);
| ~~~~~~~~~~~~^~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1104,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_terrain_data.h: In function 'mavlink_msg_terrain_data_encode_chan':
./lib/main/MAVLink/common/./mavlink_msg_terrain_data.h:151:184: warning: taking address of packed member of 'struct __mavlink_terrain_data_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
151 | return mavlink_msg_terrain_data_pack_chan(system_id, component_id, chan, msg, terrain_data->lat, terrain_data->lon, terrain_data->grid_spacing, terrain_data->gridbit, terrain_data->data);
| ~~~~~~~~~~~~^~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1108,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_att_pos_mocap.h: In function 'mavlink_msg_att_pos_mocap_encode':
./lib/main/MAVLink/common/./mavlink_msg_att_pos_mocap.h:137:112: warning: taking address of packed member of 'struct __mavlink_att_pos_mocap_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
137 | return mavlink_msg_att_pos_mocap_pack(system_id, component_id, msg, att_pos_mocap->time_usec, att_pos_mocap->q, att_pos_mocap->x, att_pos_mocap->y, att_pos_mocap->z);
| ~~~~~~~~~~~~~^~~
In file included from ./lib/main/MAVLink/common/common.h:1108,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_att_pos_mocap.h: In function 'mavlink_msg_att_pos_mocap_encode_chan':
./lib/main/MAVLink/common/./mavlink_msg_att_pos_mocap.h:151:123: warning: taking address of packed member of 'struct __mavlink_att_pos_mocap_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
151 | return mavlink_msg_att_pos_mocap_pack_chan(system_id, component_id, chan, msg, att_pos_mocap->time_usec, att_pos_mocap->q, att_pos_mocap->x, att_pos_mocap->y, att_pos_mocap->z);
| ~~~~~~~~~~~~~^~~
In file included from ./lib/main/MAVLink/common/common.h:1109,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_set_actuator_control_target.h: In function 'mavlink_msg_set_actuator_control_target_encode':
./lib/main/MAVLink/common/./mavlink_msg_set_actuator_control_target.h:137:285: warning: taking address of packed member of 'struct __mavlink_set_actuator_control_target_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
137 | return mavlink_msg_set_actuator_control_target_pack(system_id, component_id, msg, set_actuator_control_target->time_usec, set_actuator_control_target->group_mlx, set_actuator_control_target->target_system, set_actuator_control_target->target_component, set_actuator_control_target->controls);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1109,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_set_actuator_control_target.h: In function 'mavlink_msg_set_actuator_control_target_encode_chan':
./lib/main/MAVLink/common/./mavlink_msg_set_actuator_control_target.h:151:296: warning: taking address of packed member of 'struct __mavlink_set_actuator_control_target_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
151 | return mavlink_msg_set_actuator_control_target_pack_chan(system_id, component_id, chan, msg, set_actuator_control_target->time_usec, set_actuator_control_target->group_mlx, set_actuator_control_target->target_system, set_actuator_control_target->target_component, set_actuator_control_target->controls);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1110,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_actuator_control_target.h: In function 'mavlink_msg_actuator_control_target_encode':
./lib/main/MAVLink/common/./mavlink_msg_actuator_control_target.h:119:178: warning: taking address of packed member of 'struct __mavlink_actuator_control_target_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
119 | return mavlink_msg_actuator_control_target_pack(system_id, component_id, msg, actuator_control_target->time_usec, actuator_control_target->group_mlx, actuator_control_target->controls);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1110,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_actuator_control_target.h: In function 'mavlink_msg_actuator_control_target_encode_chan':
./lib/main/MAVLink/common/./mavlink_msg_actuator_control_target.h:133:189: warning: taking address of packed member of 'struct __mavlink_actuator_control_target_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
133 | return mavlink_msg_actuator_control_target_pack_chan(system_id, component_id, chan, msg, actuator_control_target->time_usec, actuator_control_target->group_mlx, actuator_control_target->controls);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1114,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_follow_target.h: In function 'mavlink_msg_follow_target_encode':
./lib/main/MAVLink/common/./mavlink_msg_follow_target.h:195:205: warning: taking address of packed member of 'struct __mavlink_follow_target_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
195 | return mavlink_msg_follow_target_pack(system_id, component_id, msg, follow_target->timestamp, follow_target->est_capabilities, follow_target->lat, follow_target->lon, follow_target->alt, follow_target->vel, follow_target->acc, follow_target->attitude_q, follow_target->rates, follow_target->position_cov, follow_target->custom_state);
| ~~~~~~~~~~~~~^~~~~
./lib/main/MAVLink/common/./mavlink_msg_follow_target.h:195:225: warning: taking address of packed member of 'struct __mavlink_follow_target_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
195 | return mavlink_msg_follow_target_pack(system_id, component_id, msg, follow_target->timestamp, follow_target->est_capabilities, follow_target->lat, follow_target->lon, follow_target->alt, follow_target->vel, follow_target->acc, follow_target->attitude_q, follow_target->rates, follow_target->position_cov, follow_target->custom_state);
| ~~~~~~~~~~~~~^~~~~
./lib/main/MAVLink/common/./mavlink_msg_follow_target.h:195:245: warning: taking address of packed member of 'struct __mavlink_follow_target_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
195 | return mavlink_msg_follow_target_pack(system_id, component_id, msg, follow_target->timestamp, follow_target->est_capabilities, follow_target->lat, follow_target->lon, follow_target->alt, follow_target->vel, follow_target->acc, follow_target->attitude_q, follow_target->rates, follow_target->position_cov, follow_target->custom_state);
| ~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1114,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_follow_target.h:195:272: warning: taking address of packed member of 'struct __mavlink_follow_target_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
195 | return mavlink_msg_follow_target_pack(system_id, component_id, msg, follow_target->timestamp, follow_target->est_capabilities, follow_target->lat, follow_target->lon, follow_target->alt, follow_target->vel, follow_target->acc, follow_target->attitude_q, follow_target->rates, follow_target->position_cov, follow_target->custom_state);
| ~~~~~~~~~~~~~^~~~~~~
./lib/main/MAVLink/common/./mavlink_msg_follow_target.h:195:294: warning: taking address of packed member of 'struct __mavlink_follow_target_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
195 | return mavlink_msg_follow_target_pack(system_id, component_id, msg, follow_target->timestamp, follow_target->est_capabilities, follow_target->lat, follow_target->lon, follow_target->alt, follow_target->vel, follow_target->acc, follow_target->attitude_q, follow_target->rates, follow_target->position_cov, follow_target->custom_state);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1114,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_follow_target.h: In function 'mavlink_msg_follow_target_encode_chan':
./lib/main/MAVLink/common/./mavlink_msg_follow_target.h:209:216: warning: taking address of packed member of 'struct __mavlink_follow_target_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
209 | return mavlink_msg_follow_target_pack_chan(system_id, component_id, chan, msg, follow_target->timestamp, follow_target->est_capabilities, follow_target->lat, follow_target->lon, follow_target->alt, follow_target->vel, follow_target->acc, follow_target->attitude_q, follow_target->rates, follow_target->position_cov, follow_target->custom_state);
| ~~~~~~~~~~~~~^~~~~
./lib/main/MAVLink/common/./mavlink_msg_follow_target.h:209:236: warning: taking address of packed member of 'struct __mavlink_follow_target_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
209 | return mavlink_msg_follow_target_pack_chan(system_id, component_id, chan, msg, follow_target->timestamp, follow_target->est_capabilities, follow_target->lat, follow_target->lon, follow_target->alt, follow_target->vel, follow_target->acc, follow_target->attitude_q, follow_target->rates, follow_target->position_cov, follow_target->custom_state);
| ~~~~~~~~~~~~~^~~~~
In file included from ./lib/main/MAVLink/common/common.h:1114,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_follow_target.h:209:256: warning: taking address of packed member of 'struct __mavlink_follow_target_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
209 | return mavlink_msg_follow_target_pack_chan(system_id, component_id, chan, msg, follow_target->timestamp, follow_target->est_capabilities, follow_target->lat, follow_target->lon, follow_target->alt, follow_target->vel, follow_target->acc, follow_target->attitude_q, follow_target->rates, follow_target->position_cov, follow_target->custom_state);
| ~~~~~~~~~~~~~^~~~~~~~~~~~
./lib/main/MAVLink/common/./mavlink_msg_follow_target.h:209:283: warning: taking address of packed member of 'struct __mavlink_follow_target_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
209 | return mavlink_msg_follow_target_pack_chan(system_id, component_id, chan, msg, follow_target->timestamp, follow_target->est_capabilities, follow_target->lat, follow_target->lon, follow_target->alt, follow_target->vel, follow_target->acc, follow_target->attitude_q, follow_target->rates, follow_target->position_cov, follow_target->custom_state);
| ~~~~~~~~~~~~~^~~~~~~
./lib/main/MAVLink/common/./mavlink_msg_follow_target.h:209:305: warning: taking address of packed member of 'struct __mavlink_follow_target_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
209 | return mavlink_msg_follow_target_pack_chan(system_id, component_id, chan, msg, follow_target->timestamp, follow_target->est_capabilities, follow_target->lat, follow_target->lon, follow_target->alt, follow_target->vel, follow_target->acc, follow_target->attitude_q, follow_target->rates, follow_target->position_cov, follow_target->custom_state);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1115,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_control_system_state.h: In function 'mavlink_msg_control_system_state_encode':
./lib/main/MAVLink/common/./mavlink_msg_control_system_state.h:247:426: warning: taking address of packed member of 'struct __mavlink_control_system_state_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
247 | return mavlink_msg_control_system_state_pack(system_id, component_id, msg, control_system_state->time_usec, control_system_state->x_acc, control_system_state->y_acc, control_system_state->z_acc, control_system_state->x_vel, control_system_state->y_vel, control_system_state->z_vel, control_system_state->x_pos, control_system_state->y_pos, control_system_state->z_pos, control_system_state->airspeed, control_system_state->vel_variance, control_system_state->pos_variance, control_system_state->q, control_system_state->roll_rate, control_system_state->pitch_rate, control_system_state->yaw_rate);
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
./lib/main/MAVLink/common/./mavlink_msg_control_system_state.h:247:462: warning: taking address of packed member of 'struct __mavlink_control_system_state_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
247 | return mavlink_msg_control_system_state_pack(system_id, component_id, msg, control_system_state->time_usec, control_system_state->x_acc, control_system_state->y_acc, control_system_state->z_acc, control_system_state->x_vel, control_system_state->y_vel, control_system_state->z_vel, control_system_state->x_pos, control_system_state->y_pos, control_system_state->z_pos, control_system_state->airspeed, control_system_state->vel_variance, control_system_state->pos_variance, control_system_state->q, control_system_state->roll_rate, control_system_state->pitch_rate, control_system_state->yaw_rate);
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
./lib/main/MAVLink/common/./mavlink_msg_control_system_state.h:247:498: warning: taking address of packed member of 'struct __mavlink_control_system_state_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
247 | return mavlink_msg_control_system_state_pack(system_id, component_id, msg, control_system_state->time_usec, control_system_state->x_acc, control_system_state->y_acc, control_system_state->z_acc, control_system_state->x_vel, control_system_state->y_vel, control_system_state->z_vel, control_system_state->x_pos, control_system_state->y_pos, control_system_state->z_pos, control_system_state->airspeed, control_system_state->vel_variance, control_system_state->pos_variance, control_system_state->q, control_system_state->roll_rate, control_system_state->pitch_rate, control_system_state->yaw_rate);
| ~~~~~~~~~~~~~~~~~~~~^~~
In file included from ./lib/main/MAVLink/common/common.h:1115,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_control_system_state.h: In function 'mavlink_msg_control_system_state_encode_chan':
./lib/main/MAVLink/common/./mavlink_msg_control_system_state.h:261:437: warning: taking address of packed member of 'struct __mavlink_control_system_state_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
261 | return mavlink_msg_control_system_state_pack_chan(system_id, component_id, chan, msg, control_system_state->time_usec, control_system_state->x_acc, control_system_state->y_acc, control_system_state->z_acc, control_system_state->x_vel, control_system_state->y_vel, control_system_state->z_vel, control_system_state->x_pos, control_system_state->y_pos, control_system_state->z_pos, control_system_state->airspeed, control_system_state->vel_variance, control_system_state->pos_variance, control_system_state->q, control_system_state->roll_rate, control_system_state->pitch_rate, control_system_state->yaw_rate);
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
./lib/main/MAVLink/common/./mavlink_msg_control_system_state.h:261:473: warning: taking address of packed member of 'struct __mavlink_control_system_state_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
261 | return mavlink_msg_control_system_state_pack_chan(system_id, component_id, chan, msg, control_system_state->time_usec, control_system_state->x_acc, control_system_state->y_acc, control_system_state->z_acc, control_system_state->x_vel, control_system_state->y_vel, control_system_state->z_vel, control_system_state->x_pos, control_system_state->y_pos, control_system_state->z_pos, control_system_state->airspeed, control_system_state->vel_variance, control_system_state->pos_variance, control_system_state->q, control_system_state->roll_rate, control_system_state->pitch_rate, control_system_state->yaw_rate);
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
./lib/main/MAVLink/common/./mavlink_msg_control_system_state.h:261:509: warning: taking address of packed member of 'struct __mavlink_control_system_state_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
261 | return mavlink_msg_control_system_state_pack_chan(system_id, component_id, chan, msg, control_system_state->time_usec, control_system_state->x_acc, control_system_state->y_acc, control_system_state->z_acc, control_system_state->x_vel, control_system_state->y_vel, control_system_state->z_vel, control_system_state->x_pos, control_system_state->y_pos, control_system_state->z_pos, control_system_state->airspeed, control_system_state->vel_variance, control_system_state->pos_variance, control_system_state->q, control_system_state->roll_rate, control_system_state->pitch_rate, control_system_state->yaw_rate);
| ~~~~~~~~~~~~~~~~~~~~^~~
In file included from ./lib/main/MAVLink/common/common.h:1116,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_battery_status.h: In function 'mavlink_msg_battery_status_encode':
./lib/main/MAVLink/common/./mavlink_msg_battery_status.h:173:193: warning: taking address of packed member of 'struct __mavlink_battery_status_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
173 | return mavlink_msg_battery_status_pack(system_id, component_id, msg, battery_status->id, battery_status->battery_function, battery_status->type, battery_status->temperature, battery_status->voltages, battery_status->current_battery, battery_status->current_consumed, battery_status->energy_consumed, battery_status->battery_remaining);
| ~~~~~~~~~~~~~~^~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1116,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_battery_status.h: In function 'mavlink_msg_battery_status_encode_chan':
./lib/main/MAVLink/common/./mavlink_msg_battery_status.h:187:204: warning: taking address of packed member of 'struct __mavlink_battery_status_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
187 | return mavlink_msg_battery_status_pack_chan(system_id, component_id, chan, msg, battery_status->id, battery_status->battery_function, battery_status->type, battery_status->temperature, battery_status->voltages, battery_status->current_battery, battery_status->current_consumed, battery_status->energy_consumed, battery_status->battery_remaining);
| ~~~~~~~~~~~~~~^~~~~~~~~~
In file included from ./lib/main/MAVLink/common/common.h:1125,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_home_position.h: In function 'mavlink_msg_home_position_encode':
./lib/main/MAVLink/common/./mavlink_msg_home_position.h:182:216: warning: taking address of packed member of 'struct __mavlink_home_position_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
182 | return mavlink_msg_home_position_pack(system_id, component_id, msg, home_position->latitude, home_position->longitude, home_position->altitude, home_position->x, home_position->y, home_position->z, home_position->q, home_position->approach_x, home_position->approach_y, home_position->approach_z);
| ~~~~~~~~~~~~~^~~
In file included from ./lib/main/MAVLink/common/common.h:1125,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_home_position.h: In function 'mavlink_msg_home_position_encode_chan':
./lib/main/MAVLink/common/./mavlink_msg_home_position.h:196:227: warning: taking address of packed member of 'struct __mavlink_home_position_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
196 | return mavlink_msg_home_position_pack_chan(system_id, component_id, chan, msg, home_position->latitude, home_position->longitude, home_position->altitude, home_position->x, home_position->y, home_position->z, home_position->q, home_position->approach_x, home_position->approach_y, home_position->approach_z);
| ~~~~~~~~~~~~~^~~
In file included from ./lib/main/MAVLink/common/common.h:1126,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_set_home_position.h: In function 'mavlink_msg_set_home_position_encode':
./lib/main/MAVLink/common/./mavlink_msg_set_home_position.h:191:282: warning: taking address of packed member of 'struct __mavlink_set_home_position_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
191 | return mavlink_msg_set_home_position_pack(system_id, component_id, msg, set_home_position->target_system, set_home_position->latitude, set_home_position->longitude, set_home_position->altitude, set_home_position->x, set_home_position->y, set_home_position->z, set_home_position->q, set_home_position->approach_x, set_home_position->approach_y, set_home_position->approach_z);
| ~~~~~~~~~~~~~~~~~^~~
In file included from ./lib/main/MAVLink/common/common.h:1126,
from ./lib/main/MAVLink/common/mavlink.h:32,
from ./src/main/telemetry/mavlink.c:78:
./lib/main/MAVLink/common/./mavlink_msg_set_home_position.h: In function 'mavlink_msg_set_home_position_encode_chan':
./lib/main/MAVLink/common/./mavlink_msg_set_home_position.h:205:293: warning: taking address of packed member of 'struct __mavlink_set_home_position_t' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;]
205 | return mavlink_msg_set_home_position_pack_chan(system_id, component_id, chan, msg, set_home_position->target_system, set_home_position->latitude, set_home_position->longitude, set_home_position->altitude, set_home_position->x, set_home_position->y, set_home_position->z, set_home_position->q, set_home_position->approach_x, set_home_position->approach_y, set_home_position->approach_z);
| ~~~~~~~~~~~~~~~~~^~~
%% msp_shared.c
%% smartport.c
%% telemetry.c
%% vtx.c
%% vtx_string.c
%% vtx_smartaudio.c
%% vtx_tramp.c
%% vtx_control.c
%% system_stm32f4xx.c
%% accgyro.c
In file included from ./src/main/drivers/accgyro/accgyro.c:25:
./src/main/build/atomic.h:95:2: warning: #warning "Please verify that ATOMIC_BARRIER works as intended" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
95 | #warning "Please verify that ATOMIC_BARRIER works as intended"
| ^~~~~~~
%% accgyro_mpu.c
In file included from ./src/main/drivers/accgyro/accgyro_mpu.c:25:
./src/main/build/atomic.h:95:2: warning: #warning "Please verify that ATOMIC_BARRIER works as intended" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
95 | #warning "Please verify that ATOMIC_BARRIER works as intended"
| ^~~~~~~
%% adc_stm32f4xx.c
%% bus_i2c_stm32f40x.c
In file included from ./src/main/drivers/bus_i2c_stm32f40x.c:24:
./src/main/build/atomic.h:95:2: warning: #warning "Please verify that ATOMIC_BARRIER works as intended" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
95 | #warning "Please verify that ATOMIC_BARRIER works as intended"
| ^~~~~~~
%% inverter.c
%% serial_softserial.c
In file included from ./src/main/drivers/serial_softserial.c:32:
./src/main/build/atomic.h:95:2: warning: #warning "Please verify that ATOMIC_BARRIER works as intended" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
95 | #warning "Please verify that ATOMIC_BARRIER works as intended"
| ^~~~~~~
%% serial_uart_stm32f4xx.c
%% system_stm32f4xx.c
%% timer_impl_stdperiph.c
In file included from ./src/main/drivers/timer_impl_stdperiph.c:13:
./src/main/build/atomic.h:95:2: warning: #warning "Please verify that ATOMIC_BARRIER works as intended" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
95 | #warning "Please verify that ATOMIC_BARRIER works as intended"
| ^~~~~~~
%% timer_stm32f4xx.c
In file included from ./src/main/drivers/timer_stm32f4xx.c:13:
./src/main/build/atomic.h:95:2: warning: #warning "Please verify that ATOMIC_BARRIER works as intended" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
95 | #warning "Please verify that ATOMIC_BARRIER works as intended"
| ^~~~~~~
%% dma_stm32f4xx.c
%% accgyro_mpu6500.c
%% accgyro_mpu6000.c
%% barometer_bmp085.c
%% barometer_bmp280.c
%% barometer_ms56xx.c
%% compass_ak8963.c
%% compass_ak8975.c
%% compass_hmc5883l.c
%% compass_mag3110.c
%% compass_qmc5883l.c
%% compass_ist8310.c
%% compass_ist8308.c
%% pitotmeter_ms4525.c
%% light_ws2811strip.c
%% light_ws2811strip_stdperiph.c
%% flash_m25p16.c
%% flashfs.c
%% stm32f4xx_it.c
%% usb_bsp.c
%% usbd_desc.c
%% usbd_usr.c
%% usbd_cdc_vcp.c
%% serial_usb_vcp.c
%% usb_io.c
Linking AIRBOTF4
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: warning: -z relro ignored
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-sf_cos.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-sf_cos.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-sf_lrint.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-sf_lrint.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-sf_sin.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-sf_sin.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-w_sqrt.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-w_sqrt.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-wf_atan2.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-wf_atan2.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-wf_fmod.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-wf_fmod.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-wf_log2.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-wf_log2.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-wf_pow.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-wf_pow.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-wf_sqrt.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-wf_sqrt.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-e_sqrt.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-e_sqrt.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-ef_atan2.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-ef_atan2.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-ef_fmod.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-ef_fmod.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-ef_pow.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-ef_pow.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-ef_rem_pio2.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-ef_rem_pio2.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-ef_sqrt.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-ef_sqrt.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-kf_cos.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-kf_cos.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-kf_rem_pio2.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-kf_rem_pio2.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-kf_sin.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-kf_sin.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-math_errf.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-math_errf.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-sf_atan.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-sf_atan.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-sf_fabs.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-sf_fabs.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-sf_finite.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-sf_finite.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-sf_floor.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-sf_floor.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-sf_scalbn.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-sf_scalbn.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-wf_log.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-wf_log.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-ef_log.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-ef_log.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-sf_nan.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libm.a(lib_a-sf_nan.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-errno.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-errno.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-impure.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-impure.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-memcpy-stub.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-memcpy-stub.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-qsort.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-qsort.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strtok_r.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strtok_r.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-memcmp.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-memcmp.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-memmove.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-memmove.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-memset.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-memset.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strcat.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strcat.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strchr.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strchr.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strcpy.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strcpy.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strlen-stub.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strlen-stub.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strncmp.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strncmp.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strncpy.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strncpy.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strspn.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strspn.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strstr.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strstr.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strnlen.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/z46y4a4si6vah1xwyggwww90al6rh784-newlib-arm-none-eabi-4.1.0/arm-none-eabi/lib/libc.a(lib_a-strnlen.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/iz68cy3jij5dixd4yms52i5ly3hbwzhr-arm-none-eabi-stage-final-gcc-debug-10.3.0/lib/gcc/arm-none-eabi/10.3.0/libgcc.a(_popcountsi2.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/iz68cy3jij5dixd4yms52i5ly3hbwzhr-arm-none-eabi-stage-final-gcc-debug-10.3.0/lib/gcc/arm-none-eabi/10.3.0/libgcc.a(_popcountsi2.o)
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: error: obj/main/inav_AIRBOTF4.elf uses VFP register arguments, /nix/store/iz68cy3jij5dixd4yms52i5ly3hbwzhr-arm-none-eabi-stage-final-gcc-debug-10.3.0/lib/gcc/arm-none-eabi/10.3.0/libgcc.a(_udivmoddi4.o) does not
/nix/store/7pdwvgl4j77s1j4ckmjb4sgim1793cdg-arm-none-eabi-binutils-2.35.1/bin/arm-none-eabi-ld: failed to merge target specific data of file /nix/store/iz68cy3jij5dixd4yms52i5ly3hbwzhr-arm-none-eabi-stage-final-gcc-debug-10.3.0/lib/gcc/arm-none-eabi/10.3.0/libgcc.a(_udivmoddi4.o)
Memory region Used Size Region Size %age Used
FLASH: 244588 B 896 KB 26.66%
FLASH_CONFIG: 0 GB 128 KB 0.00%
RAM: 42472 B 128 KB 32.40%
CCM: 7804 B 64 KB 11.91%
BACKUP_SRAM: 0 GB 4 KB 0.00%
MEMORY_B1: 0 GB 0 GB
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:336: obj/main/inav_AIRBOTF4.elf] Error 1
make[1]: Leaving directory '/build/source'
make: *** [Makefile:379: AIRBOTF4] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment