<?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>Can&amp;#39;t load project file on nRF9160 DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43049/can-t-load-project-file-on-nrf9160-dk</link><description>I was trying the nRF Connect SDK but I encountered an error laoding sample program. 
 I&amp;#39;m following &amp;quot;Getting Started Assistant&amp;quot; instruction. 
 
 Python version is 3.7.2 
 Use gcc-arm-none-eabi-7-2018-q2-update and extract it in &amp;quot;/opt/gunarmemb&amp;quot; 
 transcript</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 28 Jan 2019 21:40:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43049/can-t-load-project-file-on-nrf9160-dk" /><item><title>RE: Can't load project file on nRF9160 DK</title><link>https://devzone.nordicsemi.com/thread/168335?ContentTypeID=1</link><pubDate>Mon, 28 Jan 2019 21:40:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e5ca5a3-4edf-48fd-b8c2-6586d7c3c027</guid><dc:creator>tscribne</dc:creator><description>&lt;p&gt;PERFECT!!!! Worked for me after I renamed the folder.&amp;nbsp; THANKS!!!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't load project file on nRF9160 DK</title><link>https://devzone.nordicsemi.com/thread/168229?ContentTypeID=1</link><pubDate>Mon, 28 Jan 2019 13:00:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ecb382e5-8c9b-4e52-ad90-5c10a54f2295</guid><dc:creator>Yusuke</dc:creator><description>&lt;p&gt;OK. I figured out.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I changed the folder name.&lt;/p&gt;
