After Updating my project to the Newest SDK for Thread 2.0 today I am having problems linking Problems.
My Project uses the Channel Monitor and changes the max children so I need to work from the OENTHREAD repository but get drivers from the THREAD SDK.
This has been working in the Past. The project is based on the Mult-iprotocol Dynamic example.
I have cloned OPENTHREAD
- github.com/.../704511c (with revert of 136a444)
To be consistent with the release notes.
The OPENTHREAD Builds as expected but the application build crashes during linking . I have included log files.
I have the same problem with both armmgcc make and inside of SES studio.
Any Clue As to what is going on with the soft device
SES Error report
Building 'E000638' from solution 'Illum_THREAD' in configuration 'Debug'
Compiling 'nrfx_twi.c'
Generating linker script 'E000638.ld'
Linking E000638.elf
../openthread/output/nrf52840/lib/libopenthread-nrf52840-softdevice-sdk.a(libopenthread_nrf52840_softdevice_sdk_a-alarm.o): In function `nrf5AlarmInit':
undefined reference to `nrf_drv_clock_lfclk_request'
undefined reference to `nrf_drv_clock_lfclk_is_running'
../openthread/output/nrf52840/lib/libopenthread-nrf52840-softdevice-sdk.a(libopenthread_nrf52840_softdevice_sdk_a-alarm.o): In function `nrf5AlarmDeinit':
undefined reference to `nrf_drv_clock_lfclk_release'
../openthread/output/nrf52840/lib/libopenthread-nrf52840-softdevice-sdk.a(libopenthread_nrf52840_softdevice_sdk_a-system.o): In function `otSysInit':
undefined reference to `nrf_drv_clock_init'
../openthread/output/nrf52840/lib/libopenthread-nrf52840-softdevice-sdk.a(libopenthread_nrf52840_softdevice_sdk_a-uart.o): In function `otPlatUartDisable':
undefined reference to `nrf_drv_clock_hfclk_release'
../openthread/output/nrf52840/lib/libopenthread-nrf52840-softdevice-sdk.a(libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_clock_sdk.o): In function `nrf_802154_clock_hfclk_start':
undefined reference to `nrf_drv_clock_hfclk_request'
../openthread/output/nrf52840/lib/libopenthread-nrf52840-softdevice-sdk.a(libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_clock_sdk.o): In function `nrf_802154_clock_hfclk_stop':
undefined reference to `nrf_drv_clock_hfclk_release'
Build failed
OPENTHREAD Build Log
MKDIR output
MKDIR build/nrf52840
CONFIG nrf52840...
(cd build/nrf52840 && /home/illum/nordic_thread/application/openthread/examples/../configure INSTALL="/usr/bin/install -p" CPP="arm-none-eabi-cpp" CC="arm-none-eabi-gcc" CXX="arm-none-eabi-g++" CCAS="arm-none-eabi-gcc" OBJC="cc" OBJCXX="" AR="arm-none-eabi-ar" RANLIB="arm-none-eabi-ranlib" NM="arm-none-eabi-nm" STRIP="arm-none-eabi-strip" CPPFLAGS="-fdata-sections -ffunction-sections -Os -g -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='\"openthread-core-nrf52840-config.h\"' -I/home/illum/nordic_thread/application/openthread/examples/../examples/platforms/nrf52840/ -DOPENTHREAD_CONFIG_LOG_OUTPUT=OPENTHREAD_CONFIG_LOG_OUTPUT_PLATFORM_DEFINED -Wno-expansion-to-defined -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb -mabi=aapcs " CFLAGS=" -fdata-sections -ffunction-sections -Os -g -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='\"openthread-core-nrf52840-config.h\"' -I/home/illum/nordic_thread/application/openthread/examples/../examples/platforms/nrf52840/ -DOPENTHREAD_CONFIG_LOG_OUTPUT=OPENTHREAD_CONFIG_LOG_OUTPUT_PLATFORM_DEFINED -Wno-expansion-to-defined -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb -mabi=aapcs " CXXFLAGS=" -fdata-sections -ffunction-sections -Os -g -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='\"openthread-core-nrf52840-config.h\"' -I/home/illum/nordic_thread/application/openthread/examples/../examples/platforms/nrf52840/ -DOPENTHREAD_CONFIG_LOG_OUTPUT=OPENTHREAD_CONFIG_LOG_OUTPUT_PLATFORM_DEFINED -Wno-expansion-to-defined -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb -mabi=aapcs -fno-exceptions -fno-rtti " CCASFLAGS=" -x assembler-with-cpp " LDFLAGS="-fdata-sections -ffunction-sections -Os -g -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='\"openthread-core-nrf52840-config.h\"' -I/home/illum/nordic_thread/application/openthread/examples/../examples/platforms/nrf52840/ -DOPENTHREAD_CONFIG_LOG_OUTPUT=OPENTHREAD_CONFIG_LOG_OUTPUT_PLATFORM_DEFINED -Wno-expansion-to-defined -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb -mabi=aapcs -specs=nano.specs -specs=nosys.specs -Wl,--gc-sections " --host=arm-none-eabi --prefix=/ --exec-prefix=/nrf52840 --enable-application-coap --enable-channel-monitor --enable-cli --enable-diag --enable-ftd --enable-mtd --enable-ncp --enable-radio-only --enable-linker-map --with-examples=nrf52840 MBEDTLS_CPPFLAGS="-DMBEDTLS_CONFIG_FILE='\"mbedtls-config.h\"' -DMBEDTLS_USER_CONFIG_FILE='\"nrf52840-mbedtls-config.h\"' -I/home/illum/nordic_thread/application/openthread/examples/../third_party/mbedtls -I/home/illum/nordic_thread/application/openthread/examples/../third_party/mbedtls/repo/include -I/home/illum/nordic_thread/application/openthread/examples/../third_party/mbedtls/repo/include/mbedtls -I/home/illum/nordic_thread/application/openthread/examples/../third_party/NordicSemiconductor/libraries/crypto -I/home/illum/nordic_thread/application/openthread/examples/../third_party/NordicSemiconductor/libraries/nrf_cc310/include -I/home/illum/nordic_thread/application/openthread/examples/../third_party/NordicSemiconductor/nrfx/mdk -I/home/illum/nordic_thread/application/openthread/examples/../third_party/NordicSemiconductor/cmsis -DNRF52840_XXAA" --with-ncp-bus=uart)
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-none-eabi
checking filtered build system type... x86_64-unknown-linux-gnu
checking filtered host system type... arm-none-eabi
checking for a BSD-compatible install... /usr/bin/install -p
checking whether build environment is sane... yes
checking for arm-none-eabi-strip... arm-none-eabi-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to disable executable checking... no
checking for style of include used by make... GNU
checking for arm-none-eabi-gcc... arm-none-eabi-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-none-eabi-gcc accepts -g... yes
checking for arm-none-eabi-gcc option to accept ISO C89... none needed
checking whether arm-none-eabi-gcc understands -c and -o together... yes
checking dependency style of arm-none-eabi-gcc... gcc3
checking how to run the C preprocessor... arm-none-eabi-cpp
checking for arm-none-eabi-gcc... (cached) arm-none-eabi-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether arm-none-eabi-gcc accepts -g... (cached) yes
checking for arm-none-eabi-gcc option to accept ISO C89... (cached) none needed
checking whether arm-none-eabi-gcc understands -c and -o together... (cached) yes
checking dependency style of arm-none-eabi-gcc... (cached) gcc3
checking whether arm-none-eabi-gcc and cc understand -c and -o together... yes
checking whether we are using the GNU C++ compiler... yes
checking whether arm-none-eabi-g++ accepts -g... yes
checking dependency style of arm-none-eabi-g++... gcc3
checking how to run the C++ preprocessor... arm-none-eabi-g++ -E
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether arm-none-eabi-g++ accepts -g... (cached) yes
checking dependency style of arm-none-eabi-g++... (cached) gcc3
checking whether arm-none-eabi-g++ understands -c and -o together... yes
checking dependency style of arm-none-eabi-gcc... gcc3
checking for arm-none-eabi-ar... arm-none-eabi-ar
checking for arm-none-eabi-ranlib... arm-none-eabi-ranlib
checking for arm-none-eabi-objcopy... arm-none-eabi-objcopy
checking for arm-none-eabi-strip... (cached) arm-none-eabi-strip
checking whether ln -s works... yes
checking for cmp... /usr/bin/cmp
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether arm-none-eabi-gcc is Clang... no
checking whether the C compiler understands -Wall... yes
checking whether the C compiler understands -Wextra... yes
checking whether the C compiler understands -Wshadow... yes
checking whether the C compiler understands -Werror... yes
checking whether the C compiler understands -std=c99... yes
checking whether the C compiler understands -pedantic-errors... yes
checking whether the C++ compiler understands -Wall... yes
checking whether the C++ compiler understands -Wextra... yes
checking whether the C++ compiler understands -Wshadow... yes
checking whether the C++ compiler understands -Werror... yes
checking whether the C++ compiler understands -std=gnu++98... yes
checking whether the C++ compiler understands -Wno-c++14-compat... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by arm-none-eabi-gcc... /usr/arm-none-eabi/bin/ld
checking if the linker (/usr/arm-none-eabi/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... arm-none-eabi-nm
checking the name lister (arm-none-eabi-nm) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to arm-none-eabi format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/arm-none-eabi/bin/ld option to reload object files... -r
checking for arm-none-eabi-objdump... arm-none-eabi-objdump
checking how to recognize dependent libraries... unknown
checking for arm-none-eabi-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for arm-none-eabi-ar... (cached) arm-none-eabi-ar
checking for archiver @FILE support... @
checking for arm-none-eabi-strip... (cached) arm-none-eabi-strip
checking for arm-none-eabi-ranlib... (cached) arm-none-eabi-ranlib
checking command to parse arm-none-eabi-nm output from arm-none-eabi-gcc object... failed
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for arm-none-eabi-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... no
checking for objdir... .libs
checking if arm-none-eabi-gcc supports -fno-rtti -fno-exceptions... no
checking for arm-none-eabi-gcc option to produce PIC... -fPIC -DPIC
checking if arm-none-eabi-gcc PIC flag -fPIC -DPIC works... yes
checking if arm-none-eabi-gcc static flag -static works... yes
checking if arm-none-eabi-gcc supports -c -o file.o... yes
checking if arm-none-eabi-gcc supports -c -o file.o... (cached) yes
checking whether the arm-none-eabi-gcc linker (/usr/arm-none-eabi/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... arm-none-eabi-g++ -E
checking for ld used by arm-none-eabi-g++... /usr/arm-none-eabi/bin/ld
checking if the linker (/usr/arm-none-eabi/bin/ld) is GNU ld... yes
checking whether the arm-none-eabi-g++ linker (/usr/arm-none-eabi/bin/ld) supports shared libraries... no
checking for arm-none-eabi-g++ option to produce PIC... -fPIC -DPIC
checking if arm-none-eabi-g++ PIC flag -fPIC -DPIC works... yes
checking if arm-none-eabi-g++ static flag -static works... yes
checking if arm-none-eabi-g++ supports -c -o file.o... yes
checking if arm-none-eabi-g++ supports -c -o file.o... (cached) yes
checking whether the arm-none-eabi-g++ linker (/usr/arm-none-eabi/bin/ld) supports shared libraries... no
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
configure: checking whether to build debug instances
checking whether to build debug instances of programs and libraries... no
checking whether to build code-coverage instances of programs and libraries... no
checking for lcov... no
checking for genhtml... no
checking whether to build graphical code coverage reports... no
checking whether to build code-optimized instances of programs and libraries... yes
checking whether to build fuzz targets... no
checking whether to build with Address Sanitizer support... no
configure: checking whether to build tests
checking whether to build tests... yes
no
checking whether mbed TLS should be enabled... yes
checking whether to build POSIX applicaton... no
checking whether to build FTD library... yes
checking whether to build MTD library... yes
checking whether to build radio-only library... yes
checking whether to build CLI library... yes
checking whether to build NCP library... yes
checking should NCP support SPI...
checking should NCP support UART...
checking whether to enable UDP proxy... no
checking whether to enable border agent... no
checking whether to enable the network diagnostic for MTD... no
checking whether to enable the commissioner... no
checking whether to enable the joiner feature... no
checking whether to enable DTLS due to joiner/commissioner... no
checking whether to enable jam detection... no
checking whether to enable channel monitor... yes
checking whether to enable channel manager... no
checking whether to enable mac filter... no
checking whether to enable diag... yes
checking whether to enable legacy... no
checking for NCP vendor hook source... none
checking for NCP Spinel Encrypter... none
no
checking whether to enable linker map output... yes
checking whether to enable examples...
checking whether to build tools... yes
checking for doxygen... no
checking for dot... no
checking whether to build documentation... no
configure: checking required package dependencies
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for ANSI C header files... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for strlcpy... yes
checking for strlcat... yes
checking for strnlen... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for memcpy... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/openthread/Makefile
config.status: creating include/openthread/platform/Makefile
config.status: creating src/Makefile
config.status: creating src/cli/Makefile
config.status: creating src/ncp/Makefile
config.status: creating src/core/Makefile
config.status: creating src/diag/Makefile
config.status: creating src/posix/Makefile
config.status: creating src/posix/platform/Makefile
config.status: creating third_party/Makefile
config.status: creating third_party/mbedtls/Makefile
config.status: creating examples/Makefile
config.status: creating examples/apps/Makefile
config.status: creating examples/apps/cli/Makefile
config.status: creating examples/apps/ncp/Makefile
config.status: creating examples/platforms/Makefile
config.status: creating examples/platforms/cc1352/Makefile
config.status: creating examples/platforms/cc2538/Makefile
config.status: creating examples/platforms/cc2650/Makefile
config.status: creating examples/platforms/cc2652/Makefile
config.status: creating examples/platforms/da15000/Makefile
config.status: creating examples/platforms/efr32/Makefile
config.status: creating examples/platforms/emsk/Makefile
config.status: creating examples/platforms/gp712/Makefile
config.status: creating examples/platforms/kw41z/Makefile
config.status: creating examples/platforms/nrf52840/Makefile
config.status: creating examples/platforms/samr21/Makefile
config.status: creating examples/platforms/posix/Makefile
config.status: creating examples/platforms/utils/Makefile
config.status: creating tools/Makefile
config.status: creating tools/harness-automation/Makefile
config.status: creating tools/harness-thci/Makefile
config.status: creating tools/spi-hdlc-adapter/Makefile
config.status: creating tests/Makefile
config.status: creating tests/fuzz/Makefile
config.status: creating tests/scripts/Makefile
config.status: creating tests/scripts/thread-cert/Makefile
config.status: creating tests/unit/Makefile
config.status: creating doc/Makefile
config.status: creating include/openthread-config-generic.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure:
Configuration Summary
---------------------
Package : OPENTHREAD
Version : 20170716-00896-g2e31723-dirty
Interface : 0.0.5
Build system : x86_64-unknown-linux-gnu
Host system : arm-none-eabi
Host architecture : arm
Host OS : eabi
Cross compiling : yes
Build shared libraries : no
Build static libraries : yes
Build debug libraries : no
Build optimized libraries : yes
Build coverage libraries : no
Build coverage reports : no
Address sanitizer support : no
Lcov : -
Genhtml : -
Build tests : yes
Build fuzz targets : no
Build tools : yes
OpenThread tests :
Prefix : /
Documentation support : no
Doxygen : -
GraphViz dot : -
C Preprocessor : arm-none-eabi-cpp
C Compiler : arm-none-eabi-gcc
C++ Preprocessor : arm-none-eabi-g++ -E
C++ Compiler : arm-none-eabi-g++
Assembler Compiler : arm-none-eabi-gcc
Archiver : arm-none-eabi-ar
Archive Indexer : arm-none-eabi-ranlib
Symbol Stripper : arm-none-eabi-strip
Object Copier : arm-none-eabi-objcopy
C Preprocessor flags : -fdata-sections -ffunction-sections -Os -g -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-nrf52840-config.h"' -I/home/illum/nordic_thread/application/openthread/examples/../examples/platforms/nrf52840/ -DOPENTHREAD_CONFIG_LOG_OUTPUT=OPENTHREAD_CONFIG_LOG_OUTPUT_PLATFORM_DEFINED -Wno-expansion-to-defined -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb -mabi=aapcs -DMBEDTLS_CONFIG_FILE='"mbedtls-config.h"' -DMBEDTLS_USER_CONFIG_FILE='"nrf52840-mbedtls-config.h"' -I/home/illum/nordic_thread/application/openthread/examples/../third_party/mbedtls -I/home/illum/nordic_thread/application/openthread/examples/../third_party/mbedtls/repo/include -I/home/illum/nordic_thread/application/openthread/examples/../third_party/mbedtls/repo/include/mbedtls -I/home/illum/nordic_thread/application/openthread/examples/../third_party/NordicSemiconductor/libraries/crypto -I/home/illum/nordic_thread/application/openthread/examples/../third_party/NordicSemiconductor/libraries/nrf_cc310/include -I/home/illum/nordic_thread/application/openthread/examples/../third_party/NordicSemiconductor/nrfx/mdk -I/home/illum/nordic_thread/application/openthread/examples/../third_party/NordicSemiconductor/cmsis -DNRF52840_XXAA
C Compile flags : -fdata-sections -ffunction-sections -Os -g -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-nrf52840-config.h"' -I/home/illum/nordic_thread/application/openthread/examples/../examples/platforms/nrf52840/ -DOPENTHREAD_CONFIG_LOG_OUTPUT=OPENTHREAD_CONFIG_LOG_OUTPUT_PLATFORM_DEFINED -Wno-expansion-to-defined -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb -mabi=aapcs -Wall -Wextra -Wshadow -Werror -std=c99 -pedantic-errors -D_BSD_SOURCE=1 -D_DEFAULT_SOURCE=1
C++ Compile flags : -fdata-sections -ffunction-sections -Os -g -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-nrf52840-config.h"' -I/home/illum/nordic_thread/application/openthread/examples/../examples/platforms/nrf52840/ -DOPENTHREAD_CONFIG_LOG_OUTPUT=OPENTHREAD_CONFIG_LOG_OUTPUT_PLATFORM_DEFINED -Wno-expansion-to-defined -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb -mabi=aapcs -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Werror -std=gnu++98 -Wno-c++14-compat -D_BSD_SOURCE=1 -D_DEFAULT_SOURCE=1
Assembler flags : -x assembler-with-cpp
Link flags : -fdata-sections -ffunction-sections -Os -g -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-nrf52840-config.h"' -I/home/illum/nordic_thread/application/openthread/examples/../examples/platforms/nrf52840/ -DOPENTHREAD_CONFIG_LOG_OUTPUT=OPENTHREAD_CONFIG_LOG_OUTPUT_PLATFORM_DEFINED -Wno-expansion-to-defined -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb -mabi=aapcs -specs=nano.specs -specs=nosys.specs -Wl,--gc-sections
Link libraries :
Link maps : yes
Pretty : ${abs_top_srcdir}/script/clang-format.sh
Pretty args : -style=file -i
Pretty check : ${abs_top_srcdir}/script/clang-format-check.sh
Pretty check args : -
OpenThread FTD support : yes
OpenThread MTD support : yes
OpenThread Radio Only support : yes
OpenThread CLI support : yes
OpenThread NCP support : yes
OpenThread NCP-BUS Configuration : uart
OpenThread NCP Vendor Hook Source : none
OpenThread NCP Spinel Encrypter : none
OpenThread Multiple Instances support : no
OpenThread MTD Network Diagnostic support : no
OpenThread builtin mbedtls support : yes
OpenThread UDP Proxy support : no
OpenThread Commissioner support : no
OpenThread Joiner support : no
OpenThread DTLS support : no
OpenThread Jam Detection support : no
OpenThread Channel Monitor support : yes
OpenThread Channel Manager support : no
OpenThread MAC Filter support : no
OpenThread Diagnostics support : yes
OpenThread Child Supervision support : no
OpenThread Legacy network support : no
OpenThread Certification log support : no
OpenThread DHCPv6 Server support : no
OpenThread DHCPv6 Client support : no
OpenThread DNS Client support : no
OpenThread Application CoAP support : yes
OpenThread Raw Link-Layer support : no
OpenThread Border Agent support : no
OpenThread Border Router support : no
OpenThread Service support : no
OpenThread Examples : nrf52840
OpenThread POSIX Application : no
BUILD nrf52840
make -j10 -C build/nrf52840 --no-print-directory all
CHECK .local-version
GEN .local-version
make --no-print-directory all-recursive
Making all in include
make all-recursive
Making all in openthread
Making all in platform
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all-am'.
Making all in third_party
Making all in mbedtls
CC repo/library/libmbedcrypto_a-aes.o
CC repo/library/libmbedcrypto_a-asn1parse.o
CC repo/library/libmbedcrypto_a-asn1write.o
CC repo/library/libmbedcrypto_a-base64.o
CC repo/library/libmbedcrypto_a-bignum.o
CC repo/library/libmbedcrypto_a-ccm.o
CC repo/library/libmbedcrypto_a-cipher.o
CC repo/library/libmbedcrypto_a-cipher_wrap.o
CC repo/library/libmbedcrypto_a-cmac.o
CC repo/library/libmbedcrypto_a-ctr_drbg.o
CC repo/library/libmbedcrypto_a-debug.o
CC repo/library/libmbedcrypto_a-ecdh.o
CC repo/library/libmbedcrypto_a-ecdsa.o
CC repo/library/libmbedcrypto_a-ecjpake.o
CC repo/library/libmbedcrypto_a-entropy.o
CC repo/library/libmbedcrypto_a-ecp_curves.o
CC repo/library/libmbedcrypto_a-entropy_poll.o
CC repo/library/libmbedcrypto_a-md.o
CC repo/library/libmbedcrypto_a-memory_buffer_alloc.o
CC repo/library/libmbedcrypto_a-md_wrap.o
CC repo/library/libmbedcrypto_a-oid.o
CC repo/library/libmbedcrypto_a-pk.o
CC repo/library/libmbedcrypto_a-pk_wrap.o
CC repo/library/libmbedcrypto_a-pkparse.o
CC repo/library/libmbedcrypto_a-platform.o
CC repo/library/libmbedcrypto_a-sha256.o
CC repo/library/libmbedcrypto_a-ssl_cookie.o
CC repo/library/libmbedcrypto_a-ssl_cli.o
CC repo/library/libmbedcrypto_a-ssl_ciphersuites.o
CC repo/library/libmbedcrypto_a-ssl_srv.o
CC repo/library/libmbedcrypto_a-ssl_ticket.o
CC repo/library/libmbedcrypto_a-x509.o
CC repo/library/libmbedcrypto_a-ssl_tls.o
CC repo/library/libmbedcrypto_a-ecp.o
CC repo/library/libmbedcrypto_a-x509_crt.o
AR libmbedcrypto.a
make[4]: Nothing to be done for 'all-am'.
Making all in src
Making all in core
CXX api/libopenthread_mtd_a-border_router_api.o
CXX api/libopenthread_mtd_a-channel_manager_api.o
CXX api/libopenthread_mtd_a-channel_monitor_api.o
CXX api/libopenthread_mtd_a-child_supervision_api.o
CXX api/libopenthread_mtd_a-coap_api.o
CXX api/libopenthread_mtd_a-commissioner_api.o
CXX api/libopenthread_mtd_a-crypto_api.o
CXX api/libopenthread_mtd_a-dataset_api.o
CXX api/libopenthread_mtd_a-dhcp6_api.o
CXX api/libopenthread_mtd_a-dataset_ftd_api.o
CXX api/libopenthread_mtd_a-icmp6_api.o
CXX api/libopenthread_mtd_a-dns_api.o
CXX api/libopenthread_mtd_a-instance_api.o
CXX api/libopenthread_mtd_a-ip6_api.o
CXX api/libopenthread_mtd_a-link_api.o
CXX api/libopenthread_mtd_a-link_raw_api.o
CXX api/libopenthread_mtd_a-jam_detection_api.o
CXX api/libopenthread_mtd_a-joiner_api.o
CXX api/libopenthread_mtd_a-message_api.o
CXX api/libopenthread_mtd_a-netdata_api.o
CXX api/libopenthread_mtd_a-network_time_api.o
CXX api/libopenthread_mtd_a-server_api.o
CXX api/libopenthread_mtd_a-tasklet_api.o
CXX api/libopenthread_mtd_a-thread_api.o
CXX api/libopenthread_mtd_a-udp_api.o
CXX api/libopenthread_mtd_a-thread_ftd_api.o
CXX coap/libopenthread_mtd_a-coap.o
CXX coap/libopenthread_mtd_a-coap_header.o
CXX coap/libopenthread_mtd_a-coap_secure.o
CXX common/libopenthread_mtd_a-crc16.o
CXX common/libopenthread_mtd_a-instance.o
CXX common/libopenthread_mtd_a-locator.o
CXX common/libopenthread_mtd_a-logging.o
CXX common/libopenthread_mtd_a-message.o
CXX common/libopenthread_mtd_a-settings.o
CXX common/libopenthread_mtd_a-notifier.o
CXX common/libopenthread_mtd_a-string.o
CXX common/libopenthread_mtd_a-tasklet.o
CXX common/libopenthread_mtd_a-timer.o
CXX common/libopenthread_mtd_a-trickle_timer.o
CXX common/libopenthread_mtd_a-tlvs.o
CXX crypto/libopenthread_mtd_a-aes_ccm.o
CXX crypto/libopenthread_mtd_a-aes_ecb.o
CXX crypto/libopenthread_mtd_a-hmac_sha256.o
CXX crypto/libopenthread_mtd_a-mbedtls.o
CXX crypto/libopenthread_mtd_a-pbkdf2_cmac.o
CXX crypto/libopenthread_mtd_a-sha256.o
CXX mac/libopenthread_mtd_a-mac.o
CXX mac/libopenthread_mtd_a-mac_filter.o
CXX mac/libopenthread_mtd_a-mac_frame.o
CXX meshcop/libopenthread_mtd_a-announce_begin_client.o
CXX meshcop/libopenthread_mtd_a-border_agent.o
CXX meshcop/libopenthread_mtd_a-commissioner.o
CXX meshcop/libopenthread_mtd_a-dataset.o
CXX meshcop/libopenthread_mtd_a-dataset_local.o
CXX meshcop/libopenthread_mtd_a-dataset_manager.o
CXX meshcop/libopenthread_mtd_a-dataset_manager_ftd.o
CXX meshcop/libopenthread_mtd_a-energy_scan_client.o
CXX meshcop/libopenthread_mtd_a-dtls.o
CXX meshcop/libopenthread_mtd_a-joiner.o
CXX meshcop/libopenthread_mtd_a-joiner_router.o
CXX meshcop/libopenthread_mtd_a-leader.o
CXX meshcop/libopenthread_mtd_a-meshcop.o
CXX meshcop/libopenthread_mtd_a-meshcop_tlvs.o
CXX meshcop/libopenthread_mtd_a-panid_query_client.o
CXX net/libopenthread_mtd_a-dhcp6_client.o
CXX meshcop/libopenthread_mtd_a-timestamp.o
CXX net/libopenthread_mtd_a-dhcp6_server.o
CXX net/libopenthread_mtd_a-dns_client.o
CXX net/libopenthread_mtd_a-icmp6.o
CXX net/libopenthread_mtd_a-ip6_address.o
CXX net/libopenthread_mtd_a-ip6.o
CXX net/libopenthread_mtd_a-ip6_filter.o
CXX net/libopenthread_mtd_a-ip6_headers.o
CXX net/libopenthread_mtd_a-ip6_mpl.o
CXX net/libopenthread_mtd_a-ip6_routes.o
CXX net/libopenthread_mtd_a-netif.o
CXX net/libopenthread_mtd_a-udp6.o
CXX thread/libopenthread_mtd_a-address_resolver.o
CXX thread/libopenthread_mtd_a-announce_begin_server.o
CXX thread/libopenthread_mtd_a-announce_sender.o
CXX thread/libopenthread_mtd_a-child_table.o
CXX thread/libopenthread_mtd_a-data_poll_manager.o
CXX thread/libopenthread_mtd_a-energy_scan_server.o
CXX thread/libopenthread_mtd_a-key_manager.o
CXX thread/libopenthread_mtd_a-link_quality.o
CXX thread/libopenthread_mtd_a-lowpan.o
CXX thread/libopenthread_mtd_a-mesh_forwarder.o
CXX thread/libopenthread_mtd_a-mesh_forwarder_ftd.o
CXX thread/libopenthread_mtd_a-mesh_forwarder_mtd.o
CXX thread/libopenthread_mtd_a-mle.o
CXX thread/libopenthread_mtd_a-network_data.o
CXX thread/libopenthread_mtd_a-mle_router.o
CXX thread/libopenthread_mtd_a-network_data_leader.o
CXX thread/libopenthread_mtd_a-network_data_leader_ftd.o
CXX thread/libopenthread_mtd_a-network_data_local.o
CXX thread/libopenthread_mtd_a-network_diagnostic.o
CXX thread/libopenthread_mtd_a-panid_query_server.o
CXX thread/libopenthread_mtd_a-router_table.o
CXX thread/libopenthread_mtd_a-src_match_controller.o
CXX thread/libopenthread_mtd_a-thread_netif.o
CXX thread/libopenthread_mtd_a-time_sync_service.o
CXX utils/libopenthread_mtd_a-channel_manager.o
CXX thread/libopenthread_mtd_a-topology.o
CXX utils/libopenthread_mtd_a-channel_monitor.o
CXX utils/libopenthread_mtd_a-heap.o
CXX utils/libopenthread_mtd_a-child_supervision.o
CXX utils/libopenthread_mtd_a-jam_detector.o
CC utils/libopenthread_mtd_a-missing_strlcat.o
CC utils/libopenthread_mtd_a-missing_strlcpy.o
CC utils/libopenthread_mtd_a-missing_strnlen.o
CXX utils/libopenthread_mtd_a-parse_cmdline.o
CXX utils/libopenthread_mtd_a-slaac_address.o
CXX api/libopenthread_radio_a-instance_api.o
CXX api/libopenthread_radio_a-link_raw_api.o
CXX api/libopenthread_radio_a-message_api.o
CXX api/libopenthread_radio_a-tasklet_api.o
CXX common/libopenthread_radio_a-instance.o
CXX common/libopenthread_radio_a-locator.o
CXX common/libopenthread_radio_a-logging.o
CXX common/libopenthread_radio_a-message.o
CXX common/libopenthread_radio_a-string.o
CXX common/libopenthread_radio_a-tasklet.o
CXX common/libopenthread_radio_a-timer.o
CXX thread/libopenthread_radio_a-link_quality.o
CXX mac/libopenthread_radio_a-mac_frame.o
CC utils/libopenthread_radio_a-missing_strlcat.o
CC utils/libopenthread_radio_a-missing_strlcpy.o
CC utils/libopenthread_radio_a-missing_strnlen.o
CXX utils/libopenthread_radio_a-parse_cmdline.o
CXX api/libopenthread_ftd_a-channel_manager_api.o
CXX api/libopenthread_ftd_a-border_router_api.o
CXX api/libopenthread_ftd_a-channel_monitor_api.o
CXX api/libopenthread_ftd_a-child_supervision_api.o
CXX api/libopenthread_ftd_a-coap_api.o
CXX api/libopenthread_ftd_a-commissioner_api.o
CXX api/libopenthread_ftd_a-dataset_api.o
CXX api/libopenthread_ftd_a-crypto_api.o
CXX api/libopenthread_ftd_a-dataset_ftd_api.o
CXX api/libopenthread_ftd_a-dhcp6_api.o
CXX api/libopenthread_ftd_a-icmp6_api.o
CXX api/libopenthread_ftd_a-dns_api.o
CXX api/libopenthread_ftd_a-instance_api.o
CXX api/libopenthread_ftd_a-ip6_api.o
CXX api/libopenthread_ftd_a-jam_detection_api.o
CXX api/libopenthread_ftd_a-joiner_api.o
CXX api/libopenthread_ftd_a-link_api.o
CXX api/libopenthread_ftd_a-link_raw_api.o
CXX api/libopenthread_ftd_a-message_api.o
CXX api/libopenthread_ftd_a-netdata_api.o
CXX api/libopenthread_ftd_a-network_time_api.o
CXX api/libopenthread_ftd_a-server_api.o
CXX api/libopenthread_ftd_a-tasklet_api.o
CXX api/libopenthread_ftd_a-thread_api.o
CXX api/libopenthread_ftd_a-thread_ftd_api.o
CXX api/libopenthread_ftd_a-udp_api.o
CXX coap/libopenthread_ftd_a-coap.o
CXX coap/libopenthread_ftd_a-coap_header.o
CXX coap/libopenthread_ftd_a-coap_secure.o
CXX common/libopenthread_ftd_a-crc16.o
CXX common/libopenthread_ftd_a-instance.o
CXX common/libopenthread_ftd_a-locator.o
CXX common/libopenthread_ftd_a-logging.o
CXX common/libopenthread_ftd_a-message.o
CXX common/libopenthread_ftd_a-notifier.o
CXX common/libopenthread_ftd_a-settings.o
CXX common/libopenthread_ftd_a-string.o
CXX common/libopenthread_ftd_a-tasklet.o
CXX common/libopenthread_ftd_a-timer.o
CXX common/libopenthread_ftd_a-tlvs.o
CXX crypto/libopenthread_ftd_a-aes_ccm.o
CXX common/libopenthread_ftd_a-trickle_timer.o
CXX crypto/libopenthread_ftd_a-aes_ecb.o
CXX crypto/libopenthread_ftd_a-hmac_sha256.o
CXX crypto/libopenthread_ftd_a-mbedtls.o
CXX crypto/libopenthread_ftd_a-sha256.o
CXX crypto/libopenthread_ftd_a-pbkdf2_cmac.o
CXX mac/libopenthread_ftd_a-mac.o
CXX mac/libopenthread_ftd_a-mac_filter.o
CXX mac/libopenthread_ftd_a-mac_frame.o
CXX meshcop/libopenthread_ftd_a-announce_begin_client.o
CXX meshcop/libopenthread_ftd_a-commissioner.o
CXX meshcop/libopenthread_ftd_a-border_agent.o
CXX meshcop/libopenthread_ftd_a-dataset.o
CXX meshcop/libopenthread_ftd_a-dataset_local.o
CXX meshcop/libopenthread_ftd_a-dataset_manager.o
CXX meshcop/libopenthread_ftd_a-dataset_manager_ftd.o
CXX meshcop/libopenthread_ftd_a-dtls.o
CXX meshcop/libopenthread_ftd_a-energy_scan_client.o
CXX meshcop/libopenthread_ftd_a-joiner.o
CXX meshcop/libopenthread_ftd_a-joiner_router.o
CXX meshcop/libopenthread_ftd_a-leader.o
CXX meshcop/libopenthread_ftd_a-meshcop.o
CXX meshcop/libopenthread_ftd_a-meshcop_tlvs.o
CXX meshcop/libopenthread_ftd_a-panid_query_client.o
CXX meshcop/libopenthread_ftd_a-timestamp.o
CXX net/libopenthread_ftd_a-dhcp6_client.o
CXX net/libopenthread_ftd_a-dhcp6_server.o
CXX net/libopenthread_ftd_a-dns_client.o
CXX net/libopenthread_ftd_a-icmp6.o
CXX net/libopenthread_ftd_a-ip6.o
CXX net/libopenthread_ftd_a-ip6_address.o
CXX net/libopenthread_ftd_a-ip6_filter.o
CXX net/libopenthread_ftd_a-ip6_mpl.o
CXX net/libopenthread_ftd_a-ip6_routes.o
CXX net/libopenthread_ftd_a-ip6_headers.o
CXX net/libopenthread_ftd_a-netif.o
CXX net/libopenthread_ftd_a-udp6.o
CXX thread/libopenthread_ftd_a-address_resolver.o
CXX thread/libopenthread_ftd_a-announce_begin_server.o
CXX thread/libopenthread_ftd_a-announce_sender.o
CXX thread/libopenthread_ftd_a-child_table.o
CXX thread/libopenthread_ftd_a-energy_scan_server.o
CXX thread/libopenthread_ftd_a-data_poll_manager.o
CXX thread/libopenthread_ftd_a-key_manager.o
CXX thread/libopenthread_ftd_a-link_quality.o
CXX thread/libopenthread_ftd_a-lowpan.o
CXX thread/libopenthread_ftd_a-mesh_forwarder.o
CXX thread/libopenthread_ftd_a-mesh_forwarder_ftd.o
CXX thread/libopenthread_ftd_a-mesh_forwarder_mtd.o
CXX thread/libopenthread_ftd_a-mle.o
CXX thread/libopenthread_ftd_a-mle_router.o
CXX thread/libopenthread_ftd_a-network_data.o
CXX thread/libopenthread_ftd_a-network_data_leader.o
CXX thread/libopenthread_ftd_a-network_data_leader_ftd.o
CXX thread/libopenthread_ftd_a-network_data_local.o
CXX thread/libopenthread_ftd_a-network_diagnostic.o
CXX thread/libopenthread_ftd_a-panid_query_server.o
CXX thread/libopenthread_ftd_a-router_table.o
CXX thread/libopenthread_ftd_a-src_match_controller.o
CXX thread/libopenthread_ftd_a-thread_netif.o
CXX thread/libopenthread_ftd_a-time_sync_service.o
CXX thread/libopenthread_ftd_a-topology.o
CXX utils/libopenthread_ftd_a-channel_manager.o
CXX utils/libopenthread_ftd_a-channel_monitor.o
CXX utils/libopenthread_ftd_a-child_supervision.o
CXX utils/libopenthread_ftd_a-heap.o
CXX utils/libopenthread_ftd_a-jam_detector.o
CC utils/libopenthread_ftd_a-missing_strlcat.o
CC utils/libopenthread_ftd_a-missing_strlcpy.o
CC utils/libopenthread_ftd_a-missing_strnlen.o
CXX utils/libopenthread_ftd_a-parse_cmdline.o
CXX utils/libopenthread_ftd_a-slaac_address.o
AR libopenthread-mtd.a
AR libopenthread-radio.a
AR libopenthread-ftd.a
Making all in cli
CXX libopenthread_cli_ftd_a-cli.o
CXX libopenthread_cli_ftd_a-cli_coap.o
CXX libopenthread_cli_ftd_a-cli_console.o
CXX libopenthread_cli_ftd_a-cli_dataset.o
CXX libopenthread_cli_ftd_a-cli_uart.o
CXX libopenthread_cli_ftd_a-cli_udp_example.o
CXX libopenthread_cli_mtd_a-cli.o
CXX libopenthread_cli_mtd_a-cli_coap.o
CXX libopenthread_cli_mtd_a-cli_console.o
CXX libopenthread_cli_mtd_a-cli_dataset.o
CXX libopenthread_cli_mtd_a-cli_uart.o
CXX libopenthread_cli_mtd_a-cli_udp_example.o
AR libopenthread-cli-mtd.a
AR libopenthread-cli-ftd.a
Making all in ncp
CXX libopenthread_ncp_ftd_a-changed_props_set.o
CXX libopenthread_ncp_ftd_a-ncp_base.o
CXX libopenthread_ncp_ftd_a-hdlc.o
CXX libopenthread_ncp_ftd_a-ncp_base_ftd.o
CXX libopenthread_ncp_ftd_a-ncp_base_mtd.o
CXX libopenthread_ncp_ftd_a-ncp_base_dispatcher.o
CXX libopenthread_ncp_ftd_a-ncp_buffer.o
CXX libopenthread_ncp_ftd_a-ncp_spi.o
CXX libopenthread_ncp_ftd_a-ncp_base_radio.o
CXX libopenthread_ncp_ftd_a-ncp_uart.o
CC libopenthread_ncp_ftd_a-spinel.o
CXX libopenthread_ncp_ftd_a-spinel_decoder.o
CXX libopenthread_ncp_ftd_a-spinel_encoder.o
CXX libopenthread_ncp_mtd_a-changed_props_set.o
CXX libopenthread_ncp_mtd_a-hdlc.o
CXX libopenthread_ncp_mtd_a-ncp_base.o
CXX libopenthread_ncp_mtd_a-ncp_base_ftd.o
CXX libopenthread_ncp_mtd_a-ncp_base_mtd.o
CXX libopenthread_ncp_mtd_a-ncp_base_radio.o
CXX libopenthread_ncp_mtd_a-ncp_base_dispatcher.o
CXX libopenthread_ncp_mtd_a-ncp_buffer.o
CXX libopenthread_ncp_mtd_a-ncp_spi.o
CXX libopenthread_ncp_mtd_a-ncp_uart.o
CXX libopenthread_ncp_mtd_a-spinel_decoder.o
CC libopenthread_ncp_mtd_a-spinel.o
CXX libopenthread_ncp_radio_a-changed_props_set.o
CXX libopenthread_ncp_mtd_a-spinel_encoder.o
CXX libopenthread_ncp_radio_a-hdlc.o
CXX libopenthread_ncp_radio_a-ncp_base.o
CXX libopenthread_ncp_radio_a-ncp_base_ftd.o
CXX libopenthread_ncp_radio_a-ncp_base_radio.o
CXX libopenthread_ncp_radio_a-ncp_base_mtd.o
CXX libopenthread_ncp_radio_a-ncp_base_dispatcher.o
CXX libopenthread_ncp_radio_a-ncp_buffer.o
CXX libopenthread_ncp_radio_a-ncp_spi.o
CXX libopenthread_ncp_radio_a-ncp_uart.o
CC libopenthread_ncp_radio_a-spinel.o
CXX libopenthread_ncp_radio_a-spinel_decoder.o
CXX libopenthread_ncp_radio_a-spinel_encoder.o
AR libopenthread-ncp-ftd.a
AR libopenthread-ncp-radio.a
AR libopenthread-ncp-mtd.a
Making all in diag
CXX libopenthread_diag_a-openthread-diag.o
CXX libopenthread_diag_a-diag_process.o
AR libopenthread-diag.a
make[4]: Nothing to be done for 'all-am'.
Making all in examples
Making all in platforms
Making all in utils
CC libopenthread_platform_utils_a-debug_uart.o
CC libopenthread_platform_utils_a-settings_flash.o
AR libopenthread-platform-utils.a
Making all in nrf52840
CC libopenthread_nrf52840_a-alarm.o
CC libopenthread_nrf52840_a-fem.o
CC libopenthread_nrf52840_a-flash.o
CC libopenthread_nrf52840_a-logging.o
CC libopenthread_nrf52840_a-misc.o
CC libopenthread_nrf52840_a-radio.o
CC libopenthread_nrf52840_a-random.o
CC libopenthread_nrf52840_a-spi-slave.o
CC libopenthread_nrf52840_a-temp.o
CC libopenthread_nrf52840_a-system.o
CC libopenthread_nrf52840_a-uart.o
CC libopenthread_nrf52840_a-usb-cdc-uart.o
CC libopenthread_nrf52840_a-diag.o
CC libopenthread_nrf52840_a-flash_nosd.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_a-nrf_802154_notification_direct.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_a-nrf_802154_priority_drop_direct.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_a-nrf_802154_request_direct.o
CC libopenthread_nrf52840_sdk_a-alarm.o
CC libopenthread_nrf52840_sdk_a-fem.o
CC libopenthread_nrf52840_sdk_a-flash.o
CC libopenthread_nrf52840_sdk_a-logging.o
CC libopenthread_nrf52840_sdk_a-misc.o
CC libopenthread_nrf52840_sdk_a-radio.o
CC libopenthread_nrf52840_sdk_a-random.o
CC libopenthread_nrf52840_sdk_a-temp.o
CC libopenthread_nrf52840_sdk_a-spi-slave.o
CC libopenthread_nrf52840_sdk_a-system.o
CC libopenthread_nrf52840_sdk_a-uart.o
CC libopenthread_nrf52840_sdk_a-usb-cdc-uart.o
CC libopenthread_nrf52840_sdk_a-diag.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_sdk_a-nrf_802154.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_sdk_a-nrf_802154_ack_pending_bit.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_sdk_a-nrf_802154_core_hooks.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_sdk_a-nrf_802154_critical_section.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_sdk_a-nrf_802154_core.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_sdk_a-nrf_802154_debug.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_sdk_a-nrf_802154_pib.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_sdk_a-nrf_802154_revision.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_sdk_a-nrf_802154_rsch.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_sdk_a-nrf_802154_rssi.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_sdk_a-nrf_802154_rx_buffer.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_sdk_a-nrf_802154_timer_coord.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/fem/libopenthread_nrf52840_sdk_a-nrf_fem_control.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/mac_features/libopenthread_nrf52840_sdk_a-nrf_802154_ack_timeout.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/mac_features/libopenthread_nrf52840_sdk_a-nrf_802154_csma_ca.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/mac_features/libopenthread_nrf52840_sdk_a-nrf_802154_filter.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/mac_features/libopenthread_nrf52840_sdk_a-nrf_802154_delayed_trx.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/platform/clock/libopenthread_nrf52840_sdk_a-nrf_802154_clock_sdk.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/platform/hp_timer/libopenthread_nrf52840_sdk_a-nrf_802154_hp_timer.o
CC libopenthread_nrf52840_sdk_a-flash_nosd.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_sdk_a-nrf_802154_notification_direct.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/timer_scheduler/libopenthread_nrf52840_sdk_a-nrf_802154_timer_sched.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_sdk_a-nrf_802154_priority_drop_direct.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_sdk_a-nrf_802154_request_direct.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/raal/single_phy/libopenthread_nrf52840_sdk_a-single_phy.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_sdk_a-aes_alt.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_sdk_a-aes_alt_cc310.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_sdk_a-aes_alt_soft.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_sdk_a-cc310_mbedtls.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_sdk_a-ecp_alt_cc310.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_sdk_a-ecp_curves_alt.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_sdk_a-sha256_alt_cc310.o
CC libopenthread_nrf52840_softdevice_sdk_a-fem.o
CC libopenthread_nrf52840_softdevice_sdk_a-flash.o
CC libopenthread_nrf52840_softdevice_sdk_a-alarm.o
CC libopenthread_nrf52840_softdevice_sdk_a-logging.o
CC libopenthread_nrf52840_softdevice_sdk_a-misc.o
CC libopenthread_nrf52840_softdevice_sdk_a-radio.o
CC libopenthread_nrf52840_softdevice_sdk_a-temp.o
CC libopenthread_nrf52840_softdevice_sdk_a-random.o
CC libopenthread_nrf52840_softdevice_sdk_a-spi-slave.o
CC libopenthread_nrf52840_softdevice_sdk_a-system.o
CC libopenthread_nrf52840_softdevice_sdk_a-uart.o
CC libopenthread_nrf52840_softdevice_sdk_a-usb-cdc-uart.o
CC libopenthread_nrf52840_softdevice_sdk_a-diag.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_ack_pending_bit.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_core.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_critical_section.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_core_hooks.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_debug.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_pib.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_revision.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_rsch.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_rssi.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_rx_buffer.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_timer_coord.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/fem/libopenthread_nrf52840_softdevice_sdk_a-nrf_fem_control.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/mac_features/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_ack_timeout.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/mac_features/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_csma_ca.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/mac_features/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_delayed_trx.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/mac_features/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_filter.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/platform/clock/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_clock_sdk.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/platform/hp_timer/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_hp_timer.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/timer_scheduler/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_timer_sched.o
CC libopenthread_nrf52840_softdevice_sdk_a-flash_sd.o
CC libopenthread_nrf52840_softdevice_sdk_a-softdevice.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_notification_swi.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_priority_drop_swi.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_request_swi.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_swi.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_softdevice_sdk_a-aes_alt.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_softdevice_sdk_a-aes_alt_cc310.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_softdevice_sdk_a-aes_alt_soft.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_softdevice_sdk_a-cc310_mbedtls.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_softdevice_sdk_a-ecp_alt_cc310.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_softdevice_sdk_a-sha256_alt_cc310.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_softdevice_sdk_a-ecp_curves_alt.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_a-nrf_802154_ack_pending_bit.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_a-nrf_802154.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_a-nrf_802154_core.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_a-nrf_802154_core_hooks.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_a-nrf_802154_critical_section.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_a-nrf_802154_debug.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_a-nrf_802154_pib.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_a-nrf_802154_revision.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_a-nrf_802154_rsch.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_a-nrf_802154_rssi.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_a-nrf_802154_rx_buffer.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/libopenthread_nrf52840_a-nrf_802154_timer_coord.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/fem/libopenthread_nrf52840_a-nrf_fem_control.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/mac_features/libopenthread_nrf52840_a-nrf_802154_ack_timeout.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/mac_features/libopenthread_nrf52840_a-nrf_802154_csma_ca.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/mac_features/libopenthread_nrf52840_a-nrf_802154_delayed_trx.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/platform/clock/libopenthread_nrf52840_a-nrf_802154_clock_sdk.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/mac_features/libopenthread_nrf52840_a-nrf_802154_filter.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/platform/hp_timer/libopenthread_nrf52840_a-nrf_802154_hp_timer.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/timer_scheduler/libopenthread_nrf52840_a-nrf_802154_timer_sched.o
CC ../../../third_party/NordicSemiconductor/dependencies/libopenthread_nrf52840_a-app_util_platform.o
CC ../../../third_party/NordicSemiconductor/drivers/clock/libopenthread_nrf52840_a-nrf_drv_clock.o
CC ../../../third_party/NordicSemiconductor/drivers/usbd/libopenthread_nrf52840_a-nrf_drv_usbd.o
CC ../../../third_party/NordicSemiconductor/drivers/power/libopenthread_nrf52840_a-nrf_drv_power.o
CC ../../../third_party/NordicSemiconductor/libraries/app_error/libopenthread_nrf52840_a-app_error.o
CC ../../../third_party/NordicSemiconductor/libraries/app_error/libopenthread_nrf52840_a-app_error_weak.o
CC ../../../third_party/NordicSemiconductor/libraries/atfifo/libopenthread_nrf52840_a-nrf_atfifo.o
CC ../../../third_party/NordicSemiconductor/libraries/atomic/libopenthread_nrf52840_a-nrf_atomic.o
CC ../../../third_party/NordicSemiconductor/libraries/usb/libopenthread_nrf52840_a-app_usbd.o
CC ../../../third_party/NordicSemiconductor/libraries/usb/libopenthread_nrf52840_a-app_usbd_core.o
CC ../../../third_party/NordicSemiconductor/libraries/usb/libopenthread_nrf52840_a-app_usbd_string_desc.o
CC ../../../third_party/NordicSemiconductor/libraries/usb/libopenthread_nrf52840_a-app_usbd_serial_num.o
CC ../../../third_party/NordicSemiconductor/libraries/utf_converter/libopenthread_nrf52840_a-utf.o
CC ../../../third_party/NordicSemiconductor/libraries/usb/class/cdc/acm/libopenthread_nrf52840_a-app_usbd_cdc_acm.o
CC ../../../third_party/NordicSemiconductor/nrfx/drivers/src/libopenthread_nrf52840_a-nrfx_clock.o
CC ../../../third_party/NordicSemiconductor/nrfx/drivers/src/libopenthread_nrf52840_a-nrfx_power.o
CC ../../../third_party/NordicSemiconductor/nrfx/drivers/src/libopenthread_nrf52840_a-nrfx_systick.o
CC ../../../third_party/NordicSemiconductor/nrfx/hal/libopenthread_nrf52840_a-nrf_nvmc.o
CPPAS ../../../third_party/NordicSemiconductor/nrfx/mdk/libopenthread_nrf52840_a-gcc_startup_nrf52840.o
CC ../../../third_party/NordicSemiconductor/nrfx/mdk/libopenthread_nrf52840_a-system_nrf52840.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/raal/single_phy/libopenthread_nrf52840_a-single_phy.o
CC ../../../third_party/NordicSemiconductor/segger_rtt/libopenthread_nrf52840_a-SEGGER_RTT.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_a-aes_alt.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_a-aes_alt_cc310.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_a-cc310_mbedtls.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_a-aes_alt_soft.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_a-ecp_alt_cc310.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_a-ecp_curves_alt.o
CC ../../../third_party/NordicSemiconductor/libraries/crypto/libopenthread_nrf52840_a-sha256_alt_cc310.o
CC ../../../third_party/NordicSemiconductor/drivers/radio/raal/softdevice/libopenthread_nrf52840_softdevice_sdk_a-nrf_raal_softdevice.o
AR libopenthread-nrf52840-sdk.a
AR libopenthread-nrf52840-softdevice-sdk.a
AR libopenthread-nrf52840.a
make[5]: Nothing to be done for 'all-am'.
Making all in apps
Making all in cli
CC ot_cli_ftd-main.o
CC ot_cli_mtd-main.o
CCLD ot-cli-ftd
CCLD ot-cli-mtd
Making all in ncp
CC ot_ncp_ftd-main.o
CC ot_ncp_mtd-main.o
CC ot_ncp_radio-main.o
CCLD ot-ncp-mtd
CCLD ot-ncp-radio
CCLD ot-ncp-ftd
make[5]: Nothing to be done for 'all-am'.
make[4]: Nothing to be done for 'all-am'.
Making all in tests
make[4]: Nothing to be done for 'all-am'.
Making all in tools
make[4]: Nothing to be done for 'all-am'.
Making all in doc
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all-am'.
STAGE nrf52840
make -j10 -C build/nrf52840 --no-print-directory DESTDIR=/home/illum/nordic_thread/application/openthread/output install
CHECK .local-version
make --no-print-directory install-recursive
Making install in include
Making install in openthread
Making install in platform
make[6]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/home/illum/nordic_thread/application/openthread/output//include/openthread/platform'
/usr/bin/install -p -m 644 /home/illum/nordic_thread/application/openthread/examples/../include/openthread/platform/alarm-micro.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/platform/alarm-milli.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/platform/ble.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/platform/diag.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/platform/memory.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/platform/misc.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/platform/logging.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/platform/radio.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/platform/random.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/platform/time.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/platform/uart.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/platform/spi-slave.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/platform/settings.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/platform/messagepool.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/platform/toolchain.h '/home/illum/nordic_thread/application/openthread/output//include/openthread/platform'
make[6]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/home/illum/nordic_thread/application/openthread/output//include/openthread'
/usr/bin/install -p -m 644 /home/illum/nordic_thread/application/openthread/examples/../include/openthread/channel_manager.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/channel_monitor.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/child_supervision.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/cli.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/coap.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/commissioner.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/config.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/crypto.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/border_router.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/dataset.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/dataset_ftd.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/diag.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/dhcp6_client.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/dhcp6_server.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/dns.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/error.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/icmp6.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/instance.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/ip6.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/jam_detection.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/joiner.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/link.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/link_raw.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/message.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/ncp.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/netdata.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/network_time.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/server.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/tasklet.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/thread.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/thread_ftd.h /home/illum/nordic_thread/application/openthread/examples/../include/openthread/udp.h '/home/illum/nordic_thread/application/openthread/output//include/openthread'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
Making install in third_party
Making install in mbedtls
make[5]: Nothing to be done for 'install-data-am'.
/bin/mkdir -p '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib'
/usr/bin/install -p -m 644 libmbedcrypto.a '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib'
( cd '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib' && arm-none-eabi-ranlib libmbedcrypto.a )
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
Making install in src
Making install in core
make[5]: Nothing to be done for 'install-data-am'.
/bin/mkdir -p '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib'
/usr/bin/install -p -m 644 libopenthread-ftd.a libopenthread-mtd.a libopenthread-radio.a '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib'
( cd '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib' && arm-none-eabi-ranlib libopenthread-ftd.a )
( cd '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib' && arm-none-eabi-ranlib libopenthread-mtd.a )
( cd '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib' && arm-none-eabi-ranlib libopenthread-radio.a )
Making install in cli
make[5]: Nothing to be done for 'install-data-am'.
/bin/mkdir -p '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib'
/usr/bin/install -p -m 644 libopenthread-cli-ftd.a libopenthread-cli-mtd.a '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib'
( cd '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib' && arm-none-eabi-ranlib libopenthread-cli-ftd.a )
( cd '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib' && arm-none-eabi-ranlib libopenthread-cli-mtd.a )
Making install in ncp
/bin/mkdir -p '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib'
/usr/bin/install -p -m 644 libopenthread-ncp-ftd.a libopenthread-ncp-mtd.a libopenthread-ncp-radio.a '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib'
( cd '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib' && arm-none-eabi-ranlib libopenthread-ncp-ftd.a )
( cd '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib' && arm-none-eabi-ranlib libopenthread-ncp-mtd.a )
( cd '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib' && arm-none-eabi-ranlib libopenthread-ncp-radio.a )
Making install in diag
make[5]: Nothing to be done for 'install-data-am'.
/bin/mkdir -p '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib'
/usr/bin/install -p -m 644 libopenthread-diag.a '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib'
( cd '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib' && arm-none-eabi-ranlib libopenthread-diag.a )
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
Making install in examples
Making install in platforms
Making install in utils
make[6]: Nothing to be done for 'install-data-am'.
/bin/mkdir -p '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib'
/usr/bin/install -p -m 644 libopenthread-platform-utils.a '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib'
( cd '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib' && arm-none-eabi-ranlib libopenthread-platform-utils.a )
Making install in nrf52840
make[6]: Nothing to be done for 'install-data-am'.
/bin/mkdir -p '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib'
/usr/bin/install -p -m 644 libopenthread-nrf52840.a libopenthread-nrf52840-sdk.a libopenthread-nrf52840-softdevice-sdk.a '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib'
( cd '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib' && arm-none-eabi-ranlib libopenthread-nrf52840.a )
( cd '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib' && arm-none-eabi-ranlib libopenthread-nrf52840-sdk.a )
( cd '/home/illum/nordic_thread/application/openthread/output/nrf52840/lib' && arm-none-eabi-ranlib libopenthread-nrf52840-softdevice-sdk.a )
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
Making install in apps
Making install in cli
make[6]: Nothing to be done for 'install-data-am'.
/bin/mkdir -p '/home/illum/nordic_thread/application/openthread/output/nrf52840/bin'
/bin/bash ../../../libtool --mode=install /usr/bin/install -p ot-cli-ftd ot-cli-mtd '/home/illum/nordic_thread/application/openthread/output/nrf52840/bin'
libtool: install: /usr/bin/install -p ot-cli-ftd /home/illum/nordic_thread/application/openthread/output/nrf52840/bin/ot-cli-ftd
libtool: install: /usr/bin/install -p ot-cli-mtd /home/illum/nordic_thread/application/openthread/output/nrf52840/bin/ot-cli-mtd
Making install in ncp
make[6]: Nothing to be done for 'install-data-am'.
/bin/mkdir -p '/home/illum/nordic_thread/application/openthread/output/nrf52840/bin'
/bin/bash ../../../libtool --mode=install /usr/bin/install -p ot-ncp-ftd ot-ncp-mtd ot-ncp-radio '/home/illum/nordic_thread/application/openthread/output/nrf52840/bin'
libtool: install: /usr/bin/install -p ot-ncp-ftd /home/illum/nordic_thread/application/openthread/output/nrf52840/bin/ot-ncp-ftd
libtool: install: /usr/bin/install -p ot-ncp-mtd /home/illum/nordic_thread/application/openthread/output/nrf52840/bin/ot-ncp-mtd
libtool: install: /usr/bin/install -p ot-ncp-radio /home/illum/nordic_thread/application/openthread/output/nrf52840/bin/ot-ncp-radio
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
Making install in tests
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
Making install in tools
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
Making install in doc
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Nothing to be done for 'install-exec-am'.
Application Build log
Assembling file: gcc_startup_nrf52840.S
Compiling file: nrf_log_backend_rtt.c
Compiling file: nrf_log_backend_serial.c
Compiling file: nrf_log_default_backends.c
Compiling file: nrf_log_frontend.c
Compiling file: nrf_log_str_formatter.c
Compiling file: app_button.c
Compiling file: app_error.c
Compiling file: app_error_handler_gcc.c
Compiling file: app_error_weak.c
Compiling file: app_scheduler.c
Compiling file: app_timer.c
Compiling file: app_util_platform.c
Compiling file: crc16.c
Compiling file: fds.c
Compiling file: hardfault_implementation.c
Compiling file: nrf_assert.c
Compiling file: nrf_atfifo.c
Compiling file: nrf_atflags.c
Compiling file: nrf_atomic.c
Compiling file: nrf_balloc.c
Compiling file: nrf_fprintf.c
Compiling file: nrf_fprintf_format.c
Compiling file: nrf_fstorage.c
Compiling file: nrf_fstorage_sd.c
Compiling file: nrf_memobj.c
Compiling file: nrf_pwr_mgmt.c
Compiling file: nrf_section_iter.c
Compiling file: nrf_strerror.c
Compiling file: sensorsim.c
Compiling file: system_nrf52840.c
Compiling file: nrf_drv_clock.c
Compiling file: nrf_nvmc.c
Compiling file: nrfx_clock.c
Compiling file: nrfx_pwm.c
Compiling file: nrfx_gpiote.c
Compiling file: nrfx_power_clock.c
Compiling file: nrfx_timer.c
Compiling file: nrfx_wdt.c
Compiling file: SEGGER_RTT.c
Compiling file: SEGGER_RTT_Syscalls_GCC.c
Compiling file: SEGGER_RTT_printf.c
Compiling file: ble_advdata.c
Compiling file: ble_advertising.c
Compiling file: ble_conn_params.c
Compiling file: ble_conn_state.c
Compiling file: ble_srv_common.c
Compiling file: gatt_cache_manager.c
Compiling file: gatts_cache_manager.c
Compiling file: id_manager.c
Compiling file: nrf_ble_gatt.c
Compiling file: peer_data_storage.c
Compiling file: peer_database.c
Compiling file: peer_id.c
Compiling file: peer_manager.c
Compiling file: pm_buffer.c
Compiling file: pm_mutex.c
Compiling file: security_dispatcher.c
Compiling file: security_manager.c
Compiling file: nrf_sdh.c
Compiling file: nrf_sdh_ble.c
Compiling file: nrf_sdh_soc.c
Compiling file: thread_assert.c
Compiling file: nrf_ble_qwr.c
Compiling file: bsp.c
Compiling file: bsp_btn_ble.c
Compiling file: ble_lbs.c
Compiling file: boards.c
Compiling file: nrf_twi_mngr.c
Compiling file: nrf_queue.c
Compiling file: nrfx_twim.c
Compiling file: nrf_drv_twi.c
Compiling file: nrfx_twi.c
Compiling file: pwm.c
Compiling file: thread.c
Compiling file: system.c
Compiling file: twim.c
Compiling file: twis.c
Compiling file: timer.c
Compiling file: app.c
Compiling file: main.c
Compiling file: leds.c
Compiling file: 52840.c
Compiling file: util.c
Compiling file: coap.c
Compiling file: address_map.c
Compiling file: ble_init.c
Compiling file: service_if.c
Compiling file: ble_light_control_service.c
Compiling file: ble_dragon_light_schedules_service.c
Compiling file: ble_dragon_light_information_service.c
Compiling file: ble_dragon_light_network_configuration_service.c
Compiling file: ble_dragon_light_test_nodes_service.c
Compiling file: char_enc_dec.c
Compiling file: ble_scp.c
Compiling file: schedules.c
Compiling file: status_info.c
Compiling file: flash.c
Compiling file: RTC.c
Compiling file: scratchpad.c
Compiling file: uri_handlers.c
Compiling file: test_node.c
Compiling file: network_mgmt.c
Linking target: _build/nrf52840_xxaa.out
nordic-sdk/components/toolchain/gcc/Makefile.common:292: recipe for target '_build/nrf52840_xxaa.out' failed
./openthread/output/nrf52840/lib/libopenthread-nrf52840-softdevice-sdk.a(libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_clock_sdk.o): In function `nrf_802154_clock_hfclk_start':
/home/illum/nordic_thread/application/openthread/examples/../examples/platforms/nrf52840/../../../third_party/NordicSemiconductor/drivers/radio/platform/clock/nrf_802154_clock_sdk.c:78: undefined reference to `nrf_drv_clock_hfclk_request'
./openthread/output/nrf52840/lib/libopenthread-nrf52840-softdevice-sdk.a(libopenthread_nrf52840_softdevice_sdk_a-nrf_802154_clock_sdk.o): In function `nrf_802154_clock_hfclk_stop':
/home/illum/nordic_thread/application/openthread/examples/../examples/platforms/nrf52840/../../../third_party/NordicSemiconductor/drivers/radio/platform/clock/nrf_802154_clock_sdk.c:83: undefined reference to `nrf_drv_clock_hfclk_release'
./openthread/output/nrf52840/lib/libopenthread-nrf52840-softdevice-sdk.a(libopenthread_nrf52840_softdevice_sdk_a-alarm.o): In function `nrf5AlarmInit':
/home/illum/nordic_thread/application/openthread/examples/../examples/platforms/nrf52840/alarm.c:429: undefined reference to `nrf_drv_clock_lfclk_request'
/home/illum/nordic_thread/application/openthread/examples/../examples/platforms/nrf52840/alarm.c:431: undefined reference to `nrf_drv_clock_lfclk_is_running'
./openthread/output/nrf52840/lib/libopenthread-nrf52840-softdevice-sdk.a(libopenthread_nrf52840_softdevice_sdk_a-alarm.o): In function `nrf5AlarmDeinit':
/home/illum/nordic_thread/application/openthread/examples/../examples/platforms/nrf52840/alarm.c:477: undefined reference to `nrf_drv_clock_lfclk_release'
./openthread/output/nrf52840/lib/libopenthread-nrf52840-softdevice-sdk.a(libopenthread_nrf52840_softdevice_sdk_a-system.o): In function `otSysInit':
/home/illum/nordic_thread/application/openthread/examples/../examples/platforms/nrf52840/system.c:71: undefined reference to `nrf_drv_clock_init'
./openthread/output/nrf52840/lib/libopenthread-nrf52840-softdevice-sdk.a(libopenthread_nrf52840_softdevice_sdk_a-uart.o): In function `otPlatUartDisable':
/home/illum/nordic_thread/application/openthread/examples/../examples/platforms/nrf52840/uart.c:241: undefined reference to `nrf_drv_clock_hfclk_release'
collect2: error: ld returned 1 exit status
make: *** [_build/nrf52840_xxaa.out] Error 1