<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>SDK 15 linker issue nrfx_common.ld and undefined references</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48931/sdk-15-linker-issue-nrfx_common-ld-and-undefined-references</link><description>Hi, 
 I got some issues with migrating from SDK 14.0.0 to SDK 15.3.0 on a project that was developped from the previous developper. I have already done a lot of migration modifications. The softdevice is 6.1.1. 
 Problem looks to be about the linker.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 22 Jul 2019 09:20:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48931/sdk-15-linker-issue-nrfx_common-ld-and-undefined-references" /><item><title>RE: SDK 15 linker issue nrfx_common.ld and undefined references</title><link>https://devzone.nordicsemi.com/thread/199707?ContentTypeID=1</link><pubDate>Mon, 22 Jul 2019 09:20:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9e2dc13-f14d-4db5-9c35-c86d240ba1ee</guid><dc:creator>Lenan</dc:creator><description>&lt;p&gt;Thank you Jorgen, it builds now. Actually yes it missed a lot of sources files for &amp;quot;sub-functions&amp;quot; and so the enabling of some modules also in sdk_config.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Alan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 15 linker issue nrfx_common.ld and undefined references</title><link>https://devzone.nordicsemi.com/thread/195534?ContentTypeID=1</link><pubDate>Mon, 01 Jul 2019 08:24:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d6bb487-445c-40b5-b818-5c8350358685</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Did you include all the source files in your Makefile, and are the modules enabled in your sdk_config.h file? Can you post the makefile, and the path you have the SDK located in?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 15 linker issue nrfx_common.ld and undefined references</title><link>https://devzone.nordicsemi.com/thread/195179?ContentTypeID=1</link><pubDate>Thu, 27 Jun 2019 13:46:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bbc50965-bdcd-4ac3-a5c9-b4ebb4330a0f</guid><dc:creator>Lenan</dc:creator><description>&lt;p&gt;Yes SDK_ROOT is correctly defined to the path of the rooth of SDK. Here below the undefined reference I got.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Compiling file: timers.c
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2018-q2-update/bin/arm-none-eabi-gcc&amp;#39; -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/timers.c.o ../../../../nRF5_SDK_15.3.0_59ac345/external/freertos/source/timers.c -DBLE_STACK_SUPPORT_REQD -DCONFIG_GPIO_AS_PINRESET -DNRF52 -DFREERTOS -DNRF52832_XXAA -DNRF52_PAN_12 -DNRF52_PAN_15 -DNRF52_PAN_20 -DNRF52_PAN_31 -DNRF52_PAN_36 -DNRF52_PAN_51 -DNRF52_PAN_54 -DNRF52_PAN_55 -DNRF52_PAN_58 -DNRF52_PAN_64 -DNRF52_PAN_74 -DNRF_DFU_SVCI_ENABLED -DNRF_DFU_TRANSPORT_BLE=1 -DNRF_SD_BLE_API_VERSION=6 -DS132 -DSOFTDEVICE_PRESENT -DNRF_LOG_USES_RTT=1 -DSWI_DISABLE0 -DARM_MATH_CM4 -D__HEAP_SIZE=1024 -D__STACK_SIZE=2048 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -O3 -g3 -Wfatal-errors -Wno-error=misleading-indentation -Wno-error=unused-variable -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=implicit-function-declaration -Wno-error=pointer-compare -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin --short-enums -I../../../SOURCE/Application/config -I../../../SOURCE/Application/functions -I../../../SOURCE/Application/osTasks -I../../../SOURCE/Application/common -I../../../SOURCE/Application/events -I../../../SOURCE/Application/ble_custom -I../../../SOURCE/BoardSupport/board -I../../../SOURCE/BoardSupport/deviceDrivers/max30102 -I../../../SOURCE/BoardSupport/deviceDrivers/bno055 -I../../../SOURCE/BoardSupport/deviceDrivers/adxl375 -I../../../SOURCE/BoardSupport/deviceDrivers/rgbLeds -I../../../SOURCE/BoardSupport/deviceDrivers/sdCard -I../../../SOURCE/BoardSupport/peripheralConfig -I../../../SOURCE/SeggerSystemView/config -I../../../SOURCE/SeggerSystemView/segger -I../../../SOURCE/SeggerSystemView/system/config -I../../../SOURCE/SeggerSystemView/system/os -I../../../../nRF5_SDK_15.3.0_59ac345/components -I../../../../nRF5_SDK_15.3.0_59ac345/external/fatfs/port -I../../../../nRF5_SDK_15.3.0_59ac345/external/fatfs/src -I../../../../nRF5_SDK_15.3.0_59ac345/components/drivers_nrf/spi_master -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/atomic_flags -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/block_dev/sdc -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/block_dev -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/sdcard -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/strerror -I../../../../nRF5_SDK_15.3.0_59ac345/components/toolchain/cmsis/include -I../../../../nRF5_SDK_15.3.0_59ac345/external/freertos/source/include -I../../../../nRF5_SDK_15.3.0_59ac345/external/freertos/source -I../../../SOURCE/FreertosSystemViewCompatible -I../../../../nRF5_SDK_15.3.0_59ac345/modules/nrfx/hal -I../../../../nRF5_SDK_15.3.0_59ac345/components/toolchain/gcc -I../../../../nRF5_SDK_15.3.0_59ac345/components/toolchain -I../../../../nRF5_SDK_15.3.0_59ac345/modules/nrfx/drivers/include -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/timer -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/bootloader -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/bootloader/dfu -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/bootloader/ble_dfu -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/svc -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/pwr_mgmt -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/mutex -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/util -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fstorage -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/experimental_section_vars -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log/src -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/memobj -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/balloc -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/scheduler -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/atomic -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/cli -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/queue -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/ringbuf -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/atomic_fifo -I../../../../nRF5_SDK_15.3.0_59ac345/components/softdevice/common -I../../../../nRF5_SDK_15.3.0_59ac345/components/softdevice/s132/headers -I../../../../nRF5_SDK_15.3.0_59ac345/components/softdevice/s132/headers/nrf52 -I../../../../nRF5_SDK_15.3.0_59ac345/external/protothreads/pt-1.4 -I../../../../nRF5_SDK_15.3.0_59ac345/external/protothreads -I../../../../nRF5_SDK_15.3.0_59ac345/external/freertos/portable/GCC/nrf52 -I../../../../nRF5_SDK_15.3.0_59ac345/external/fprintf -I../../../../nRF5_SDK_15.3.0_59ac345/components/drivers_nrf/twi_master -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/delay -I../../../../nRF5_SDK_15.3.0_59ac345/components/ble/ble_advertising -I../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common -I../../../../nRF5_SDK_15.3.0_59ac345/components/ble/peer_manager -I../../../../nRF5_SDK_15.3.0_59ac345/components/ble/nrf_ble_gatt -I../../../../nRF5_SDK_15.3.0_59ac345/components/ble/ble_services/ble_dis -I../../../../nRF5_SDK_15.3.0_59ac345/components/ble/ble_services/ble_bas -I../../../../nRF5_SDK_15.3.0_59ac345/components/ble/ble_services/ble_hrs -I../../../../nRF5_SDK_15.3.0_59ac345/components/ble/ble_services/ble_dfu -I../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/t2t_lib -I../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/ndef/parser/message -I../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/ndef/parser/record -I../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/ndef/generic/message -I../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/ndef/generic/record -I../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/ndef/text -I../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/t2t_parser -I../../../../nRF5_SDK_15.3.0_59ac345/components/softdevice/s132/headers -I../../../../nRF5_SDK_15.3.0_59ac345/components/softdevice/common/ -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/low_power_pwm -I../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx -I../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy -I../../../../nRF5_SDK_15.3.0_59ac345/modules/nrfx -I../../../../nRF5_SDK_15.3.0_59ac345/modules/nrfx/drivers/include -I../../../../nRF5_SDK_15.3.0_59ac345/modules/nrfx/mdk
Compiling file: app_scheduler.c
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2018-q2-update/bin/arm-none-eabi-gcc&amp;#39; -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/app_scheduler.c.o ../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/scheduler/app_scheduler.c -DBLE_STACK_SUPPORT_REQD -DCONFIG_GPIO_AS_PINRESET -DNRF52 -DFREERTOS -DNRF52832_XXAA -DNRF52_PAN_12 -DNRF52_PAN_15 -DNRF52_PAN_20 -DNRF52_PAN_31 -DNRF52_PAN_36 -DNRF52_PAN_51 -DNRF52_PAN_54 -DNRF52_PAN_55 -DNRF52_PAN_58 -DNRF52_PAN_64 -DNRF52_PAN_74 -DNRF_DFU_SVCI_ENABLED -DNRF_DFU_TRANSPORT_BLE=1 -DNRF_SD_BLE_API_VERSION=6 -DS132 -DSOFTDEVICE_PRESENT -DNRF_LOG_USES_RTT=1 -DSWI_DISABLE0 -DARM_MATH_CM4 -D__HEAP_SIZE=1024 -D__STACK_SIZE=2048 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -O3 -g3 -Wfatal-errors -Wno-error=misleading-indentation -Wno-error=unused-variable -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=implicit-function-declaration -Wno-error=pointer-compare -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin --short-enums -I../../../SOURCE/Application/config -I../../../SOURCE/Application/functions -I../../../SOURCE/Application/osTasks -I../../../SOURCE/Application/common -I../../../SOURCE/Application/events -I../../../SOURCE/Application/ble_custom -I../../../SOURCE/BoardSupport/board -I../../../SOURCE/BoardSupport/deviceDrivers/max30102 -I../../../SOURCE/BoardSupport/deviceDrivers/bno055 -I../../../SOURCE/BoardSupport/deviceDrivers/adxl375 -I../../../SOURCE/BoardSupport/deviceDrivers/rgbLeds -I../../../SOURCE/BoardSupport/deviceDrivers/sdCard -I../../../SOURCE/BoardSupport/peripheralConfig -I../../../SOURCE/SeggerSystemView/config -I../../../SOURCE/SeggerSystemView/segger -I../../../SOURCE/SeggerSystemView/system/config -I../../../SOURCE/SeggerSystemView/system/os -I../../../../nRF5_SDK_15.3.0_59ac345/components -I../../../../nRF5_SDK_15.3.0_59ac345/external/fatfs/port -I../../../../nRF5_SDK_15.3.0_59ac345/external/fatfs/src -I../../../../nRF5_SDK_15.3.0_59ac345/components/drivers_nrf/spi_master -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/atomic_flags -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/block_dev/sdc -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/block_dev -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/sdcard -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/strerror -I../../../../nRF5_SDK_15.3.0_59ac345/components/toolchain/cmsis/include -I../../../../nRF5_SDK_15.3.0_59ac345/external/freertos/source/include -I../../../../nRF5_SDK_15.3.0_59ac345/external/freertos/source -I../../../SOURCE/FreertosSystemViewCompatible -I../../../../nRF5_SDK_15.3.0_59ac345/modules/nrfx/hal -I../../../../nRF5_SDK_15.3.0_59ac345/components/toolchain/gcc -I../../../../nRF5_SDK_15.3.0_59ac345/components/toolchain -I../../../../nRF5_SDK_15.3.0_59ac345/modules/nrfx/drivers/include -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/timer -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/bootloader -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/bootloader/dfu -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/bootloader/ble_dfu -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/svc -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/pwr_mgmt -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/mutex -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/util -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fstorage -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/experimental_section_vars -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log/src -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/memobj -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/balloc -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/scheduler -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/atomic -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/cli -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/queue -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/ringbuf -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/atomic_fifo -I../../../../nRF5_SDK_15.3.0_59ac345/components/softdevice/common -I../../../../nRF5_SDK_15.3.0_59ac345/components/softdevice/s132/headers -I../../../../nRF5_SDK_15.3.0_59ac345/components/softdevice/s132/headers/nrf52 -I../../../../nRF5_SDK_15.3.0_59ac345/external/protothreads/pt-1.4 -I../../../../nRF5_SDK_15.3.0_59ac345/external/protothreads -I../../../../nRF5_SDK_15.3.0_59ac345/external/freertos/portable/GCC/nrf52 -I../../../../nRF5_SDK_15.3.0_59ac345/external/fprintf -I../../../../nRF5_SDK_15.3.0_59ac345/components/drivers_nrf/twi_master -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/delay -I../../../../nRF5_SDK_15.3.0_59ac345/components/ble/ble_advertising -I../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common -I../../../../nRF5_SDK_15.3.0_59ac345/components/ble/peer_manager -I../../../../nRF5_SDK_15.3.0_59ac345/components/ble/nrf_ble_gatt -I../../../../nRF5_SDK_15.3.0_59ac345/components/ble/ble_services/ble_dis -I../../../../nRF5_SDK_15.3.0_59ac345/components/ble/ble_services/ble_bas -I../../../../nRF5_SDK_15.3.0_59ac345/components/ble/ble_services/ble_hrs -I../../../../nRF5_SDK_15.3.0_59ac345/components/ble/ble_services/ble_dfu -I../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/t2t_lib -I../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/ndef/parser/message -I../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/ndef/parser/record -I../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/ndef/generic/message -I../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/ndef/generic/record -I../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/ndef/text -I../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/t2t_parser -I../../../../nRF5_SDK_15.3.0_59ac345/components/softdevice/s132/headers -I../../../../nRF5_SDK_15.3.0_59ac345/components/softdevice/common/ -I../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/low_power_pwm -I../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx -I../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy -I../../../../nRF5_SDK_15.3.0_59ac345/modules/nrfx -I../../../../nRF5_SDK_15.3.0_59ac345/modules/nrfx/drivers/include -I../../../../nRF5_SDK_15.3.0_59ac345/modules/nrfx/mdk
Compiling file: app_error.c
&lt;/pre&gt;&lt;pre class="ui-code" data-mode="text"&gt;Linking target: _build/nrf52832_xxaa.out
&amp;quot;make&amp;quot; -s --no-print-directory -f &amp;quot;../../../../nRF5_SDK_15.3.0_59ac345/components/toolchain/gcc/dump.mk&amp;quot; VARIABLE=CONTENT_TO_DUMP &amp;gt; _build/nrf52832_xxaa.in
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2018-q2-update/bin/arm-none-eabi-gcc&amp;#39; -mthumb -mabi=aapcs -L../../../../nRF5_SDK_15.3.0_59ac345/modules/nrfx/mdk -Tkassius.ld -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Wl,--gc-sections --specs=nano.specs  @_build/nrf52832_xxaa.in -Wl,-Map=_build/nrf52832_xxaa.map -o _build/nrf52832_xxaa.out
_build/nrf52832_xxaa/ks_main.c.o: In function `app_init&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/ks_main.c:110: undefined reference to `nrf_drv_clock_init&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/ks_main.c:118: undefined reference to `nrfx_gpiote_init&amp;#39;
_build/nrf52832_xxaa/ks_main.c.o: In function `nrf_drv_twi_uninit&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:500: undefined reference to `nrfx_twim_uninit&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:500: undefined reference to `nrfx_twim_uninit&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:500: undefined reference to `nrfx_twim_uninit&amp;#39;
_build/nrf52832_xxaa/ks_imu_calibration.c.o: In function `fs_evt_handler&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/functions/ks_imu_calibration.c:545: undefined reference to `traceISR_EXIT_TO_SCHEDULER&amp;#39;
_build/nrf52832_xxaa/ks_imu_calibration.c.o: In function `nrf_drv_twi_uninit&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:500: undefined reference to `nrfx_twim_uninit&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:500: undefined reference to `nrfx_twim_uninit&amp;#39;
_build/nrf52832_xxaa/ks_vbat_soc_meas.c.o: In function `battery_voltage_get&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/functions/ks_vbat_soc_meas.c:54: undefined reference to `nrfx_saadc_sample_convert&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/functions/ks_vbat_soc_meas.c:54: undefined reference to `nrfx_saadc_sample_convert&amp;#39;
_build/nrf52832_xxaa/ks_low_power.c.o: In function `nrf_drv_twi_uninit&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:500: undefined reference to `nrfx_twim_uninit&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:500: undefined reference to `nrfx_twim_uninit&amp;#39;
_build/nrf52832_xxaa/ks_low_power.c.o: In function `nrf_drv_spi_uninit&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_spi.h:482: undefined reference to `nrfx_spim_uninit&amp;#39;
_build/nrf52832_xxaa/ks_low_power.c.o: In function `peripherals_low_power_enter&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/functions/ks_low_power.c:40: undefined reference to `nrfx_saadc_channel_uninit&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/functions/ks_low_power.c:41: undefined reference to `nrfx_saadc_uninit&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/functions/ks_low_power.c:44: undefined reference to `nrfx_gpiote_uninit&amp;#39;
_build/nrf52832_xxaa/ks_low_power.c.o: In function `nrf_drv_twi_uninit&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:500: undefined reference to `nrfx_twim_uninit&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:500: undefined reference to `nrfx_twim_uninit&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:500: undefined reference to `nrfx_twim_uninit&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:500: undefined reference to `nrfx_twim_uninit&amp;#39;
_build/nrf52832_xxaa/ks_i2c_events.c.o: In function `imu_twi_handler&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/events/ks_i2c_events.c:33: undefined reference to `traceISR_EXIT_TO_SCHEDULER&amp;#39;
_build/nrf52832_xxaa/ks_i2c_events.c.o: In function `hrm_twi_handler&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/events/ks_i2c_events.c:72: undefined reference to `traceISR_EXIT_TO_SCHEDULER&amp;#39;
_build/nrf52832_xxaa/ks_spi_events.c.o: In function `accel_spi_handler&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/events/ks_spi_events.c:17: undefined reference to `traceISR_EXIT_TO_SCHEDULER&amp;#39;
_build/nrf52832_xxaa/ks_timer_events.c.o: In function `timer1_event_handler&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/events/ks_timer_events.c:25: undefined reference to `traceISR_EXIT_TO_SCHEDULER&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/events/ks_timer_events.c:41: undefined reference to `traceISR_EXIT_TO_SCHEDULER&amp;#39;
_build/nrf52832_xxaa/ks_gpiote_events.c.o:C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/events/ks_gpiote_events.c:22: more undefined references to `traceISR_EXIT_TO_SCHEDULER&amp;#39; follow
_build/nrf52832_xxaa/ks_ble_task.c.o: In function `timers_init&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/osTasks/ks_ble_task.c:302: undefined reference to `app_timer_init&amp;#39;
_build/nrf52832_xxaa/ks_nfc_task.c.o: In function `nfc_msg_record_add&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/osTasks/ks_nfc_task.c:62: undefined reference to `nfc_text_rec_type_field&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/osTasks/ks_nfc_task.c:62: undefined reference to `nfc_text_rec_payload_constructor&amp;#39;
_build/nrf52832_xxaa/ks_imu_sampler_task.c.o: In function `nrf_drv_twi_uninit&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:500: undefined reference to `nrfx_twim_uninit&amp;#39;
_build/nrf52832_xxaa/ks_hrm_sampler_task.c.o: In function `nrf_drv_twi_uninit&amp;#39;:
&lt;/pre&gt;&lt;pre class="ui-code" data-mode="text"&gt;C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:500: undefined reference to `nrfx_twim_uninit&amp;#39;
_build/nrf52832_xxaa/ble_common_freertos.c.o: In function `on_ble_evt&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/ble_custom/ble_common_freertos.c:863: undefined reference to `traceISR_EXIT_TO_SCHEDULER&amp;#39;
_build/nrf52832_xxaa/ble_common_freertos.c.o: In function `connection_setup_handler&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/ble_custom/ble_common_freertos.c:235: undefined reference to `traceISR_EXIT_TO_SCHEDULER&amp;#39;
_build/nrf52832_xxaa/ble_common_freertos.c.o: In function `advertising_start&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/ble_custom/ble_common_freertos.c:1117: undefined reference to `ble_advertising_start&amp;#39;
_build/nrf52832_xxaa/ble_common_freertos.c.o: In function `training_setup_handler&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/ble_custom/ble_common_freertos.c:235: undefined reference to `traceISR_EXIT_TO_SCHEDULER&amp;#39;
_build/nrf52832_xxaa/ble_common_freertos.c.o: In function `exercise_setup_handler&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/ble_custom/ble_common_freertos.c:235: undefined reference to `traceISR_EXIT_TO_SCHEDULER&amp;#39;
_build/nrf52832_xxaa/ble_common_freertos.c.o: In function `calibration_setup_handler&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/ble_custom/ble_common_freertos.c:235: undefined reference to `traceISR_EXIT_TO_SCHEDULER&amp;#39;
_build/nrf52832_xxaa/ble_common_freertos.c.o: In function `sdcard_setup_handler&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/ble_custom/ble_common_freertos.c:235: undefined reference to `traceISR_EXIT_TO_SCHEDULER&amp;#39;
_build/nrf52832_xxaa/ble_common_freertos.c.o: In function `powermode_setup_handler&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/ble_custom/ble_common_freertos.c:235: undefined reference to `traceISR_EXIT_TO_SCHEDULER&amp;#39;
_build/nrf52832_xxaa/ble_common_freertos.c.o:C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/ble_custom/ble_common_freertos.c:235: more undefined references to `traceISR_EXIT_TO_SCHEDULER&amp;#39; follow
_build/nrf52832_xxaa/ble_common_freertos.c.o: In function `gatt_init&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/ble_custom/ble_common_freertos.c:696: undefined reference to `nrf_ble_gatt_init&amp;#39;
_build/nrf52832_xxaa/ble_common_freertos.c.o: In function `conn_params_init&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/ble_custom/ble_common_freertos.c:756: undefined reference to `ble_conn_params_init&amp;#39;
_build/nrf52832_xxaa/ble_common_freertos.c.o: In function `advertising_init&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/ble_custom/ble_common_freertos.c:1096: undefined reference to `ble_advertising_init&amp;#39;
_build/nrf52832_xxaa/ble_common_freertos.c.o: In function `advertising_start&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/ble_custom/ble_common_freertos.c:1117: undefined reference to `ble_advertising_start&amp;#39;
_build/nrf52832_xxaa/ble_common_freertos.c.o:C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/ble_custom/ble_common_freertos.c:83: undefined reference to `nrf_ble_gatt_on_ble_evt&amp;#39;
_build/nrf52832_xxaa/ble_common_freertos.c.o:C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/Application/ble_custom/ble_common_freertos.c:81: undefined reference to `ble_advertising_on_ble_evt&amp;#39;
_build/nrf52832_xxaa/ks_i2c.c.o: In function `nrf_drv_twi_enable&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:513: undefined reference to `nrfx_twim_enable&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:513: undefined reference to `nrfx_twim_enable&amp;#39;
_build/nrf52832_xxaa/ks_gpiote.c.o: In function `accel_int_detect_pin_config&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/BoardSupport/peripheralConfig/ks_gpiote.c:14: undefined reference to `nrfx_gpiote_in_init&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/BoardSupport/peripheralConfig/ks_gpiote.c:17: undefined reference to `nrfx_gpiote_in_event_enable&amp;#39;
_build/nrf52832_xxaa/ks_gpiote.c.o: In function `hrm_int_detect_pin_config&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/BoardSupport/peripheralConfig/ks_gpiote.c:24: undefined reference to `nrfx_gpiote_in_init&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/BoardSupport/peripheralConfig/ks_gpiote.c:27: undefined reference to `nrfx_gpiote_in_event_enable&amp;#39;
_build/nrf52832_xxaa/ks_saadc.c.o: In function `nrf_drv_saadc_init&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_saadc.h:134: undefined reference to `nrfx_saadc_init&amp;#39;
_build/nrf52832_xxaa/ks_saadc.c.o: In function `vbat_adc_init&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/BoardSupport/peripheralConfig/ks_saadc.c:21: undefined reference to `nrfx_saadc_channel_init&amp;#39;
_build/nrf52832_xxaa/bno055_driver.c.o: In function `nrf_drv_twi_tx&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:544: undefined reference to `nrfx_twim_tx&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:544: undefined reference to `nrfx_twim_tx&amp;#39;
_build/nrf52832_xxaa/bno055_driver.c.o: In function `nrf_drv_twi_rx&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:564: undefined reference to `nrfx_twim_rx&amp;#39;
_build/nrf52832_xxaa/adxl375_driver.c.o: In function `nrf_drv_spi_transfer&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_spi.h:508: undefined reference to `nrfx_spim_xfer&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_spi.h:508: undefined reference to `nrfx_spim_xfer&amp;#39;
_build/nrf52832_xxaa/max30102_driver.c.o: In function `nrf_drv_twi_tx&amp;#39;:
&lt;/pre&gt;&lt;pre class="ui-code" data-mode="text"&gt;_build/nrf52832_xxaa/fds.c.o: In function `queue_init&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:1673: undefined reference to `nrf_atfifo_init&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `queue_buf_get&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:602: undefined reference to `nrf_atfifo_item_alloc&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `queue_buf_store&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:612: undefined reference to `nrf_atfifo_item_put&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `queue_start&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:1483: undefined reference to `nrf_atomic_u32_fetch_add&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `fds_record_open&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:1802: undefined reference to `nrf_atomic_u32_add&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `queue_buf_get&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:602: undefined reference to `nrf_atfifo_item_alloc&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `record_id_new&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:404: undefined reference to `nrf_atomic_u32_add&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `queue_buf_store&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:612: undefined reference to `nrf_atfifo_item_put&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `queue_start&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:1483: undefined reference to `nrf_atomic_u32_fetch_add&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `queue_buf_get&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:602: undefined reference to `nrf_atfifo_item_alloc&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `record_id_new&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:404: undefined reference to `nrf_atomic_u32_add&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `queue_buf_store&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:612: undefined reference to `nrf_atfifo_item_put&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `queue_start&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:1483: undefined reference to `nrf_atomic_u32_fetch_add&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `queue_buf_get&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:602: undefined reference to `nrf_atfifo_item_alloc&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `queue_buf_store&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:612: undefined reference to `nrf_atfifo_item_put&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `queue_start&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:1483: undefined reference to `nrf_atomic_u32_fetch_add&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `queue_buf_get&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:602: undefined reference to `nrf_atfifo_item_alloc&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `queue_buf_store&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:612: undefined reference to `nrf_atfifo_item_put&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `queue_start&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:1483: undefined reference to `nrf_atomic_u32_fetch_add&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:1483: undefined reference to `nrf_atomic_u32_fetch_add&amp;#39;
_build/nrf52832_xxaa/nrf_fstorage_sd.c.o: In function `uninit&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fstorage/nrf_fstorage_sd.c:401: undefined reference to `nrf_atfifo_clear&amp;#39;
_build/nrf52832_xxaa/nrf_fstorage_sd.c.o: In function `init&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fstorage/nrf_fstorage_sd.c:379: undefined reference to `nrf_atomic_flag_set_fetch&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fstorage/nrf_fstorage_sd.c:384: undefined reference to `nrf_atfifo_init&amp;#39;
_build/nrf52832_xxaa/nrf_fstorage_sd.c.o: In function `queue_free&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fstorage/nrf_fstorage_sd.c:223: undefined reference to `nrf_atfifo_item_free&amp;#39;
_build/nrf52832_xxaa/nrf_fstorage_sd.c.o: In function `queue_load_next&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fstorage/nrf_fstorage_sd.c:230: undefined reference to `nrf_atfifo_item_get&amp;#39;
_build/nrf52832_xxaa/nrf_fstorage_sd.c.o: In function `queue_free&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fstorage/nrf_fstorage_sd.c:223: undefined reference to `nrf_atfifo_item_free&amp;#39;
&lt;/pre&gt;&lt;pre class="ui-code" data-mode="text"&gt;_build/nrf52832_xxaa/nrf_fstorage_sd.c.o: In function `write&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fstorage/nrf_fstorage_sd.c:417: undefined reference to `nrf_atfifo_item_alloc&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fstorage/nrf_fstorage_sd.c:435: undefined reference to `nrf_atfifo_item_put&amp;#39;
_build/nrf52832_xxaa/nrf_fstorage_sd.c.o: In function `queue_start&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fstorage/nrf_fstorage_sd.c:305: undefined reference to `nrf_atomic_flag_set_fetch&amp;#39;
_build/nrf52832_xxaa/nrf_fstorage_sd.c.o: In function `erase&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fstorage/nrf_fstorage_sd.c:460: undefined reference to `nrf_atfifo_item_alloc&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fstorage/nrf_fstorage_sd.c:477: undefined reference to `nrf_atfifo_item_put&amp;#39;
_build/nrf52832_xxaa/nrf_fstorage_sd.c.o: In function `queue_start&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fstorage/nrf_fstorage_sd.c:305: undefined reference to `nrf_atomic_flag_set_fetch&amp;#39;
_build/nrf52832_xxaa/nrf_fstorage_sd.c.o: In function `queue_free&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fstorage/nrf_fstorage_sd.c:223: undefined reference to `nrf_atfifo_item_free&amp;#39;
_build/nrf52832_xxaa/nrf_fstorage_sd.c.o: In function `queue_load_next&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fstorage/nrf_fstorage_sd.c:230: undefined reference to `nrf_atfifo_item_get&amp;#39;
_build/nrf52832_xxaa/nrf_fstorage_sd.c.o: In function `queue_free&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fstorage/nrf_fstorage_sd.c:223: undefined reference to `nrf_atfifo_item_free&amp;#39;
_build/nrf52832_xxaa/nrf_pwr_mgmt.c.o: In function `nrf_mtx_trylock&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/mutex/nrf_mtx.h:135: undefined reference to `nrf_atomic_u32_fetch_store&amp;#39;
_build/nrf52832_xxaa/nrf_drv_twi.c.o: In function `nrf_drv_twi_init&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.c:179: undefined reference to `nrfx_twim_init&amp;#39;
_build/nrf52832_xxaa/ble_conn_state.c.o: In function `record_purge_disconnected&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:183: undefined reference to `nrf_atomic_u32_and&amp;#39;
_build/nrf52832_xxaa/ble_conn_state.c.o: In function `conn_handle_list_get&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:106: undefined reference to `nrf_atflags_get&amp;#39;
_build/nrf52832_xxaa/ble_conn_state.c.o: In function `record_invalidate&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:160: undefined reference to `nrf_atflags_clear&amp;#39;
_build/nrf52832_xxaa/ble_conn_state.c.o: In function `ble_evt_handler&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:248: undefined reference to `nrf_atflags_set&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:251: undefined reference to `nrf_atflags_set&amp;#39;
_build/nrf52832_xxaa/ble_conn_state.c.o: In function `record_set_disconnected&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:171: undefined reference to `nrf_atflags_clear&amp;#39;
_build/nrf52832_xxaa/ble_conn_state.c.o: In function `record_activate&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:146: undefined reference to `nrf_atflags_set&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:147: undefined reference to `nrf_atflags_set&amp;#39;
_build/nrf52832_xxaa/ble_conn_state.c.o: In function `ble_evt_handler&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:232: undefined reference to `nrf_atflags_set&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:260: undefined reference to `nrf_atflags_clear&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:261: undefined reference to `nrf_atflags_clear&amp;#39;
_build/nrf52832_xxaa/ble_conn_state.c.o: In function `ble_conn_state_valid&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:277: undefined reference to `nrf_atflags_get&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:277: undefined reference to `nrf_atflags_get&amp;#39;
_build/nrf52832_xxaa/ble_conn_state.c.o: In function `ble_conn_state_role&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:288: undefined reference to `nrf_atflags_get&amp;#39;
_build/nrf52832_xxaa/ble_conn_state.c.o: In function `ble_conn_state_valid&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:277: undefined reference to `nrf_atflags_get&amp;#39;
_build/nrf52832_xxaa/ble_conn_state.c.o: In function `ble_conn_state_status&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:305: undefined reference to `nrf_atflags_get&amp;#39;
_build/nrf52832_xxaa/ble_conn_state.c.o:C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:277: more undefined references to `nrf_atflags_get&amp;#39; follow
_build/nrf52832_xxaa/ble_conn_state.c.o: In function `ble_conn_state_user_flag_acquire&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:396: undefined reference to `nrf_atflags_find_and_set_flag&amp;#39;
&lt;/pre&gt;&lt;pre class="ui-code" data-mode="text"&gt;_build/nrf52832_xxaa/ble_conn_state.c.o: In function `user_flag_is_acquired&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:201: undefined reference to `nrf_atflags_get&amp;#39;
_build/nrf52832_xxaa/ble_conn_state.c.o: In function `ble_conn_state_valid&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:277: undefined reference to `nrf_atflags_get&amp;#39;
_build/nrf52832_xxaa/ble_conn_state.c.o: In function `ble_conn_state_user_flag_get&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:411: undefined reference to `nrf_atflags_get&amp;#39;
_build/nrf52832_xxaa/ble_conn_state.c.o: In function `user_flag_is_acquired&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:201: undefined reference to `nrf_atflags_get&amp;#39;
_build/nrf52832_xxaa/ble_conn_state.c.o: In function `ble_conn_state_valid&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:277: undefined reference to `nrf_atflags_get&amp;#39;
_build/nrf52832_xxaa/ble_conn_state.c.o: In function `ble_conn_state_user_flag_set&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:432: undefined reference to `nrf_atflags_clear&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:428: undefined reference to `nrf_atflags_set&amp;#39;
_build/nrf52832_xxaa/ble_conn_state.c.o: In function `user_flag_is_acquired&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:201: undefined reference to `nrf_atflags_get&amp;#39;
_build/nrf52832_xxaa/ble_conn_state.c.o: In function `for_each_set_flag&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/common/ble_conn_state.c:453: undefined reference to `nrf_atflags_get&amp;#39;
_build/nrf52832_xxaa/gatt_cache_manager.c.o: In function `nrf_mtx_trylock&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/mutex/nrf_mtx.h:135: undefined reference to `nrf_atomic_u32_fetch_store&amp;#39;
_build/nrf52832_xxaa/peer_id.c.o: In function `claim&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/peer_manager/peer_id.c:86: undefined reference to `nrf_atflags_fetch_set&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/peer_manager/peer_id.c:78: undefined reference to `nrf_atflags_find_and_set_flag&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/peer_manager/peer_id.c:86: undefined reference to `nrf_atflags_fetch_set&amp;#39;
_build/nrf52832_xxaa/peer_id.c.o: In function `release&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/peer_manager/peer_id.c:97: undefined reference to `nrf_atflags_clear&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/peer_manager/peer_id.c:97: undefined reference to `nrf_atflags_clear&amp;#39;
_build/nrf52832_xxaa/peer_id.c.o: In function `peer_id_is_allocated&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/peer_manager/peer_id.c:134: undefined reference to `nrf_atflags_get&amp;#39;
_build/nrf52832_xxaa/peer_id.c.o: In function `next_id_get&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/peer_manager/peer_id.c:155: undefined reference to `nrf_atflags_get&amp;#39;
_build/nrf52832_xxaa/peer_id.c.o: In function `peer_id_is_deleted&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/peer_manager/peer_id.c:144: undefined reference to `nrf_atflags_get&amp;#39;
_build/nrf52832_xxaa/peer_id.c.o: In function `next_id_get&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/peer_manager/peer_id.c:155: undefined reference to `nrf_atflags_get&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/peer_manager/peer_id.c:155: undefined reference to `nrf_atflags_get&amp;#39;
_build/nrf52832_xxaa/pm_buffer.c.o: In function `mutex_lock&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/peer_manager/pm_buffer.c:58: undefined reference to `nrf_atflags_fetch_set&amp;#39;
_build/nrf52832_xxaa/pm_buffer.c.o: In function `mutex_lock_status_get&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/peer_manager/pm_buffer.c:74: undefined reference to `nrf_atflags_get&amp;#39;
_build/nrf52832_xxaa/pm_buffer.c.o: In function `mutex_unlock&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/peer_manager/pm_buffer.c:67: undefined reference to `nrf_atflags_clear&amp;#39;
_build/nrf52832_xxaa/pm_buffer.c.o: In function `mutex_lock_status_get&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/peer_manager/pm_buffer.c:74: undefined reference to `nrf_atflags_get&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/peer_manager/pm_buffer.c:74: undefined reference to `nrf_atflags_get&amp;#39;
_build/nrf52832_xxaa/pm_buffer.c.o: In function `mutex_unlock&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/ble/peer_manager/pm_buffer.c:67: undefined reference to `nrf_atflags_clear&amp;#39;
_build/nrf52832_xxaa/nfc_ndef_msg.c.o: In function `nfc_ndef_msg_encode&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/ndef/generic/message/nfc_ndef_msg.c:125: undefined reference to `nfc_ndef_record_encode&amp;#39;
../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/t2t_lib/nfc_t2t_lib_gcc.a(nfc_t2t_lib_al.c.o): In function `nrfx_nfct_evt_handler&amp;#39;:
C:\build\HP-NFCL74-JOB1\private\nfc_t2t_lib\armgcc/../nfc_t2t_lib_al.c:283: undefined reference to `nfc_platform_event_handler&amp;#39;
C:\build\HP-NFCL74-JOB1\private\nfc_t2t_lib\armgcc/../nfc_t2t_lib_al.c:293: undefined reference to `nrfx_nfct_rx&amp;#39;
C:\build\HP-NFCL74-JOB1\private\nfc_t2t_lib\armgcc/../nfc_t2t_lib_al.c:302: undefined reference to `nrfx_nfct_rx&amp;#39;
../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/t2t_lib/nfc_t2t_lib_gcc.a(nfc_t2t_lib_al.c.o): In function `nrf_nfct_rx_frameend_handle&amp;#39;:
C:\build\HP-NFCL74-JOB1\private\nfc_t2t_lib\armgcc/../nfc_t2t_lib_al.c:249: undefined reference to `nrfx_nfct_init_substate_force&amp;#39;
C:\build\HP-NFCL74-JOB1\private\nfc_t2t_lib\armgcc/../nfc_t2t_lib_al.c:271: undefined reference to `nrfx_nfct_init_substate_force&amp;#39;
../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/t2t_lib/nfc_t2t_lib_gcc.a(nfc_t2t_lib_al.c.o): In function `nfc_t2t_lib_al_setup&amp;#39;:
C:\build\HP-NFCL74-JOB1\private\nfc_t2t_lib\armgcc/../nfc_t2t_lib_al.c:112: undefined reference to `nrfx_nfct_nfcid1_default_bytes_get&amp;#39;
C:\build\HP-NFCL74-JOB1\private\nfc_t2t_lib\armgcc/../nfc_t2t_lib_al.c:120: undefined reference to `nfc_platform_setup&amp;#39;
C:\build\HP-NFCL74-JOB1\private\nfc_t2t_lib\armgcc/../nfc_t2t_lib_al.c:126: undefined reference to `nrfx_nfct_init&amp;#39;
../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/t2t_lib/nfc_t2t_lib_gcc.a(nfc_t2t_lib_al.c.o): In function `nfc_t2t_lib_al_start&amp;#39;:
C:\build\HP-NFCL74-JOB1\private\nfc_t2t_lib\armgcc/../nfc_t2t_lib_al.c:220: undefined reference to `nrfx_nfct_enable&amp;#39;
../../../../nRF5_SDK_15.3.0_59ac345/components/nfc/t2t_lib/nfc_t2t_lib_gcc.a(nfc_t2t_lib_al.c.o): In function `nfc_t2t_lib_al_send&amp;#39;:
C:\build\HP-NFCL74-JOB1\private\nfc_t2t_lib\armgcc/../nfc_t2t_lib_al.c:231: undefined reference to `nrfx_nfct_tx&amp;#39;
collect2.exe: error: ld returned 1 exit status
make: *** [../Tools/Makefile.common:295: _build/nrf52832_xxaa.out] Error 1
&amp;quot;make VERBOSE=1 all&amp;quot; terminated with exit code 2. Build might be incomplete.&lt;/pre&gt;&lt;pre class="ui-code" data-mode="text"&gt;C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:544: undefined reference to `nrfx_twim_tx&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:544: undefined reference to `nrfx_twim_tx&amp;#39;
_build/nrf52832_xxaa/max30102_driver.c.o: In function `nrf_drv_twi_rx&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_twi.h:564: undefined reference to `nrfx_twim_rx&amp;#39;
_build/nrf52832_xxaa/nrf_drv_spi.c.o: In function `nrf_drv_spi_init&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/integration/nrfx/legacy/nrf_drv_spi.c:121: undefined reference to `nrfx_spim_init&amp;#39;
_build/nrf52832_xxaa/port_cmsis_systick.c.o: In function `vPortSetupTimerInterrupt&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/FreertosSystemViewCompatible/port_cmsis_systick.c:221: undefined reference to `nrf_drv_clock_lfclk_request&amp;#39;
_build/nrf52832_xxaa/tasks.c.o: In function `xTaskPriorityDisinherit&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../SOURCE/FreertosSystemViewCompatible/tasks.c:3959: undefined reference to `prvReadTaskToReadyList&amp;#39;
_build/nrf52832_xxaa/nrf_log_frontend.c.o: In function `log_skip&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log/src/nrf_log_frontend.c:344: undefined reference to `nrf_atomic_flag_set&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log/src/nrf_log_frontend.c:345: undefined reference to `nrf_atomic_flag_set&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log/src/nrf_log_frontend.c:386: undefined reference to `nrf_atomic_flag_clear_fetch&amp;#39;
_build/nrf52832_xxaa/nrf_log_frontend.c.o: In function `nrf_log_init&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log/src/nrf_log_frontend.c:139: undefined reference to `nrf_ringbuf_init&amp;#39;
_build/nrf52832_xxaa/nrf_log_frontend.c.o: In function `buf_prealloc&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log/src/nrf_log_frontend.c:455: undefined reference to `nrf_atomic_u32_add&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log/src/nrf_log_frontend.c:459: undefined reference to `nrf_atomic_u32_add&amp;#39;
_build/nrf52832_xxaa/nrf_log_frontend.c.o: In function `dropped_sat16_get&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log/src/nrf_log_frontend.c:403: undefined reference to `nrf_atomic_u32_fetch_store&amp;#39;
_build/nrf52832_xxaa/nrf_log_frontend.c.o: In function `buf_prealloc&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log/src/nrf_log_frontend.c:455: undefined reference to `nrf_atomic_u32_add&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log/src/nrf_log_frontend.c:459: undefined reference to `nrf_atomic_u32_add&amp;#39;
_build/nrf52832_xxaa/nrf_log_frontend.c.o: In function `dropped_sat16_get&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log/src/nrf_log_frontend.c:403: undefined reference to `nrf_atomic_u32_fetch_store&amp;#39;
_build/nrf52832_xxaa/nrf_log_frontend.c.o: In function `buf_prealloc&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log/src/nrf_log_frontend.c:455: undefined reference to `nrf_atomic_u32_add&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log/src/nrf_log_frontend.c:459: undefined reference to `nrf_atomic_u32_add&amp;#39;
_build/nrf52832_xxaa/nrf_log_frontend.c.o: In function `dropped_sat16_get&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log/src/nrf_log_frontend.c:403: undefined reference to `nrf_atomic_u32_fetch_store&amp;#39;
_build/nrf52832_xxaa/nrf_log_frontend.c.o: In function `buf_prealloc&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log/src/nrf_log_frontend.c:455: undefined reference to `nrf_atomic_u32_add&amp;#39;
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log/src/nrf_log_frontend.c:459: undefined reference to `nrf_atomic_u32_add&amp;#39;
_build/nrf52832_xxaa/nrf_log_frontend.c.o: In function `dropped_sat16_get&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/log/src/nrf_log_frontend.c:403: undefined reference to `nrf_atomic_u32_fetch_store&amp;#39;
_build/nrf52832_xxaa/nrf_memobj.c.o: In function `nrf_memobj_get&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/memobj/nrf_memobj.c:161: undefined reference to `nrf_atomic_u32_add&amp;#39;
_build/nrf52832_xxaa/nrf_memobj.c.o: In function `nrf_memobj_put&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/memobj/nrf_memobj.c:167: undefined reference to `nrf_atomic_u32_sub&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `queue_free&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:627: undefined reference to `nrf_atfifo_item_free&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `queue_has_next&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:635: undefined reference to `nrf_atomic_u32_sub&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `queue_load&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:619: undefined reference to `nrf_atfifo_item_get&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `fds_register&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:1620: undefined reference to `nrf_atomic_u32_add&amp;#39;
_build/nrf52832_xxaa/fds.c.o: In function `fds_init&amp;#39;:
C:\Users\Alan\Alan_Workspace\Moovlab\06 D&amp;#233;veloppement\Sensor\03 Soft\Eclipse-workspace\Kassius\TEST\eclipse_armgcc\Project/../../../../nRF5_SDK_15.3.0_59ac345/components/libraries/fds/fds.c:1693: undefined reference to `nrf_atomic_flag_set_fetch&amp;#39;
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 15 linker issue nrfx_common.ld and undefined references</title><link>https://devzone.nordicsemi.com/thread/195160?ContentTypeID=1</link><pubDate>Thu, 27 Jun 2019 13:13:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dfd0aafe-abba-482d-b2d2-fccc32137c3d</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Have you defined&amp;nbsp;&lt;span&gt;SDK_ROOT to the root of the SDK? Can you post these 181 undefined reference errors (use insert code)?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 15 linker issue nrfx_common.ld and undefined references</title><link>https://devzone.nordicsemi.com/thread/195108?ContentTypeID=1</link><pubDate>Thu, 27 Jun 2019 11:18:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f14f17ac-4b33-454d-9b08-74d6f09c4a63</guid><dc:creator>Lenan</dc:creator><description>&lt;p&gt;Hi Jorgen,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have noticed that if I copy the file nrf_common.ld in the folder &lt;em&gt;&amp;quot;eclipse_armgcc\Tools&amp;quot;&lt;/em&gt;&amp;nbsp;, then the configuration orange or green&amp;nbsp;behave the same way. And I got 181 errors with undefined reference. It seems like it doesn&amp;#39;t see most of the librarie of SDK whereas they are defined in the makefile.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you in advance.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best rergards,&lt;/p&gt;
&lt;p&gt;Alan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 15 linker issue nrfx_common.ld and undefined references</title><link>https://devzone.nordicsemi.com/thread/195087?ContentTypeID=1</link><pubDate>Thu, 27 Jun 2019 10:44:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb7cf25a-f77b-4d2e-bf7b-6fb1bd2455aa</guid><dc:creator>Lenan</dc:creator><description>&lt;p&gt;Hi Jorgen,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you for answer. I tried to change my linker script with nrf_common.ld instead. The same, it does not find it...&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Linking target: _build/nrf52832_xxaa.out&lt;br /&gt;&amp;quot;make&amp;quot; -s --no-print-directory -f &amp;quot;../../../../nRF5_SDK_15.3.0_59ac345/components/toolchain/gcc/dump.mk&amp;quot; VARIABLE=CONTENT_TO_DUMP &amp;gt; _build/nrf52832_xxaa.in&lt;br /&gt;&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2018-q2-update/bin/arm-none-eabi-gcc&amp;#39; -mthumb -mabi=aapcs -L../../../../nRF5_SDK_15.3.0_59ac345/components/toolchain/gcc -TourProject.ld -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Wl,--gc-sections --specs=nano.specs @_build/nrf52832_xxaa.in -Wl,-Map=_build/nrf52832_xxaa.map -o _build/nrf52832_xxaa.out&lt;br /&gt;&lt;em&gt;c:/program files (x86)/gnu tools arm embedded/7 2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld.exe:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;cannot open linker script file nrf_common.ld: No such file or directory&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;collect2.exe: error: ld returned 1 exit status&lt;br /&gt;make: *** [../Tools/Makefile.common:295: _build/nrf52832_xxaa.out] Error 1&lt;/p&gt;
&lt;p&gt;Have you other suggestions please ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Alan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 15 linker issue nrfx_common.ld and undefined references</title><link>https://devzone.nordicsemi.com/thread/194674?ContentTypeID=1</link><pubDate>Tue, 25 Jun 2019 13:17:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3f3df5b-3374-44a2-a17d-37a047582c5f</guid><dc:creator>Lenan</dc:creator><description>&lt;p&gt;Hi Jorgen,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you for answer. I tried to change my linker script with nrf_common.ld instead. The same, it does not find it...&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Linking target: _build/nrf52832_xxaa.out&lt;br /&gt;&amp;quot;make&amp;quot; -s --no-print-directory -f &amp;quot;../../../../nRF5_SDK_15.3.0_59ac345/components/toolchain/gcc/dump.mk&amp;quot; VARIABLE=CONTENT_TO_DUMP &amp;gt; _build/nrf52832_xxaa.in&lt;br /&gt;&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2018-q2-update/bin/arm-none-eabi-gcc&amp;#39; -mthumb -mabi=aapcs -L../../../../nRF5_SDK_15.3.0_59ac345/components/toolchain/gcc -TourProject.ld -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Wl,--gc-sections --specs=nano.specs @_build/nrf52832_xxaa.in -Wl,-Map=_build/nrf52832_xxaa.map -o _build/nrf52832_xxaa.out&lt;br /&gt;&lt;em&gt;c:/program files (x86)/gnu tools arm embedded/7 2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld.exe: &lt;strong&gt;cannot open linker script file nrf_common.ld: No such file or directory&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;collect2.exe: error: ld returned 1 exit status&lt;br /&gt;make: *** [../Tools/Makefile.common:295: _build/nrf52832_xxaa.out] Error 1&lt;/p&gt;
&lt;p&gt;Have you other suggestions please ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Alan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 15 linker issue nrfx_common.ld and undefined references</title><link>https://devzone.nordicsemi.com/thread/194667?ContentTypeID=1</link><pubDate>Tue, 25 Jun 2019 13:06:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5cd0454a-0fde-48c5-9408-550865098076</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I cannot find any reference to nrf5x_common.ld in SDK 15.3.0. The local linker&amp;nbsp;scripts in the project directories includes nrf_common.ld. Could you try to change your linker script to include this file instead?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>