&lt;p&gt;before:&amp;nbsp;/Applications/SEGGER Embedded Studio for ARM/SEGGER Embedded Studio for ARM 4.14.app&lt;/p&gt;
&lt;p&gt;after:&amp;nbsp;/Applications/SEGGER_Embedded_Studio_for_ARM/SEGGER Embedded Studio for ARM 4.14.app&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't load project file on nRF9160 DK</title><link>https://devzone.nordicsemi.com/thread/168220?ContentTypeID=1</link><pubDate>Mon, 28 Jan 2019 12:52:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffb1eabe-e6fb-40fc-aca1-2b0348c9b719</guid><dc:creator>Yusuke</dc:creator><description>&lt;p&gt;I followed the &amp;quot;Get Started Assistant&amp;quot; instruction onWindows 10. Then it succeeded.&lt;/p&gt;
&lt;p&gt;Why does it fail only in Mac?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Loading solution asset_tracker.emProject
Executing load commands
cmake -GNinja -DBOARD=nrf9160_pca10090 -DBOARD_DIR=C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/boards/arm/nrf9160_pca10090 -DZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb -DGNUARMEMB_TOOLCHAIN_PATH=C:/gnuarmemb -BC:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/nrf/samples/nrf9160/asset_tracker/build -HC:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/nrf/samples/nrf9160/asset_tracker
-- Found PythonInterp: C:/Python37/python.exe (found suitable version &amp;quot;3.7.2&amp;quot;, minimum required is &amp;quot;3.4&amp;quot;) 
-- Selected BOARD nrf9160_pca10090
Zephyr version: 1.13.99
Parsing Kconfig tree in C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/nrf/samples/nrf9160/asset_tracker/Kconfig
Loading C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090_defconfig as base
Merging C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/nrf/samples/nrf9160/asset_tracker/prj.conf
-- Loading C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090.dts as base
-- Overlaying C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/dts/common/common.dts
nrf9160_pca10090.dts_compiled: Warning (unit_address_format): /soc/adc@0x4000e000: unit name should not have leading &amp;quot;0x&amp;quot;
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@40008000: duplicate unit-address (also used in node /soc/i2c@40008000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@40009000: duplicate unit-address (also used in node /soc/i2c@40009000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@4000a000: duplicate unit-address (also used in node /soc/i2c@4000a000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@4000b000: duplicate unit-address (also used in node /soc/i2c@4000b000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@40008000: duplicate unit-address (also used in node /soc/spi@40008000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/i2c@40008000: duplicate unit-address (also used in node /soc/spi@40008000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@40009000: duplicate unit-address (also used in node /soc/spi@40009000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/i2c@40009000: duplicate unit-address (also used in node /soc/spi@40009000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@4000a000: duplicate unit-address (also used in node /soc/spi@4000a000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/i2c@4000a000: duplicate unit-address (also used in node /soc/spi@4000a000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@4000b000: duplicate unit-address (also used in node /soc/spi@4000b000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/i2c@4000b000: duplicate unit-address (also used in node /soc/spi@4000b000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/clock@40005000: duplicate unit-address (also used in node /soc/power@40005000)
-- Cache files will be written to: C:&amp;#165;Users&amp;#165;yusuke.fukuhara&amp;#165;AppData&amp;#165;Local/.cache/zephyr
-- The C compiler identification is GNU 8.2.1
-- The CXX compiler identification is GNU 8.2.1
-- The ASM compiler identification is GNU
-- Found assembler: C:/gnuarmemb/bin/arm-none-eabi-gcc.exe
-- Performing Test toolchain_is_ok
-- Performing Test toolchain_is_ok - Success
CMake Warning (dev) at C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:837 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    -mabi=aapcs

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:1055 (target_link_libraries_ifdef)
  C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:115 (target_ld_options)
  C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/arch/arm/CMakeLists.txt:20 (zephyr_ld_options)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:837 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    -march=armv8-m.main+dsp

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:1055 (target_link_libraries_ifdef)
  C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:115 (target_ld_options)
  C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/arch/arm/CMakeLists.txt:20 (zephyr_ld_options)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:100 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    m

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/lib/libc/newlib/CMakeLists.txt:22 (zephyr_link_libraries)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:100 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    c

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/lib/libc/newlib/CMakeLists.txt:22 (zephyr_link_libraries)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:100 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    -L&amp;quot;C:/gnuarmemb/arm-none-eabi&amp;quot;/lib/thumb/v8-m.main+fp/hard

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/lib/libc/newlib/CMakeLists.txt:22 (zephyr_link_libraries)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:100 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    $&amp;lt;$&amp;lt;BOOL:y&amp;gt;:-u_printf_float&amp;gt;

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/lib/libc/newlib/CMakeLists.txt:22 (zephyr_link_libraries)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:100 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    $&amp;lt;$&amp;lt;BOOL:&amp;gt;:-u_scanf_float&amp;gt;

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/lib/libc/newlib/CMakeLists.txt:22 (zephyr_link_libraries)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:100 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    gcc

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/lib/libc/newlib/CMakeLists.txt:22 (zephyr_link_libraries)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:100 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/nrfxlib/bsdlib/lib/cortex-m33/hard-float/libbsd_nrf9160_xxaa.a

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/nrfxlib/bsdlib/CMakeLists.txt:18 (zephyr_link_libraries)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:100 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    nrfxlib_crypto

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/nrfxlib/bsdlib/CMakeLists.txt:18 (zephyr_link_libraries)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:100 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    c

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/nrfxlib/bsdlib/CMakeLists.txt:18 (zephyr_link_libraries)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning at C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/zephyr/CMakeLists.txt:1372 (message):
  

        ------------------------------------------------------------
        --- WARNING:  __ASSERT() statements are globally ENABLED ---
        --- The kernel will run more slowly and use more memory  ---
        ------------------------------------------------------------


-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/yusuke.fukuhara/Documents/nRF9160/ncs/nrf/samples/nrf9160/asset_tracker/build
C:/Users/yusuke.fukuhara/Documents/arm_segger_embedded_studio_v414_win_x64_nordic/bin/ninja_import zephyr/zephyr.elf zephyr/liboffsets.a zephyr/liboutput_lib.a zephyr/libpriv_stacks_output_lib.a zephyr/app_sizing_prebuilt.elf zephyr/zephyr_prebuilt.elf zephyr/zephyr_app_sizing_prebuilt.elf zephyr/priv_stacks_prebuilt.elf
Loading solution build.emProject
Mapping project information
Mapping project zephyr/zephyr.elf
Mapping project zephyr/include/generated/offsets.h
Mapping project zephyr/liboffsets.a
Mapping project zephyr/include/generated/driver-validation.h
Mapping project zephyr/include/generated/kobj-types-enum.h
Mapping project zephyr/include/generated/otype-to-str.h
Mapping project zephyr/include/generated/syscall_list.h
Mapping project zephyr/misc/generated/syscalls.json
Mapping project zephyr/include/generated/syscall_dispatch.c
Mapping project zephyr/include/generated/syscall_macros.h
Mapping project zephyr/isr_tables.c
Mapping project zephyr/zephyr_prebuilt.elf
Mapping project zephyr/linker.cmd
Mapping project libapp.a
Mapping project zephyr/libzephyr.a
Mapping project zephyr/arch/arm/core/libarch__arm__core.a
Mapping project zephyr/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a
Mapping project zephyr/arch/arm/core/cortex_m/mpu/libarch__arm__core__cortex_m__mpu.a
Mapping project zephyr/lib/libc/newlib/liblib__libc__newlib.a
Mapping project zephyr/subsys/net/libsubsys__net.a
Mapping project zephyr/nrf/ext/cjson/lib..__nrf__ext__cjson.a
Mapping project zephyr/nrf/lib/bsdlib/lib..__nrf__lib__bsdlib.a
Mapping project zephyr/nrf/lib/gps_sim/lib..__nrf__lib__gps_sim.a
Mapping project zephyr/nrf/lib/sensor_sim/lib..__nrf__lib__sensor_sim.a
Mapping project zephyr/nrf/lib/dk_buttons_and_leds/lib..__nrf__lib__dk_buttons_and_leds.a
Mapping project zephyr/nrf/subsys/net/lib/mqtt_socket/lib..__nrf__subsys__net__lib__mqtt_socket.a
Mapping project zephyr/nrf/subsys/net/lib/nrf_cloud/lib..__nrf__subsys__net__lib__nrf_cloud.a
Mapping project zephyr/nrf/drivers/lte_link_control/lib..__nrf__drivers__lte_link_control.a
Mapping project zephyr/drivers/gpio/libdrivers__gpio.a
Mapping project zephyr/drivers/serial/libdrivers__serial.a
Mapping project zephyr/kernel/libkernel.a
Mapping project zephyr/linker_pass_final.cmd
Populating dynamic folders
Populating folder ‘dts files’
Preparing solution ‘asset_tracker’
Preparing solution ‘build’
Preparing project ‘zephyr/zephyr.elf’
Preparing project ‘libapp.a’
Preparing project ‘zephyr/libzephyr.a’
Preparing project ‘zephyr/arch/arm/core/libarch__arm__core.a’
Preparing project ‘zephyr/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a’
Preparing project ‘zephyr/arch/arm/core/cortex_m/mpu/libarch__arm__core__cortex_m__mpu.a’
Preparing project ‘zephyr/lib/libc/newlib/liblib__libc__newlib.a’
Preparing project ‘zephyr/subsys/net/libsubsys__net.a’
Preparing project ‘zephyr/nrf/ext/cjson/lib..__nrf__ext__cjson.a’
Preparing project ‘zephyr/nrf/lib/bsdlib/lib..__nrf__lib__bsdlib.a’
Preparing project ‘zephyr/nrf/lib/gps_sim/lib..__nrf__lib__gps_sim.a’
Preparing project ‘zephyr/nrf/lib/sensor_sim/lib..__nrf__lib__sensor_sim.a’
Preparing project ‘zephyr/nrf/lib/dk_buttons_and_leds/lib..__nrf__lib__dk_buttons_and_leds.a’
Preparing project ‘zephyr/nrf/subsys/net/lib/mqtt_socket/lib..__nrf__subsys__net__lib__mqtt_socket.a’
Preparing project ‘zephyr/nrf/subsys/net/lib/nrf_cloud/lib..__nrf__subsys__net__lib__nrf_cloud.a’
Preparing project ‘zephyr/nrf/drivers/lte_link_control/lib..__nrf__drivers__lte_link_control.a’
Preparing project ‘zephyr/drivers/gpio/libdrivers__gpio.a’
Preparing project ‘zephyr/drivers/serial/libdrivers__serial.a’
Preparing project ‘zephyr/kernel/libkernel.a’
Restoring state from previous session
Preparing to load data
Loading session data from file
SEGGER Embedded Studio is ready to use
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't load project file on nRF9160 DK</title><link>https://devzone.nordicsemi.com/thread/168080?ContentTypeID=1</link><pubDate>Sun, 27 Jan 2019 10:59:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:349d9029-8169-4394-8977-6e1882dfc5d8</guid><dc:creator>Yusuke</dc:creator><description>&lt;p&gt;there was a stupid mistake.. I put wrong value in Board Directory.&lt;/p&gt;
&lt;p&gt;I fixed it. then I have found another error. Please advise me.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Loading solution asset_tracker.emProject
Executing load commands
/usr/local/bin/cmake -GNinja -DBOARD=nrf9160_pca10090 -DBOARD_DIR=/Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/boards/arm/nrf9160_pca10090 -DZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb -DGNUARMEMB_TOOLCHAIN_PATH=/usr/local/opt/gnuarmemb -B/Users/fukuharayuusuke/Documents/nRF9160/ncs/nrf/samples/nrf9160/asset_tracker/build -H/Users/fukuharayuusuke/Documents/nRF9160/ncs/nrf/samples/nrf9160/asset_tracker -DPYTHON_EXECUTABLE=/Users/fukuharayuusuke/.pyenv/shims/python -DCMAKE_MAKE_PROGRAM=/usr/local/bin/ninja -DDTC=/usr/local/bin/dtc
-- Found PythonInterp: /Users/fukuharayuusuke/.pyenv/shims/python (found suitable version &amp;quot;3.7.2&amp;quot;, minimum required is &amp;quot;3.4&amp;quot;) 
-- Selected BOARD nrf9160_pca10090
Zephyr version: 1.13.99
Parsing Kconfig tree in /Users/fukuharayuusuke/Documents/nRF9160/ncs/nrf/samples/nrf9160/asset_tracker/Kconfig
Loading /Users/fukuharayuusuke/Documents/nRF9160/ncs/nrf/samples/nrf9160/asset_tracker/build/zephyr/.config as base
-- Loading /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090.dts as base
-- Overlaying /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/dts/common/common.dts
nrf9160_pca10090.dts_compiled: Warning (unit_address_format): /soc/adc@0x4000e000: unit name should not have leading &amp;quot;0x&amp;quot;
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@40008000: duplicate unit-address (also used in node /soc/i2c@40008000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@40009000: duplicate unit-address (also used in node /soc/i2c@40009000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@4000a000: duplicate unit-address (also used in node /soc/i2c@4000a000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@4000b000: duplicate unit-address (also used in node /soc/i2c@4000b000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@40008000: duplicate unit-address (also used in node /soc/spi@40008000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/i2c@40008000: duplicate unit-address (also used in node /soc/spi@40008000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@40009000: duplicate unit-address (also used in node /soc/spi@40009000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/i2c@40009000: duplicate unit-address (also used in node /soc/spi@40009000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@4000a000: duplicate unit-address (also used in node /soc/spi@4000a000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/i2c@4000a000: duplicate unit-address (also used in node /soc/spi@4000a000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@4000b000: duplicate unit-address (also used in node /soc/spi@4000b000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/i2c@4000b000: duplicate unit-address (also used in node /soc/spi@4000b000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/clock@40005000: duplicate unit-address (also used in node /soc/power@40005000)
-- Cache files will be written to: /Users/fukuharayuusuke/Library/Caches/zephyr
-- The C compiler identification is GNU 7.3.1
-- The CXX compiler identification is GNU 7.3.1
-- The ASM compiler identification is GNU
-- Found assembler: /usr/local/opt/gnuarmemb/bin/arm-none-eabi-gcc
-- Performing Test toolchain_is_ok
-- Performing Test toolchain_is_ok - Success
CMake Warning (dev) at /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:837 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    -mabi=aapcs

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:1055 (target_link_libraries_ifdef)
  /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:115 (target_ld_options)
  /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/arch/arm/CMakeLists.txt:20 (zephyr_ld_options)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:837 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    -march=armv8-m.main+dsp

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:1055 (target_link_libraries_ifdef)
  /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:115 (target_ld_options)
  /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/arch/arm/CMakeLists.txt:20 (zephyr_ld_options)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:100 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    m

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/lib/libc/newlib/CMakeLists.txt:22 (zephyr_link_libraries)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:100 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    c

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/lib/libc/newlib/CMakeLists.txt:22 (zephyr_link_libraries)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:100 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    -L&amp;quot;/usr/local/opt/gnuarmemb/arm-none-eabi&amp;quot;/lib/thumb/v8-m.main/fpv5-sp/hard

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/lib/libc/newlib/CMakeLists.txt:22 (zephyr_link_libraries)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:100 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    $&amp;lt;$&amp;lt;BOOL:y&amp;gt;:-u_printf_float&amp;gt;

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/lib/libc/newlib/CMakeLists.txt:22 (zephyr_link_libraries)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:100 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    $&amp;lt;$&amp;lt;BOOL:&amp;gt;:-u_scanf_float&amp;gt;

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/lib/libc/newlib/CMakeLists.txt:22 (zephyr_link_libraries)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:100 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    gcc

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/lib/libc/newlib/CMakeLists.txt:22 (zephyr_link_libraries)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:100 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    /Users/fukuharayuusuke/Documents/nRF9160/ncs/nrfxlib/bsdlib/lib/cortex-m33/hard-float/libbsd_nrf9160_xxaa.a

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  /Users/fukuharayuusuke/Documents/nRF9160/ncs/nrfxlib/bsdlib/CMakeLists.txt:18 (zephyr_link_libraries)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:100 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    nrfxlib_crypto

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  /Users/fukuharayuusuke/Documents/nRF9160/ncs/nrfxlib/bsdlib/CMakeLists.txt:18 (zephyr_link_libraries)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/cmake/extensions.cmake:100 (target_link_libraries):
  Policy CMP0079 is not set: target_link_libraries allows use with targets in
  other directories.  Run &amp;quot;cmake --help-policy CMP0079&amp;quot; for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target

    zephyr_interface

  is not created in this directory.  For compatibility with older versions of
  CMake, link library

    c

  will be looked up in the directory in which the target was created rather
  than in this calling directory.
Call Stack (most recent call first):
  /Users/fukuharayuusuke/Documents/nRF9160/ncs/nrfxlib/bsdlib/CMakeLists.txt:18 (zephyr_link_libraries)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning at /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/CMakeLists.txt:1372 (message):
  

        ------------------------------------------------------------
        --- WARNING:  __ASSERT() statements are globally ENABLED ---
        --- The kernel will run more slowly and use more memory  ---
        ------------------------------------------------------------


-- Configuring done
-- Generating done
-- Build files have been written to: /Users/fukuharayuusuke/Documents/nRF9160/ncs/nrf/samples/nrf9160/asset_tracker/build
/Applications/SEGGER Embedded Studio for ARM/bin/ninja_import zephyr/zephyr.elf zephyr/liboffsets.a zephyr/liboutput_lib.a zephyr/libpriv_stacks_output_lib.a zephyr/app_sizing_prebuilt.elf zephyr/zephyr_prebuilt.elf zephyr/zephyr_app_sizing_prebuilt.elf zephyr/priv_stacks_prebuilt.elf
Project load failed
Reported error: solution load command failed (-1)
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't load project file on nRF9160 DK</title><link>https://devzone.nordicsemi.com/thread/168079?ContentTypeID=1</link><pubDate>Sun, 27 Jan 2019 09:39:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c57d0abf-8fdd-4166-b078-79dde57d9e8c</guid><dc:creator>Yusuke</dc:creator><description>&lt;p&gt;I use pyenv so I should set &amp;quot;Python Executable&amp;quot; as&amp;nbsp;/Users/fukuharayuusuke/.pyenv/shims/python&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;$ which python
/Users/fukuharayuusuke/.pyenv/shims/python&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;But error still occurs. why.....&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Loading solution asset_tracker.emProject
Executing load commands
/usr/local/bin/cmake -GNinja -DBOARD=nrf9160_pca10090) -DBOARD_DIR=/Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/boards/arm/nrf9160_pca10090) -DZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb -DGNUARMEMB_TOOLCHAIN_PATH=/usr/local/opt/gnuarmemb -B/Users/fukuharayuusuke/Documents/nRF9160/ncs/nrf/samples/nrf9160/asset_tracker/build -H/Users/fukuharayuusuke/Documents/nRF9160/ncs/nrf/samples/nrf9160/asset_tracker -DPYTHON_EXECUTABLE=/Users/fukuharayuusuke/.pyenv/shims/python -DCMAKE_MAKE_PROGRAM=/usr/local/bin/ninja -DDTC=/usr/local/bin/dtc
-- Found PythonInterp: /Users/fukuharayuusuke/.pyenv/shims/python (found suitable version &amp;quot;3.7.2&amp;quot;, minimum required is &amp;quot;3.4&amp;quot;) 
-- Selected BOARD nrf9160_pca10090)
Zephyr version: 1.13.99
CMake Error at /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/cmake/kconfig.cmake:101 (message):
  File not found:
  /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/boards/arm/nrf9160_pca10090)/nrf9160_pca10090)_defconfig
Call Stack (most recent call first):
  /Users/fukuharayuusuke/Documents/nRF9160/ncs/zephyr/cmake/app/boilerplate.cmake:259 (include)
  CMakeLists.txt:9 (include)


-- Configuring incomplete, errors occurred!
Project load failed
Reported error: solution load command failed (1)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't load project file on nRF9160 DK</title><link>https://devzone.nordicsemi.com/thread/168075?ContentTypeID=1</link><pubDate>Sun, 27 Jan 2019 04:25:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7c982af-21ef-4c3c-9ebe-94d51badd2d8</guid><dc:creator>Yusuke</dc:creator><description>&lt;p&gt;I change&amp;nbsp;&lt;span class="Apple-style-span"&gt;GNU ARM Embedded Toolchain Directory to&amp;nbsp;/usr/local/opt/gnuarmemb, but same error occurs&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>