<?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>setup NCS develop environment and build ERROR occurred</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/119196/setup-ncs-develop-environment-and-build-error-occurred</link><description>When I install new NCS(findmy) vscode development enviroment in another computer(win10), I meet a strange compile Error: Aborting due to Kconfig warnings. 
 Details as follows: 
 =======================================================================</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 26 Feb 2025 11:56:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/119196/setup-ncs-develop-environment-and-build-error-occurred" /><item><title>RE: setup NCS develop environment and build ERROR occurred</title><link>https://devzone.nordicsemi.com/thread/524797?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2025 11:56:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d210e44-9efd-4c8e-b84e-5bcffa7ea124</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Max,&lt;/p&gt;
&lt;p&gt;I tried using --board nrf5340dk_nrf5340_cpunet, and no errors appeared. I assume you also don’t see the same error on your other PC setup.&lt;/p&gt;
&lt;p&gt;There must be something wrong with the setup on your new PC. Unfortunately, I’m not sure why this is happening, so my suggestion is to try do reinstallion&lt;/p&gt;
&lt;p&gt;You could also install them in a different folder and see if that helps.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: setup NCS develop environment and build ERROR occurred</title><link>https://devzone.nordicsemi.com/thread/524763?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2025 09:14:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9efe546d-cc69-41c7-a320-15020fe6b0ab</guid><dc:creator>Max_Singsun</dc:creator><description>&lt;p&gt;Sorry, I made a mistake. NOT &amp;quot;cpuapp_ns&amp;quot; but &amp;quot;cpunet&amp;quot;:&amp;nbsp; --board nrf5340dk_nrf5340_cpunet, use cpunet to make same error.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I want to find the key pointer to resolve the error, not reinstall the whole env(NCS and findmy), cause current env is okay for compiling many zephyr demo(just some specify build config is not)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: setup NCS develop environment and build ERROR occurred</title><link>https://devzone.nordicsemi.com/thread/524537?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2025 09:50:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45a8cbaa-4649-4ac5-a0cc-cda8b2e94ff5</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Max,&lt;/p&gt;
&lt;p&gt;I also try to build nrf5340dk_nrf5340_cpuapp_ns and it has no problem.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;chs1@csh1 MINGW64 /c/ncs/v2.4.1/find-my/samples/simple ((v2.4.4))
$ west build -b nrf5340dk_nrf5340_cpuapp_ns -p
-- west build: making build dir C:\ncs\v2.4.1\find-my\samples\simple\build pristine
-- west build: generating a build system
-- Build type: ZDebug
Loading Zephyr default modules (Zephyr base).
-- Application: C:/ncs/v2.4.1/find-my/samples/simple
-- CMake version: 3.20.5
-- Using NCS Toolchain 2.4.0 for building. (C:/ncs/toolchains/31f4403e35/cmake)
-- Found Python3: C:/ncs/toolchains/31f4403e35/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter
-- Cache files will be written to: C:/ncs/v2.4.1/zephyr/.cache
-- Zephyr version: 3.3.99 (C:/ncs/v2.4.1/zephyr)
-- Found west (found suitable version &amp;quot;1.0.0&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: nrf5340dk_nrf5340_cpuapp_ns
-- Found host-tools: zephyr 0.16.0 (C:/ncs/toolchains/31f4403e35/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.0 (C:/ncs/toolchains/31f4403e35/opt/zephyr-sdk)
-- Found Dtc: C:/ncs/toolchains/31f4403e35/opt/bin/dtc.exe (found suitable version &amp;quot;1.4.7&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) 
-- Found BOARD.dts: C:/ncs/v2.4.1/zephyr/boards/arm/nrf5340dk_nrf5340/nrf5340dk_nrf5340_cpuapp_ns.dts
-- Generated zephyr.dts: C:/ncs/v2.4.1/find-my/samples/simple/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: C:/ncs/v2.4.1/find-my/samples/simple/build/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: C:/ncs/v2.4.1/find-my/samples/simple/build/zephyr/dts.cmake
Parsing C:/ncs/v2.4.1/zephyr/Kconfig
Loaded configuration &amp;#39;C:/ncs/v2.4.1/zephyr/boards/arm/nrf5340dk_nrf5340/nrf5340dk_nrf5340_cpuapp_ns_defconfig&amp;#39;
Merged configuration &amp;#39;C:/ncs/v2.4.1/find-my/samples/common/cmake/../configuration/app_ZDebug.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v2.4.1/find-my/samples/simple/prj.conf&amp;#39;
Configuration saved to &amp;#39;C:/ncs/v2.4.1/find-my/samples/simple/build/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;C:/ncs/v2.4.1/find-my/samples/simple/build/zephyr/include/generated/autoconf.h&amp;#39;      
-- Found GnuLd: c:/ncs/toolchains/31f4403e35/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe (found version &amp;quot;2.38&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/ncs/toolchains/31f4403e35/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe

=== child image hci_rpmsg - CPUNET begin ===
loading initial cache file C:/ncs/v2.4.1/find-my/samples/simple/build/hci_rpmsg/child_image_preload.cmake
Loading Zephyr default modules (Zephyr base).
-- Application: C:/ncs/v2.4.1/zephyr/samples/bluetooth/hci_rpmsg
-- CMake version: 3.20.5
-- Using NCS Toolchain 2.4.0 for building. (C:/ncs/toolchains/31f4403e35/cmake)
-- Found Python3: C:/ncs/toolchains/31f4403e35/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter 
-- Cache files will be written to: C:/ncs/v2.4.1/zephyr/.cache
-- Zephyr version: 3.3.99 (C:/ncs/v2.4.1/zephyr)
-- Found west (found suitable version &amp;quot;1.0.0&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: nrf5340dk_nrf5340_cpunet
-- Found host-tools: zephyr 0.16.0 (C:/ncs/toolchains/31f4403e35/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.0 (C:/ncs/toolchains/31f4403e35/opt/zephyr-sdk)
-- Found Dtc: C:/ncs/toolchains/31f4403e35/opt/bin/dtc.exe (found suitable version &amp;quot;1.4.7&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) 
-- Found BOARD.dts: C:/ncs/v2.4.1/zephyr/boards/arm/nrf5340dk_nrf5340/nrf5340dk_nrf5340_cpunet.dts
-- Generated zephyr.dts: C:/ncs/v2.4.1/find-my/samples/simple/build/hci_rpmsg/zephyr/zephyr.dts
-- Generated devicetree_generated.h: C:/ncs/v2.4.1/find-my/samples/simple/build/hci_rpmsg/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: C:/ncs/v2.4.1/find-my/samples/simple/build/hci_rpmsg/zephyr/dts.cmake
Parsing C:/ncs/v2.4.1/zephyr/Kconfig
Loaded configuration &amp;#39;C:/ncs/v2.4.1/zephyr/boards/arm/nrf5340dk_nrf5340/nrf5340dk_nrf5340_cpunet_defconfig&amp;#39;
Merged configuration &amp;#39;C:/ncs/v2.4.1/zephyr/samples/bluetooth/hci_rpmsg/prj.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v2.4.1/nrf/subsys/partition_manager/partition_manager_enabled.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v2.4.1/find-my/samples/simple/child_image/hci_rpmsg.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v2.4.1/find-my/samples/simple/build/hci_rpmsg/zephyr/misc/generated/extra_kconfig_options.conf&amp;#39;
Configuration saved to &amp;#39;C:/ncs/v2.4.1/find-my/samples/simple/build/hci_rpmsg/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;C:/ncs/v2.4.1/find-my/samples/simple/build/hci_rpmsg/zephyr/include/generated/autoconf.h&amp;#39;
-- Found GnuLd: c:/ncs/toolchains/31f4403e35/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe (found version &amp;quot;2.38&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/ncs/toolchains/31f4403e35/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- libmetal version: 1.3.0 (C:/ncs/v2.4.1/zephyr/samples/bluetooth/hci_rpmsg)
-- Build type:  ZDebug
-- Host:    Windows/AMD64
-- Target:  Generic/arm
-- Machine: arm
-- Looking for include file stdatomic.h
-- Looking for include file stdatomic.h - found
-- open-amp version: 1.3.0 (C:/ncs/v2.4.1/modules/lib/open-amp/open-amp)
-- Host:    Windows/AMD64
-- Target:  Generic/arm
-- Machine: arm
-- C_FLAGS :  -Wall -Wextra
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
CMake Warning at ../../../CMakeLists.txt:839 (message):
  No SOURCES given to Zephyr library: lib__libc__common

  Excluding target from build.


-- Configuring done
-- Generating done
-- Build files have been written to: C:/ncs/v2.4.1/find-my/samples/simple/build/hci_rpmsg
=== child image hci_rpmsg - CPUNET end ===

-- Found Python3: C:/ncs/toolchains/31f4403e35/opt/bin/python.exe (found version &amp;quot;3.8.2&amp;quot;) found components: Interpreter 
Changed board to secure nrf5340dk_nrf5340_cpuapp (NOT NS)

=== child image mcuboot -  begin ===
loading initial cache file C:/ncs/v2.4.1/find-my/samples/simple/build/mcuboot/child_image_preload.cmake
Loading Zephyr default modules (Zephyr base).
-- Application: C:/ncs/v2.4.1/bootloader/mcuboot/boot/zephyr
-- CMake version: 3.20.5
-- Using NCS Toolchain 2.4.0 for building. (C:/ncs/toolchains/31f4403e35/cmake)
-- Found Python3: C:/ncs/toolchains/31f4403e35/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter 
-- Cache files will be written to: C:/ncs/v2.4.1/zephyr/.cache
-- Zephyr version: 3.3.99 (C:/ncs/v2.4.1/zephyr)
-- Found west (found suitable version &amp;quot;1.0.0&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: nrf5340dk_nrf5340_cpuapp
-- Found host-tools: zephyr 0.16.0 (C:/ncs/toolchains/31f4403e35/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.0 (C:/ncs/toolchains/31f4403e35/opt/zephyr-sdk)
-- Found Dtc: C:/ncs/toolchains/31f4403e35/opt/bin/dtc.exe (found suitable version &amp;quot;1.4.7&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) 
-- Found BOARD.dts: C:/ncs/v2.4.1/zephyr/boards/arm/nrf5340dk_nrf5340/nrf5340dk_nrf5340_cpuapp.dts
-- Found devicetree overlay: C:/ncs/v2.4.1/nrf/modules/mcuboot/usb.overlay
-- Generated zephyr.dts: C:/ncs/v2.4.1/find-my/samples/simple/build/mcuboot/zephyr/zephyr.dts
-- Generated devicetree_generated.h: C:/ncs/v2.4.1/find-my/samples/simple/build/mcuboot/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: C:/ncs/v2.4.1/find-my/samples/simple/build/mcuboot/zephyr/dts.cmake
Parsing C:/ncs/v2.4.1/bootloader/mcuboot/boot/zephyr/Kconfig
Loaded configuration &amp;#39;C:/ncs/v2.4.1/zephyr/boards/arm/nrf5340dk_nrf5340/nrf5340dk_nrf5340_cpuapp_defconfig&amp;#39;
Merged configuration &amp;#39;C:/ncs/v2.4.1/find-my/samples/common/cmake/../configuration/mcuboot_ZDebug.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v2.4.1/nrf/modules/mcuboot/tfm.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v2.4.1/nrf/modules/mcuboot/fih_low_enable.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v2.4.1/nrf/subsys/partition_manager/partition_manager_enabled.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v2.4.1/find-my/samples/simple/build/mcuboot/zephyr/misc/generated/extra_kconfig_options.conf&amp;#39;
Configuration saved to &amp;#39;C:/ncs/v2.4.1/find-my/samples/simple/build/mcuboot/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;C:/ncs/v2.4.1/find-my/samples/simple/build/mcuboot/zephyr/include/generated/autoconf.h&amp;#39;
-- Found GnuLd: c:/ncs/toolchains/31f4403e35/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe (found version &amp;quot;2.38&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/ncs/toolchains/31f4403e35/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
CMake Warning at C:/ncs/v2.4.1/zephyr/CMakeLists.txt:839 (message):
  No SOURCES given to Zephyr library: lib__libc__common

  Excluding target from build.


MCUBoot bootloader key file: C:/ncs/v2.4.1/bootloader/mcuboot/root-rsa-2048.pem
-- Configuring done
-- Generating done
-- Build files have been written to: C:/ncs/v2.4.1/find-my/samples/simple/build/mcuboot
=== child image mcuboot -  end ===

CMake Warning at C:/ncs/v2.4.1/nrf/modules/mcuboot/CMakeLists.txt:310 (message):
  

          ---------------------------------------------------------
          --- WARNING: Using default MCUBoot key, it should not ---
          --- be used for production.                           ---
          ---------------------------------------------------------




-- libmetal version: 1.3.0 (C:/ncs/v2.4.1/find-my/samples/simple)
-- Build type:  ZDebug
-- Host:    Windows/AMD64
-- Target:  Generic/arm
-- Machine: arm
-- Looking for include file stdatomic.h
-- Looking for include file stdatomic.h - found
-- open-amp version: 1.3.0 (C:/ncs/v2.4.1/modules/lib/open-amp/open-amp)
-- Host:    Windows/AMD64
-- Target:  Generic/arm
-- Machine: arm
-- C_FLAGS :  -Wall -Wextra
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
CMake Warning at C:/ncs/v2.4.1/zephyr/CMakeLists.txt:839 (message):
  No SOURCES given to Zephyr library: lib__libc__common

  Excluding target from build.


CMake Warning at C:/ncs/v2.4.1/zephyr/CMakeLists.txt:1865 (message):
  __ASSERT() statements are globally ENABLED


-- Found partition manager static configuration: C:/ncs/v2.4.1/find-my/samples/common/cmake/../configuration/pm_static_nrf5340dk_nrf5340_cpuapp_ns.yml
Partition &amp;#39;settings_storage&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;nonsecure_storage&amp;#39; is not included in the dynamic resolving since it is statically defined.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/ncs/v2.4.1/find-my/samples/simple/build
←[92m-- west build: building application
[1/429] Generating include/generated/version.h
-- Zephyr version: 3.3.99 (C:/ncs/v2.4.1/zephyr), build: v3.3.99-ncs1-2
[10/429] Performing build step for &amp;#39;hci_rpmsg_subimage&amp;#39;
[1/229] Generating include/generated/version.h
-- Zephyr version: 3.3.99 (C:/ncs/v2.4.1/zephyr), build: v3.3.99-ncs1-2
[217/229] Linking C executable zephyr\zephyr_pre0.elf

[221/229] Linking C executable zephyr\zephyr_pre1.elf

[227/229] Linking C executable zephyr\zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:      158008 B       256 KB     60.28%
             RAM:       39808 B        64 KB     60.74%
           SRAM1:          0 GB        64 KB      0.00%
        IDT_LIST:          0 GB         2 KB      0.00%
[229/229] Generating zephyr/merged_CPUNET.hex
[16/429] Generating ../../tfm/CMakeCache.txt
-- Found Git: C:/Program Files/Git/mingw64/bin/git.exe (found version &amp;quot;2.48.1.windows.1&amp;quot;)
-- The C compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/ncs/toolchains/31f4403e35/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Found Python3: C:/ncs/toolchains/31f4403e35/opt/bin/python.exe (found version &amp;quot;3.8.2&amp;quot;) found components: Interpreter
-- Found Python3: C:/ncs/toolchains/31f4403e35/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter
-- Cache files will be written to: C:/ncs/v2.4.1/zephyr/.cache
-- Configuring done
-- Generating done
-- Build files have been written to: C:/ncs/v2.4.1/find-my/samples/simple/build/tfm
[22/429] Performing build step for &amp;#39;mcuboot_subimage&amp;#39;
[1/289] Generating include/generated/version.h
-- Zephyr version: 3.3.99 (C:/ncs/v2.4.1/zephyr), build: v3.3.99-ncs1-2
[279/289] Linking C executable zephyr\zephyr_pre0.elf

[283/289] Linking C executable zephyr\zephyr_pre1.elf

[289/289] Linking C executable zephyr\zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:       43652 B        48 KB     88.81%
             RAM:       22856 B        32 KB     69.75%
        IDT_LIST:          0 GB         2 KB      0.00%
[25/429] Performing build step for &amp;#39;tfm&amp;#39;
[159/159] Linking C static library secure_fw\libtfm_s_veneers.a
[30/429] Performing install step for &amp;#39;tfm&amp;#39;
-- Install configuration: &amp;quot;MinSizeRel&amp;quot;
[409/429] Linking C executable zephyr\zephyr_pre0.elf

[413/429] Linking C executable zephyr\zephyr_pre1.elf

[419/429] Linking C executable zephyr\zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:      235472 B       448 KB     51.33%
             RAM:       48808 B       416 KB     11.46%
        IDT_LIST:          0 GB         2 KB      0.00%
[423/429] Generating ../../zephyr/app_update.bin
image.py: sign the payload
[425/429] Generating ../../zephyr/app_signed.hex
image.py: sign the payload
[426/429] Generating ../../zephyr/app_test_update.hex
image.py: sign the payload
[429/429] Generating zephyr/merged_domains.hex

chs1@csh1 MINGW64 /c/ncs/v2.4.1/find-my/samples/simple ((v2.4.4))
$&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Please try to clean and reinstall NCS 2.4.1+Findmy. Share the installation and building log if the issue still exist.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: setup NCS develop environment and build ERROR occurred</title><link>https://devzone.nordicsemi.com/thread/524353?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2025 13:37:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c94e6a7-5e39-4c13-aea9-c0b95451caa5</guid><dc:creator>Max_Singsun</dc:creator><description>&lt;p&gt;Thanks for your reply,&amp;nbsp; I use NCS 2.4.1 because one of my projects have been build on NCS 2.4.1, and that findmy project is okay and never have these problems. but this time I change a new computer and want use the same NCS version, so error occurred on new computer environment.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;By the way, I found one nrf5340 demo on &amp;#39;cpuapp_ns&amp;quot; config have similar problem(same error report), but &amp;#39;cpuapp&amp;#39; config is okay. if this case would help u ? if so, I can give more details to dig deeper.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: setup NCS develop environment and build ERROR occurred</title><link>https://devzone.nordicsemi.com/thread/524317?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2025 11:33:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:923f96e4-bf63-4f4f-af6d-74c2e8fa9635</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Max,&lt;/p&gt;
&lt;p&gt;Is there any special reason you do not use latest NCS(2.9.0 now) for your development? It seems you are still on development stage.&lt;/p&gt;
&lt;p&gt;For the issue, I did a try on my Win10 to install NCS 2.4.1+Findmy. I can build the simple sample witout issue. You can find my Findmy installation log and compiling logs:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ncs241_5F00_findmy_5F00_installation.log"&gt;devzone.nordicsemi.com/.../ncs241_5F00_findmy_5F00_installation.log&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ncs241_5F00_building_5F00_findmy_5F00_simple.log"&gt;devzone.nordicsemi.com/.../ncs241_5F00_building_5F00_findmy_5F00_simple.log&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>