<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nRF5 SDK 15 - Symbol could not be resolved</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33734/nrf5-sdk-15---symbol-could-not-be-resolved</link><description>Hi, 
 I&amp;#39;m working with the nRF52 DK (PCA10040) with the latest versions of the toolchains, build tools and IDE (Eclipse Oxygen). I followed the tutorial &amp;quot;Development with GCC and Eclipse&amp;quot; and works like a charm, except for one thing: there are symbols</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 25 Apr 2018 15:51:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33734/nrf5-sdk-15---symbol-could-not-be-resolved" /><item><title>RE: nRF5 SDK 15 - Symbol could not be resolved</title><link>https://devzone.nordicsemi.com/thread/129833?ContentTypeID=1</link><pubDate>Wed, 25 Apr 2018 15:51:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d72fe66-af94-4cb8-9e5c-8dc8ba61c96a</guid><dc:creator>benjamin.joa</dc:creator><description>&lt;p&gt;I did resolve it&amp;nbsp;doing right-click in the project-&amp;gt;Index-&amp;gt;Rebuild. The files that appear with a &amp;quot;X&amp;quot; just open to refresh it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5 SDK 15 - Symbol could not be resolved</title><link>https://devzone.nordicsemi.com/thread/129714?ContentTypeID=1</link><pubDate>Wed, 25 Apr 2018 09:47:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:acd5c713-4e5a-42fd-9558-f7bdc0fe50b0</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Thanks! I can&amp;#39;t see anything wrong in the log. I&amp;#39;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&amp;#39;s easiest if you compare the two projects and see if you can find any difference.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5 SDK 15 - Symbol could not be resolved</title><link>https://devzone.nordicsemi.com/thread/129568?ContentTypeID=1</link><pubDate>Tue, 24 Apr 2018 12:37:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0565ee8-4a5d-45b1-a254-ff2d06b87187</guid><dc:creator>benjamin.joa</dc:creator><description>&lt;p&gt;For some reason in the bliny example doesn&amp;#39;t appear the error anymore, I don&amp;#39;t know what I did. But still happen in the blinky_freertos. Here is the build log.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;make VERBOSE=1 all 
mkdir _build
cd _build &amp;amp;&amp;amp; mkdir nrf52832_xxaa
Assembling file: gcc_startup_nrf52.S
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;quot;make&amp;quot; -s --no-print-directory -f &amp;quot;../../../../../../components/toolchain/gcc/dump.mk&amp;quot; VARIABLE=CONTENT_TO_DUMP &amp;gt; _build/nrf52832_xxaa.in
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-gcc&amp;#39; -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
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-size&amp;#39; _build/nrf52832_xxaa.out
   text	   data	    bss	    dec	    hex	filename
  15236	    108	   4564	  19908	   4dc4	_build/nrf52832_xxaa.out
Preparing: _build/nrf52832_xxaa.hex
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-objcopy&amp;#39; -O ihex _build/nrf52832_xxaa.out _build/nrf52832_xxaa.hex
Preparing: _build/nrf52832_xxaa.bin
&amp;#39;C:/Program Files (x86)/GNU Tools ARM Embedded/7 2017-q4-major/bin/arm-none-eabi-objcopy&amp;#39; -O binary _build/nrf52832_xxaa.out _build/nrf52832_xxaa.bin
DONE nrf52832_xxaa&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5 SDK 15 - Symbol could not be resolved</title><link>https://devzone.nordicsemi.com/thread/129524?ContentTypeID=1</link><pubDate>Tue, 24 Apr 2018 10:10:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:abff843f-0ad3-4186-b076-cf7a20c0a351</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Can you please post the build log from the console in eclipse?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>