This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

FDS and bootloader

Hello,

I want to use FDS with bootloader but i get this error and i'am not sure how to manage it cleanly:

Linking target: _build/nrf52840_xxaa_s140.out

_build/nrf52840_xxaa_s140/nrf_dfu_flash.c.o (symbol from plugin): In function `m_nrf_log_nrf_dfu_flash_logs_data_const':
(.text+0x0): multiple definition of `m_fs'
_build/nrf52840_xxaa_s140/fds.c.o (symbol from plugin):(.text+0x0): first defined here
collect2.exe: error: ld returned 1 exit status
../../../../10_Tools/nRF5_SDK_14.2.0_17b948a/components/toolchain/gcc/Makefile.common:292: recipe for target '_build/nrf52840_xxaa_s140.out' failed
mingw32-make: *** [_build/nrf52840_xxaa_s140.out] Error 1

Related