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

Problem compiling SPI example for nrf52810.

I am trying to compile the SPI example in SDK 15.2.0 for nrf52810.       I am getting a compiler error in SES on nrfx_uart.c: 

I modified the project according to the SDK documentation for nrf52810.   Same code compiles fine with the project set for nrf52832.

Any ideas?

Checking project status
Building ‘spi_pca10040’ from solution ‘spi_pca10040’ in configuration ‘Release’
User Include Directories property has changed.
Assembling ‘thumb_crt0.s’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -E -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/thumb_crt0.d" -MQ "Output/spi_pca10040 Release/Obj/thumb_crt0.o" -quiet -lang-asm "C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/source/thumb_crt0.s" -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/thumb_crt0_PP.s"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/thumb_crt0_PP.s" -o "Output/spi_pca10040 Release/Obj/thumb_crt0.o" -g -gdwarf-4
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/thumb_crt0_PP.s"
User Include Directories property has changed.
Compiling ‘nrf_log_backend_rtt.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_backend_rtt.d" -MQ "Output/spi_pca10040 Release/Obj/nrf_log_backend_rtt.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\libraries\log\src\nrf_log_backend_rtt.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_backend_rtt.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_backend_rtt.asm" -o "Output/spi_pca10040 Release/Obj/nrf_log_backend_rtt.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_backend_rtt.asm"
User Include Directories property has changed.
Compiling ‘nrf_log_backend_serial.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_backend_serial.d" -MQ "Output/spi_pca10040 Release/Obj/nrf_log_backend_serial.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\libraries\log\src\nrf_log_backend_serial.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_backend_serial.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_backend_serial.asm" -o "Output/spi_pca10040 Release/Obj/nrf_log_backend_serial.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_backend_serial.asm"
User Include Directories property has changed.
Compiling ‘nrf_log_backend_uart.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_backend_uart.d" -MQ "Output/spi_pca10040 Release/Obj/nrf_log_backend_uart.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\libraries\log\src\nrf_log_backend_uart.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_backend_uart.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_backend_uart.asm" -o "Output/spi_pca10040 Release/Obj/nrf_log_backend_uart.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_backend_uart.asm"
User Include Directories property has changed.
Compiling ‘nrf_log_default_backends.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_default_backends.d" -MQ "Output/spi_pca10040 Release/Obj/nrf_log_default_backends.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\libraries\log\src\nrf_log_default_backends.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_default_backends.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_default_backends.asm" -o "Output/spi_pca10040 Release/Obj/nrf_log_default_backends.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_default_backends.asm"
User Include Directories property has changed.
Compiling ‘nrf_log_frontend.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_frontend.d" -MQ "Output/spi_pca10040 Release/Obj/nrf_log_frontend.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\libraries\log\src\nrf_log_frontend.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_frontend.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_frontend.asm" -o "Output/spi_pca10040 Release/Obj/nrf_log_frontend.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_frontend.asm"
User Include Directories property has changed.
Compiling ‘nrf_log_str_formatter.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_str_formatter.d" -MQ "Output/spi_pca10040 Release/Obj/nrf_log_str_formatter.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\libraries\log\src\nrf_log_str_formatter.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_str_formatter.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_str_formatter.asm" -o "Output/spi_pca10040 Release/Obj/nrf_log_str_formatter.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_log_str_formatter.asm"
User Include Directories property has changed.
Compiling ‘boards.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/boards.d" -MQ "Output/spi_pca10040 Release/Obj/boards.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\boards\boards.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/boards.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/boards.asm" -o "Output/spi_pca10040 Release/Obj/boards.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/boards.asm"
User Include Directories property has changed.
Compiling ‘app_button.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_button.d" -MQ "Output/spi_pca10040 Release/Obj/app_button.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\libraries\button\app_button.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_button.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_button.asm" -o "Output/spi_pca10040 Release/Obj/app_button.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_button.asm"
User Include Directories property has changed.
Compiling ‘app_error.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_error.d" -MQ "Output/spi_pca10040 Release/Obj/app_error.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\libraries\util\app_error.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_error.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_error.asm" -o "Output/spi_pca10040 Release/Obj/app_error.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_error.asm"
User Include Directories property has changed.
Compiling ‘app_error_handler_gcc.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_error_handler_gcc.d" -MQ "Output/spi_pca10040 Release/Obj/app_error_handler_gcc.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\libraries\util\app_error_handler_gcc.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_error_handler_gcc.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_error_handler_gcc.asm" -o "Output/spi_pca10040 Release/Obj/app_error_handler_gcc.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_error_handler_gcc.asm"
User Include Directories property has changed.
Compiling ‘app_error_weak.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_error_weak.d" -MQ "Output/spi_pca10040 Release/Obj/app_error_weak.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\libraries\util\app_error_weak.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_error_weak.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_error_weak.asm" -o "Output/spi_pca10040 Release/Obj/app_error_weak.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_error_weak.asm"
User Include Directories property has changed.
Compiling ‘app_scheduler.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_scheduler.d" -MQ "Output/spi_pca10040 Release/Obj/app_scheduler.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\libraries\scheduler\app_scheduler.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_scheduler.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_scheduler.asm" -o "Output/spi_pca10040 Release/Obj/app_scheduler.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_scheduler.asm"
User Include Directories property has changed.
Compiling ‘app_timer.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_timer.d" -MQ "Output/spi_pca10040 Release/Obj/app_timer.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\libraries\timer\app_timer.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_timer.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_timer.asm" -o "Output/spi_pca10040 Release/Obj/app_timer.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_timer.asm"
User Include Directories property has changed.
Compiling ‘app_util_platform.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_util_platform.d" -MQ "Output/spi_pca10040 Release/Obj/app_util_platform.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\libraries\util\app_util_platform.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_util_platform.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_util_platform.asm" -o "Output/spi_pca10040 Release/Obj/app_util_platform.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/app_util_platform.asm"
User Include Directories property has changed.
Compiling ‘nrf_assert.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_assert.d" -MQ "Output/spi_pca10040 Release/Obj/nrf_assert.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\libraries\util\nrf_assert.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_assert.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_assert.asm" -o "Output/spi_pca10040 Release/Obj/nrf_assert.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_assert.asm"
User Include Directories property has changed.
Compiling ‘nrf_atomic.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_atomic.d" -MQ "Output/spi_pca10040 Release/Obj/nrf_atomic.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\libraries\atomic\nrf_atomic.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_atomic.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_atomic.asm" -o "Output/spi_pca10040 Release/Obj/nrf_atomic.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_atomic.asm"
User Include Directories property has changed.
Compiling ‘nrf_balloc.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_balloc.d" -MQ "Output/spi_pca10040 Release/Obj/nrf_balloc.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\libraries\balloc\nrf_balloc.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_balloc.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_balloc.asm" -o "Output/spi_pca10040 Release/Obj/nrf_balloc.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_balloc.asm"
User Include Directories property has changed.
Compiling ‘nrf_fprintf.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_fprintf.d" -MQ "Output/spi_pca10040 Release/Obj/nrf_fprintf.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\external\fprintf\nrf_fprintf.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_fprintf.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_fprintf.asm" -o "Output/spi_pca10040 Release/Obj/nrf_fprintf.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_fprintf.asm"
User Include Directories property has changed.
Compiling ‘nrf_fprintf_format.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_fprintf_format.d" -MQ "Output/spi_pca10040 Release/Obj/nrf_fprintf_format.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\external\fprintf\nrf_fprintf_format.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_fprintf_format.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_fprintf_format.asm" -o "Output/spi_pca10040 Release/Obj/nrf_fprintf_format.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_fprintf_format.asm"
User Include Directories property has changed.
Compiling ‘nrf_memobj.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_memobj.d" -MQ "Output/spi_pca10040 Release/Obj/nrf_memobj.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\libraries\memobj\nrf_memobj.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_memobj.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_memobj.asm" -o "Output/spi_pca10040 Release/Obj/nrf_memobj.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_memobj.asm"
User Include Directories property has changed.
Compiling ‘nrf_ringbuf.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_ringbuf.d" -MQ "Output/spi_pca10040 Release/Obj/nrf_ringbuf.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\libraries\ringbuf\nrf_ringbuf.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_ringbuf.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_ringbuf.asm" -o "Output/spi_pca10040 Release/Obj/nrf_ringbuf.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_ringbuf.asm"
User Include Directories property has changed.
Compiling ‘nrf_strerror.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_strerror.d" -MQ "Output/spi_pca10040 Release/Obj/nrf_strerror.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\components\libraries\strerror\nrf_strerror.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_strerror.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_strerror.asm" -o "Output/spi_pca10040 Release/Obj/nrf_strerror.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_strerror.asm"
User Include Directories property has changed.
Compiling ‘nrf_drv_spi.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_drv_spi.d" -MQ "Output/spi_pca10040 Release/Obj/nrf_drv_spi.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\integration\nrfx\legacy\nrf_drv_spi.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_drv_spi.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_drv_spi.asm" -o "Output/spi_pca10040 Release/Obj/nrf_drv_spi.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_drv_spi.asm"
User Include Directories property has changed.
Compiling ‘nrf_drv_uart.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_drv_uart.d" -MQ "Output/spi_pca10040 Release/Obj/nrf_drv_uart.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\integration\nrfx\legacy\nrf_drv_uart.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_drv_uart.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_drv_uart.asm" -o "Output/spi_pca10040 Release/Obj/nrf_drv_uart.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrf_drv_uart.asm"
User Include Directories property has changed.
Compiling ‘nrfx_gpiote.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_gpiote.d" -MQ "Output/spi_pca10040 Release/Obj/nrfx_gpiote.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\modules\nrfx\drivers\src\nrfx_gpiote.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_gpiote.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_gpiote.asm" -o "Output/spi_pca10040 Release/Obj/nrfx_gpiote.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_gpiote.asm"
User Include Directories property has changed.
Compiling ‘nrfx_prs.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_prs.d" -MQ "Output/spi_pca10040 Release/Obj/nrfx_prs.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\modules\nrfx\drivers\src\prs\nrfx_prs.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_prs.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_prs.asm" -o "Output/spi_pca10040 Release/Obj/nrfx_prs.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_prs.asm"
User Include Directories property has changed.
Compiling ‘nrfx_spi.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_spi.d" -MQ "Output/spi_pca10040 Release/Obj/nrfx_spi.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\modules\nrfx\drivers\src\nrfx_spi.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_spi.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_spi.asm" -o "Output/spi_pca10040 Release/Obj/nrfx_spi.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_spi.asm"
User Include Directories property has changed.
Compiling ‘nrfx_spim.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_spim.d" -MQ "Output/spi_pca10040 Release/Obj/nrfx_spim.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\modules\nrfx\drivers\src\nrfx_spim.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_spim.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_spim.asm" -o "Output/spi_pca10040 Release/Obj/nrfx_spim.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_spim.asm"
User Include Directories property has changed.
Compiling ‘nrfx_uarte.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_uarte.d" -MQ "Output/spi_pca10040 Release/Obj/nrfx_uarte.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\modules\nrfx\drivers\src\nrfx_uarte.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_uarte.asm"
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/as" --traditional-format -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_uarte.asm" -o "Output/spi_pca10040 Release/Obj/nrfx_uarte.o"
rm "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_uarte.asm"
Output/spi_pca10040 Release/Obj/nrfx_uart.o does not exist.
Compiling ‘nrfx_uart.c’
"C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/gcc/arm-none-eabi/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian -mfloat-abi=soft -mthumb -mtp=soft -nostdinc "-isystemC:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 3.52a/include" "-isystemC:/Users/James/AppData/Local/SEGGER/SEGGER Embedded Studio/v3/packages/include" -I../../../config -I../../../../../../components -I../../../../../../components/boards -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/libraries/atomic -I../../../../../../components/libraries/balloc -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../components/libraries/delay -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../components/libraries/log -I../../../../../../components/libraries/log/src -I../../../../../../components/libraries/memobj -I../../../../../../components/libraries/ringbuf -I../../../../../../components/libraries/scheduler -I../../../../../../components/libraries/strerror -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/util -I../../../../../../components/toolchain/cmsis/include -I../../.. -I../../../../../../external/fprintf -I../../../../../../external/segger_rtt -I../../../../../../integration/nrfx -I../../../../../../integration/nrfx/legacy -I../../../../../../modules/nrfx -I../../../../../../modules/nrfx/drivers/include -I../../../../../../modules/nrfx/hal -I../../../../../../modules/nrfx/mdk -I../config -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__SES_VERSION=35201 -DNDEBUG -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_SOFT -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52810_XXAA -DNRF52_PAN_74 -DSWI_DISABLE0 -MD "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_uart.d" -MQ "Output/spi_pca10040 Release/Obj/nrfx_uart.o" -quiet -g3 -gpubnames -std=gnu99 -Os -fomit-frame-pointer -fno-dwarf2-cfi-asm -fno-builtin -ffunction-sections -fdata-sections -fshort-enums -fno-common C:\opt\nRF5_SDK_15.2.0_9412b96\modules\nrfx\drivers\src\nrfx_uart.c -o "C:/opt/nRF5_SDK_15.2.0_9412b96/examples/peripheral/spi -bms2/pca10040/blank/ses/Output/spi_pca10040 Release/Obj/nrfx_uart.asm"
nrfx_glue.h
nrfx.h
nrfx_uart.c
unknown type name 'NRF_UART_Type'
in definition of macro 'offsetof'
unknown type name 'NRF_UART_Type'
in definition of macro 'offsetof'
unknown type name 'NRF_UART_Type'
in definition of macro 'offsetof'
unknown type name 'NRF_UART_Type'
in definition of macro 'offsetof'
unknown type name 'NRF_UART_Type'
in definition of macro 'offsetof'
unknown type name 'NRF_UART_Type'
in definition of macro 'offsetof'
unknown type name 'NRF_UART_Type'
in definition of macro 'offsetof'
unknown type name 'NRF_UART_Type'
in definition of macro 'offsetof'
unknown type name 'NRF_UART_Type'
in definition of macro 'offsetof'
unknown type name 'NRF_UART_Type'
in definition of macro 'offsetof'
unknown type name 'NRF_UART_Type'
in definition of macro 'offsetof'
nrfx_uart.h
nrfx_uart.c
'UART_INTENCLR_CTS_Msk' undeclared here (not in a function); did you mean 'UARTE_INTENCLR_CTS_Msk'?
'UART_INTENCLR_NCTS_Msk' undeclared here (not in a function); did you mean 'UART_INTENCLR_CTS_Msk'?
'UART_INTENCLR_RXDRDY_Msk' undeclared here (not in a function); did you mean 'UARTE_INTENCLR_RXDRDY_Msk'?
'UART_INTENCLR_TXDRDY_Msk' undeclared here (not in a function); did you mean 'UART_INTENCLR_RXDRDY_Msk'?
'UART_INTENCLR_ERROR_Msk' undeclared here (not in a function); did you mean 'UARTE_INTENCLR_ERROR_Msk'?
'UART_INTENCLR_RXTO_Msk' undeclared here (not in a function); did you mean 'UARTE_INTENCLR_RXTO_Msk'?
'UART_BAUDRATE_BAUDRATE_Baud1200' undeclared here (not in a function); did you mean 'UARTE_BAUDRATE_BAUDRATE_Baud1200'?
'UART_BAUDRATE_BAUDRATE_Baud2400' undeclared here (not in a function); did you mean 'UARTE_BAUDRATE_BAUDRATE_Baud2400'?
'UART_BAUDRATE_BAUDRATE_Baud4800' undeclared here (not in a function); did you mean 'UARTE_BAUDRATE_BAUDRATE_Baud4800'?
'UART_BAUDRATE_BAUDRATE_Baud9600' undeclared here (not in a function); did you mean 'UARTE_BAUDRATE_BAUDRATE_Baud9600'?
'UART_BAUDRATE_BAUDRATE_Baud14400' undeclared here (not in a function); did you mean 'UARTE_BAUDRATE_BAUDRATE_Baud14400'?
'UART_BAUDRATE_BAUDRATE_Baud19200' undeclared here (not in a function); did you mean 'UART_BAUDRATE_BAUDRATE_Baud1200'?
'UART_BAUDRATE_BAUDRATE_Baud28800' undeclared here (not in a function); did you mean 'UARTE_BAUDRATE_BAUDRATE_Baud28800'?
'UART_BAUDRATE_BAUDRATE_Baud31250' undeclared here (not in a function); did you mean 'UARTE_BAUDRATE_BAUDRATE_Baud31250'?
'UART_BAUDRATE_BAUDRATE_Baud38400' undeclared here (not in a function); did you mean 'UARTE_BAUDRATE_BAUDRATE_Baud38400'?
'UART_BAUDRATE_BAUDRATE_Baud56000' undeclared here (not in a function); did you mean 'UARTE_BAUDRATE_BAUDRATE_Baud56000'?
'UART_BAUDRATE_BAUDRATE_Baud57600' undeclared here (not in a function); did you mean 'UARTE_BAUDRATE_BAUDRATE_Baud57600'?
'UART_BAUDRATE_BAUDRATE_Baud76800' undeclared here (not in a function); did you mean 'UARTE_BAUDRATE_BAUDRATE_Baud76800'?
'UART_BAUDRATE_BAUDRATE_Baud115200' undeclared here (not in a function); did you mean 'UARTE_BAUDRATE_BAUDRATE_Baud115200'?
'UART_BAUDRATE_BAUDRATE_Baud230400' undeclared here (not in a function); did you mean 'UARTE_BAUDRATE_BAUDRATE_Baud230400'?
'UART_BAUDRATE_BAUDRATE_Baud250000' undeclared here (not in a function); did you mean 'UARTE_BAUDRATE_BAUDRATE_Baud250000'?
'UART_BAUDRATE_BAUDRATE_Baud460800' undeclared here (not in a function); did you mean 'UARTE_BAUDRATE_BAUDRATE_Baud460800'?
'UART_BAUDRATE_BAUDRATE_Baud921600' undeclared here (not in a function); did you mean 'UARTE_BAUDRATE_BAUDRATE_Baud921600'?
'UART_BAUDRATE_BAUDRATE_Baud1M' undeclared here (not in a function); did you mean 'UARTE_BAUDRATE_BAUDRATE_Baud1M'?
'UART_ERRORSRC_OVERRUN_Msk' undeclared here (not in a function); did you mean 'UARTE_ERRORSRC_OVERRUN_Msk'?
'UART_ERRORSRC_PARITY_Msk' undeclared here (not in a function); did you mean 'UARTE_ERRORSRC_PARITY_Msk'?
'UART_ERRORSRC_FRAMING_Msk' undeclared here (not in a function); did you mean 'UARTE_ERRORSRC_FRAMING_Msk'?
'UART_ERRORSRC_BREAK_Msk' undeclared here (not in a function); did you mean 'UARTE_ERRORSRC_BREAK_Msk'?
'UART_CONFIG_PARITY_Excluded' undeclared here (not in a function); did you mean 'UARTE_CONFIG_PARITY_Excluded'?
'UART_CONFIG_PARITY_Pos' undeclared here (not in a function); did you mean 'UARTE_CONFIG_PARITY_Pos'?
'UART_CONFIG_PARITY_Included' undeclared here (not in a function); did you mean 'UARTE_CONFIG_PARITY_Included'?
'UART_CONFIG_HWFC_Disabled' undeclared here (not in a function); did you mean 'UARTE_CONFIG_HWFC_Disabled'?
'UART_CONFIG_HWFC_Enabled' undeclared here (not in a function); did you mean 'UARTE_CONFIG_HWFC_Enabled'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
nrfx_uart.c
unknown type name 'NRF_UART_Type'
implicit declaration of function 'nrf_uart_task_address_get'; did you mean 'nrfx_uart_task_address_get'? [-Wimplicit-function-declaration]
implicit declaration of function 'nrf_uart_event_address_get'; did you mean 'nrfx_uart_event_address_get'? [-Wimplicit-function-declaration]
implicit declaration of function 'nrf_uart_baudrate_set'; did you mean 'nrfx_uart_errorsrc_get'? [-Wimplicit-function-declaration]
implicit declaration of function 'nrf_uart_configure'; did you mean 'nrfx_uart_uninit'? [-Wimplicit-function-declaration]
implicit declaration of function 'nrf_uart_txrx_pins_set'; did you mean 'nrfx_uart_rx_disable'? [-Wimplicit-function-declaration]
implicit declaration of function 'nrf_uart_hwfc_pins_set'; did you mean 'nrf_gpio_pin_set'? [-Wimplicit-function-declaration]
implicit declaration of function 'nrf_uart_event_clear'; did you mean 'nrf_gpio_pin_clear'? [-Wimplicit-function-declaration]
implicit declaration of function 'nrf_uart_int_enable'; did you mean 'nrfx_uart_rx_enable'? [-Wimplicit-function-declaration]
implicit declaration of function 'nrf_uart_int_disable'; did you mean 'nrfx_uart_rx_disable'? [-Wimplicit-function-declaration]
implicit declaration of function 'nrf_uart_tx_pin_get'; did you mean 'nrfx_uart_tx_abort'? [-Wimplicit-function-declaration]
implicit declaration of function 'nrf_uart_rx_pin_get'; did you mean 'nrfx_uart_rx_abort'? [-Wimplicit-function-declaration]
implicit declaration of function 'nrf_uart_rts_pin_get'; did you mean 'nrfx_uart_errorsrc_get'? [-Wimplicit-function-declaration]
implicit declaration of function 'nrf_uart_cts_pin_get'; did you mean 'nrf_gpio_pin_dir_get'? [-Wimplicit-function-declaration]
implicit declaration of function 'nrf_uart_txrx_pins_disconnect'; did you mean 'nrf_gpio_input_disconnect'? [-Wimplicit-function-declaration]
implicit declaration of function 'nrf_uart_hwfc_pins_disconnect'; did you mean 'nrf_gpio_input_disconnect'? [-Wimplicit-function-declaration]
implicit declaration of function 'nrf_uart_enable'; did you mean 'nrfx_uart_rx_enable'? [-Wimplicit-function-declaration]
implicit declaration of function 'nrf_uart_disable'; did you mean 'nrfx_uart_rx_disable'? [-Wimplicit-function-declaration]
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
implicit declaration of function 'nrf_uart_task_trigger'; did you mean 'nrfx_uart_task_address_get'? [-Wimplicit-function-declaration]
implicit declaration of function 'tx_byte' [-Wimplicit-function-declaration]
implicit declaration of function 'tx_blocking' [-Wimplicit-function-declaration]
implicit declaration of function 'nrf_uart_event_check'; did you mean 'nrfx_uart_rx_enable'? [-Wimplicit-function-declaration]
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
implicit declaration of function 'rx_byte' [-Wimplicit-function-declaration]
implicit declaration of function 'nrf_uart_errorsrc_get_and_clear'; did you mean 'nrfx_uart_errorsrc_get'? [-Wimplicit-function-declaration]
unknown type name 'NRF_UART_Type'; did you mean 'NRF_UARTE_Type'?
implicit declaration of function 'uart_irq_handler'; did you mean 'nrfx_uart_0_irq_handler'? [-Wimplicit-function-declaration]
'NRF_UART0' undeclared (first use in this function); did you mean 'NRF_UARTE0'?
each undeclared identifier is reported only once for each function it appears in
Build failed

Parents Reply Children
  • The trick is to note that 0xE7FE is the assembler instruction for "B ." which is just an infinite loop. That happens to be the default interrupt handler code for many systems, here's an example for IAR:

      279                                   PUBWEAK  UARTE0_UART0_IRQHandler
      280                                   SECTION .text:CODE:REORDER:NOROOT(1)
      281                           UARTE0_UART0_IRQHandler
      282    00000000 FEE7                  B .
     

    So the vector catch is simply showing that there was an interrupt but no actual handler supplied in the code other than the default handler. For IAR the vector default file is iar_startup_nrf52.s - an assembler file - but offhand I don't recall what SES uses.

Related