Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF5 SDK 15 - Symbol could not be resolved

Hi,

I'm working with the nRF52 DK (PCA10040) with the latest versions of the toolchains, build tools and IDE (Eclipse Oxygen). I followed the tutorial "Development with GCC and Eclipse" and works like a charm, except for one thing: there are symbols that could not be resolved, like "LED_NUMBER" in the blinky example, but I can build and run without any problems. I know that this issue happened in the previous versions of the SDK (I'm using the 15th) and tried every solutions.

Thanks in advance for your responses.

Best regards.

  • Can you please post the build log from the console in eclipse?

  • For some reason in the bliny example doesn't appear the error anymore, I don't know what I did. But still happen in the blinky_freertos. Here is the build log.

    make VERBOSE=1 all 
    mkdir _build
    cd _build && mkdir nrf52832_xxaa
    Assembling file: gcc_startup_nrf52.S
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -x assembler-with-cpp -MP -MD -c -o _build/nrf52832_xxaa/gcc_startup_nrf52.S.o ../../../../../../modules/nrfx/mdk/gcc_startup_nrf52.S -g3 -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfloat-abi=hard -mfpu=fpv4-sp-d16 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: boards.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/boards.c.o ../../../../../../components/boards/boards.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: croutine.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/croutine.c.o ../../../../../../external/freertos/source/croutine.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: event_groups.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/event_groups.c.o ../../../../../../external/freertos/source/event_groups.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: heap_1.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/heap_1.c.o ../../../../../../external/freertos/source/portable/MemMang/heap_1.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: list.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/list.c.o ../../../../../../external/freertos/source/list.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: port.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/port.c.o ../../../../../../external/freertos/portable/GCC/nrf52/port.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: port_cmsis.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/port_cmsis.c.o ../../../../../../external/freertos/portable/CMSIS/nrf52/port_cmsis.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: port_cmsis_systick.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/port_cmsis_systick.c.o ../../../../../../external/freertos/portable/CMSIS/nrf52/port_cmsis_systick.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: queue.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/queue.c.o ../../../../../../external/freertos/source/queue.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: stream_buffer.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/stream_buffer.c.o ../../../../../../external/freertos/source/stream_buffer.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: tasks.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/tasks.c.o ../../../../../../external/freertos/source/tasks.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: timers.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/timers.c.o ../../../../../../external/freertos/source/timers.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: app_button.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/app_button.c.o ../../../../../../components/libraries/button/app_button.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: app_error.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/app_error.c.o ../../../../../../components/libraries/util/app_error.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: app_error_handler_gcc.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/app_error_handler_gcc.c.o ../../../../../../components/libraries/util/app_error_handler_gcc.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: app_error_weak.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/app_error_weak.c.o ../../../../../../components/libraries/util/app_error_weak.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: app_timer_freertos.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/app_timer_freertos.c.o ../../../../../../components/libraries/timer/app_timer_freertos.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: app_util_platform.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/app_util_platform.c.o ../../../../../../components/libraries/util/app_util_platform.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: nrf_assert.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/nrf_assert.c.o ../../../../../../components/libraries/util/nrf_assert.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: nrf_strerror.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/nrf_strerror.c.o ../../../../../../components/libraries/strerror/nrf_strerror.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: nrf_drv_clock.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/nrf_drv_clock.c.o ../../../../../../integration/nrfx/legacy/nrf_drv_clock.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: nrf_nvic.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/nrf_nvic.c.o ../../../../../../components/drivers_nrf/nrf_soc_nosd/nrf_nvic.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: nrf_soc.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/nrf_soc.c.o ../../../../../../components/drivers_nrf/nrf_soc_nosd/nrf_soc.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: nrfx_clock.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/nrfx_clock.c.o ../../../../../../modules/nrfx/drivers/src/nrfx_clock.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: nrfx_gpiote.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/nrfx_gpiote.c.o ../../../../../../modules/nrfx/drivers/src/nrfx_gpiote.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: nrfx_power_clock.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/nrfx_power_clock.c.o ../../../../../../modules/nrfx/drivers/src/nrfx_power_clock.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: bsp.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/bsp.c.o ../../../../../../components/libraries/bsp/bsp.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: main.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/main.c.o ../../../main.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Compiling file: system_nrf52.c
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -std=c99 -MP -MD -c -o _build/nrf52832_xxaa/system_nrf52.c.o ../../../../../../modules/nrfx/mdk/system_nrf52.c -O0 -g3 -DBOARD_PCA10040 -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DFREERTOS -DNRF52 -DNRF52832_XXAA -DNRF52_PAN_74 -mcpu=cortex-m4 -mthumb -mabi=aapcs -Wall -Werror -mfloat-abi=hard -mfpu=fpv4-sp-d16 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin -fshort-enums -D__HEAP_SIZE=8192 -D__STACK_SIZE=8192 -I../../../config -I../../../../../../components -I../../../../../../modules/nrfx/mdk -I../../../../../../components/libraries/experimental_log -I../../.. -I../../../../../../components/libraries/timer -I../../../../../../components/libraries/strerror -I../../../../../../components/toolchain/cmsis/include -I../../../../../../external/freertos/source/include -I../../../../../../external/freertos/config -I../../../../../../components/libraries/util -I../config -I../../../../../../components/libraries/balloc -I../../../../../../modules/nrfx/hal -I../../../../../../components/libraries/bsp -I../../../../../../components/libraries/button -I../../../../../../modules/nrfx -I../../../../../../components/libraries/experimental_section_vars -I../../../../../../integration/nrfx/legacy -I../../../../../../external/freertos/portable/CMSIS/nrf52 -I../../../../../../components/libraries/experimental_log/src -I../../../../../../integration/nrfx -I../../../../../../components/drivers_nrf/nrf_soc_nosd -I../../../../../../components/boards -I../../../../../../components/libraries/experimental_memobj -I../../../../../../external/freertos/portable/GCC/nrf52 -I../../../../../../modules/nrfx/drivers/include
    Linking target: _build/nrf52832_xxaa.out
    "make" -s --no-print-directory -f "../../../../../../components/toolchain/gcc/dump.mk" VARIABLE=CONTENT_TO_DUMP > _build/nrf52832_xxaa.in
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc' -O0 -g3 -mthumb -mabi=aapcs -L../../../../../../modules/nrfx/mdk -Tblinky_FreeRTOS_gcc_nrf52.ld -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Wl,--gc-sections --specs=nano.specs @_build/nrf52832_xxaa.in -Wl,-Map=_build/nrf52832_xxaa.map -o _build/nrf52832_xxaa.out
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-size' _build/nrf52832_xxaa.out
       text	   data	    bss	    dec	    hex	filename
      15236	    108	   4564	  19908	   4dc4	_build/nrf52832_xxaa.out
    Preparing: _build/nrf52832_xxaa.hex
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-objcopy' -O ihex _build/nrf52832_xxaa.out _build/nrf52832_xxaa.hex
    Preparing: _build/nrf52832_xxaa.bin
    'C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-objcopy' -O binary _build/nrf52832_xxaa.out _build/nrf52832_xxaa.bin
    DONE nrf52832_xxaa

  • Thanks! I can't see anything wrong in the log. I'm not really sure what the issue is. I know that Eclipse can act really weird from time to time, sometimes you just need to change the settings to default and then back again. Maybe it's easiest if you compare the two projects and see if you can find any difference.

  • I did resolve it doing right-click in the project->Index->Rebuild. The files that appear with a "X" just open to refresh it.

Related