Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Lesson 3 and 4 nRF Fundamentals: I don't receive messages in the Console (terminal)

Hi:

I don't receive any messages in the console during any of the exercises in Lesson 3 and Lesson 4 of the nRF Connect SDK Fundamentals.

No errors occurred during the Build.

I'm using Windows 11.

I used the Terminal from the SDK and from nRF Connect for Desktop v5.2.0.

I used the program "Hello Word nRF" to a console using UART, the nRF 52 DK was detected, I opened the Terminal and I also didn't receive any messages.

Do you have any idea where the problem might be?

Regards

Luiz Miranda

Parents
  • Hi  ,

    This sounds very strange.


    What nRF Connect SDK version are you building with? Have you confirmed that you are on the correct branch on the GitHub repository? (main for v3.0.0)

    Are you flashing the samples using VS Code or west?

    Have you tried pressing the RESET button on the board while the Serial Terminal is connected to the port?

    Please send me the merged.hex file for Lesson 4 Exercise 1 (full path ncs-fund/l4_e1_sol/build/merged.hex) so I can test the application on my board.

    Please send me a screenshot of the Serial Settings on the Serial Terminal application in nRF Connect for Desktop, like below:

  • Hi:

    Thanks for answering.

    I was using branch ncs-fund-2.9.0-v2.7.0.
    I downloaded main

    Board Target: Nrf52dk/NRF52832

    FOR ALL EXERCISES IN Lessons 3 and 4 nRF Fundamentals:

    For Toolchain and SDK Manager v3.0.0: Buil error
    Generating files from C:/myfw/ncsfund/MAIN/l3/l3_e1_sol/build/l3_e1_sol/zephyr/zephyr.elf for board: nrf52dk
    'CMAKE_OBJCOPY-NOTFOUND' is not recognized as an internal or external command,
    operable program or batch file.
    ninja: build stopped: subcommand failed.

    For Toolchain and SDK Manager v2.9.0: Buil error
    'CMAKE_OBJCOPY-NOTFOUND' is not recognized as an internal or external command,
    operable program or batch file.
    ninja: build stopped: subcommand failed.

    For Toolchain and SDK Manager v2.8.0:
    nRF Connect for Desktop Terminal: It is working. Everything is okay
    VS CODE Terminal: Not Ok - I don't see messages. If possible, try to help me.

    Atenciosamente

    Luiz Miranda

  • Hi:

    VS Code Terminal is working. I receive messages from Nrf52 DK.

    1-) Do you know why the exercises don't work with V3.0.0 and V2.9.0?

    2--) Is there a way to step through a program line by line (debug a program line by line)?

    Thanks and best regards

    Luiz

  • Hi, 

    1. This seems to be an issue with your toolchain. Make sure you are selecting the same SDK and toolchain version when adding the build configuration.

    You could also try uninstalling the v3.0.0 and v2.9.0 toolchains and installing them again. 

    Side note: When sharing a build log on DevZone, it is a good idea to copy the full build log into a .txt file and share it, not just share the specific line that you think is relevant. :)

    2. Yes, there is. See Lesson 2 - Debugging and troubleshooting in nRF Connect SDK Intermediate.

  • Hi:

    I used the same version in SDK and toolchain..

    About You could also try uninstalling the v3.0.0 and v2.9.0 toolchains and installing them again.: I did that.

    How can I get the full build log? 

    I am using VS Code.

    Regards

    Luiz

  • How can I get the full build log? 

    Just copy and paste the full output when building into a text file.

    For example, here is my build log when building l4_e1_sol with nRF Connect SDK v3.0.0 for the nRF52840 DK.

     

    Building l4_e1_sol
    C:\WINDOWS\system32\cmd.exe /d /s /c "west build --build-dir c:/ncs/ncs-fork/l4/l4_e1_sol/build c:/ncs/ncs-fork/l4/l4_e1_sol --pristine --board nrf52840dk/nrf52840"
    
    -- west build: generating a build system
    Loading Zephyr module(s) (Zephyr base): sysbuild_default
    -- Found Python3: C:/ncs/toolchains/86e9e33a03/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter 
    -- Cache files will be written to: C:/ncs/v3.0.0/zephyr/.cache
    -- Found west (found suitable version "1.4.0", minimum required is "0.14.0")
    -- Board: nrf52840dk, qualifiers: nrf52840
    Parsing C:/ncs/v3.0.0/zephyr/share/sysbuild/Kconfig
    Loaded configuration 'C:/ncs/ncs-fork/l4/l4_e1_sol/build/_sysbuild/empty.conf'
    Merged configuration 'C:/ncs/ncs-fork/l4/l4_e1_sol/build/_sysbuild/empty.conf'
    Configuration saved to 'C:/ncs/ncs-fork/l4/l4_e1_sol/build/zephyr/.config'
    Kconfig header saved to 'C:/ncs/ncs-fork/l4/l4_e1_sol/build/_sysbuild/autoconf.h'
    -- 
       *******************************
       * Running CMake for l4_e1_sol *
       *******************************
    
    Loading Zephyr default modules (Zephyr base).
    -- Application: C:/ncs/ncs-fork/l4/l4_e1_sol
    -- CMake version: 3.21.0
    -- Found Python3: C:/ncs/toolchains/86e9e33a03/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter 
    -- Cache files will be written to: C:/ncs/v3.0.0/zephyr/.cache
    -- Zephyr version: 4.0.99 (C:/ncs/v3.0.0/zephyr)
    -- Found west (found suitable version "1.4.0", minimum required is "0.14.0")
    -- Board: nrf52840dk, qualifiers: nrf52840
    -- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/86e9e33a03/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/86e9e33a03/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs/toolchains/86e9e33a03/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") 
    -- Found BOARD.dts: C:/ncs/v3.0.0/zephyr/boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts
    -- Generated zephyr.dts: C:/ncs/ncs-fork/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.dts
    -- Generated pickled edt: C:/ncs/ncs-fork/l4/l4_e1_sol/build/l4_e1_sol/zephyr/edt.pickle
    -- Generated zephyr.dts: C:/ncs/ncs-fork/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/ncs/ncs-fork/l4/l4_e1_sol/build/l4_e1_sol/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/ncs/ncs-fork/l4/l4_e1_sol/build/l4_e1_sol/zephyr/dts.cmake
    Parsing C:/ncs/v3.0.0/zephyr/Kconfig
    Loaded configuration 'C:/ncs/v3.0.0/zephyr/boards/nordic/nrf52840dk/nrf52840dk_nrf52840_defconfig'
    Merged configuration 'C:/ncs/ncs-fork/l4/l4_e1_sol/prj.conf'
    Merged configuration 'C:/ncs/ncs-fork/l4/l4_e1_sol/build/l4_e1_sol/zephyr/.config.sysbuild'
    Configuration saved to 'C:/ncs/ncs-fork/l4/l4_e1_sol/build/l4_e1_sol/zephyr/.config'
    Kconfig header saved to 'C:/ncs/ncs-fork/l4/l4_e1_sol/build/l4_e1_sol/zephyr/include/generated/zephyr/autoconf.h'
    -- Found GnuLd: c:/ncs/toolchains/86e9e33a03/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (found version "2.38") 
    -- 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/86e9e33a03/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/ncs/ncs-fork/l4/l4_e1_sol/build/l4_e1_sol
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/ncs/ncs-fork/l4/l4_e1_sol/build
    -- west build: building application
    [4/152] Generating include/generated/zephyr/version.h
    -- Zephyr version: 4.0.99 (C:/ncs/v3.0.0/zephyr), build: v4.0.99-ncs1
    [152/152] Linking C executable zephyr\zephyr.elf
    Memory region         Used Size  Region Size  %age Used
               FLASH:       22288 B         1 MB      2.13%
                 RAM:        7680 B       256 KB      2.93%
            IDT_LIST:          0 GB        32 KB      0.00%
    Generating files from C:/ncs/ncs-fork/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.elf for board: nrf52840dk
    [10/10] Generating ../merged.hex
     *  Terminal will be reused by tasks, press any key to close it. 

    In addition, please press on this icon next to the WELCOME window in VS Code, save the file that is generated and attach it in your next reply as well.

  • Hi:

    l4_e1_sol with nRF Connect SDK v3.0.0  and Toolchain v3.0.0 for the nRF52840 DK.: No Error in my computer

    l4_e1_sol with nRF Connect SDK and Toolchain v3.0.0 for nrf52DK/52832: Error

    Executing task: nRF Connect: Generate config nrf52dk/nrf52832 for c:\myfw\ncsfund\MAIN\l4\l4_e1_sol 
    
    Building l4_e1_sol
    C:\WINDOWS\system32\cmd.exe /d /s /c "west build --build-dir c:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build c:/myfw/ncsfund/MAIN/l4/l4_e1_sol --pristine --board nrf52dk/nrf52832 -- -DCONF_FILE=prj.conf"
    
    -- west build: generating a build system
    Loading Zephyr module(s) (Zephyr base): sysbuild_default
    -- Found Python3: C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter 
    -- Cache files will be written to: C:/ncs/v3.0.0/zephyr/.cache
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: nrf52dk, qualifiers: nrf52832
    Parsing C:/ncs/v3.0.0/zephyr/share/sysbuild/Kconfig
    Loaded configuration 'C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/_sysbuild/empty.conf'
    Merged configuration 'C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/_sysbuild/empty.conf'
    Configuration saved to 'C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/zephyr/.config'
    Kconfig header saved to 'C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/_sysbuild/autoconf.h'
    -- 
       *******************************
       * Running CMake for l4_e1_sol *
       *******************************
    
    Loading Zephyr default modules (Zephyr base).
    -- Application: C:/myfw/ncsfund/MAIN/l4/l4_e1_sol
    -- CMake version: 3.21.0
    -- Found Python3: C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter 
    -- Cache files will be written to: C:/ncs/v3.0.0/zephyr/.cache
    -- Zephyr version: 4.0.99 (C:/ncs/v3.0.0/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: nrf52dk, qualifiers: nrf52832
    -- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs/toolchains/0b393f9e1b/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") 
    -- Found BOARD.dts: C:/ncs/v3.0.0/zephyr/boards/nordic/nrf52dk/nrf52dk_nrf52832.dts
    -- Generated zephyr.dts: C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.dts
    -- Generated pickled edt: C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/edt.pickle
    -- Generated zephyr.dts: C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/dts.cmake
    Parsing C:/ncs/v3.0.0/zephyr/Kconfig
    Loaded configuration 'C:/ncs/v3.0.0/zephyr/boards/nordic/nrf52dk/nrf52dk_nrf52832_defconfig'
    Merged configuration 'C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/prj.conf'
    Merged configuration 'C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/.config.sysbuild'
    Configuration saved to 'C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/.config'
    Kconfig header saved to 'C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/include/generated/zephyr/autoconf.h'
    -- Found GnuLd: c:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (found version "2.38") 
    -- 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/0b393f9e1b/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build
    -- west build: building application
    [4/148] Generating include/generated/zephyr/version.h
    -- Zephyr version: 4.0.99 (C:/ncs/v3.0.0/zephyr), build: v4.0.99-ncs1
    [148/148] Linking C executable zephyr\zephyr.elf
    FAILED: zephyr/zephyr.elf zephyr/zephyr.map zephyr/zephyr.hex zephyr/zephyr.bin zephyr/zephyr.stat C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.map C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.hex C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.bin C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.stat 
    cmd.exe /C "cd . && C:\ncs\toolchains\0b393f9e1b\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe  -gdwarf-4 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj -o zephyr\zephyr.elf  zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj  -T  zephyr/linker.cmd  -Wl,-Map=C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr_final.map  -Wl,--whole-archive  app/libapp.a  zephyr/libzephyr.a  zephyr/arch/common/libarch__common.a  zephyr/arch/arch/arm/core/libarch__arm__core.a  zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a  zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a  zephyr/lib/libc/picolibc/liblib__libc__picolibc.a  zephyr/lib/libc/common/liblib__libc__common.a  zephyr/soc/soc/nrf52832/libsoc__nordic.a  zephyr/drivers/clock_control/libdrivers__clock_control.a  zephyr/drivers/console/libdrivers__console.a  zephyr/drivers/gpio/libdrivers__gpio.a  zephyr/drivers/pinctrl/libdrivers__pinctrl.a  zephyr/drivers/serial/libdrivers__serial.a  zephyr/drivers/timer/libdrivers__timer.a  modules/hal_nordic/modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a  modules/segger/libmodules__segger.a  -Wl,--no-whole-archive  zephyr/kernel/libkernel.a  -LC:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr  -Wl,--print-memory-usage  zephyr/arch/common/libisr_tables.a  -mcpu=cortex-m4  -mthumb  -mabi=aapcs  -mfp16-format=ieee  -mtp=soft  -fuse-ld=bfd  -Wl,--gc-sections  -Wl,--build-id=none  -Wl,--sort-common=descending  -Wl,--sort-section=alignment  -Wl,-u,_OffsetAbsSyms  -Wl,-u,_ConfigAbsSyms  -nostdlib  -static  -Wl,-X  -Wl,-N  -Wl,--orphan-handling=warn  -Wl,-no-pie  -specs=picolibc.specs  -DPICOLIBC_LONG_LONG_PRINTF_SCANF -L"c:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp" -lc -lgcc && cmd.exe /C "cd /D C:\myfw\ncsfund\MAIN\l4\l4_e1_sol\build\l4_e1_sol\zephyr && C:\ncs\toolchains\0b393f9e1b\opt\bin\cmake.exe -E echo "Generating files from C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.elf for board: nrf52dk" && C:\ncs\toolchains\0b393f9e1b\opt\bin\cmake.exe -E copy zephyr_final.map zephyr.map && CMAKE_OBJCOPY-NOTFOUND --output-target=ihex --remove-section=.comment --remove-section=COMMON zephyr.elf zephyr.hex && CMAKE_OBJCOPY-NOTFOUND --gap-fill 0xFF --output-target=binary --remove-section=.comment --remove-section=COMMON zephyr.elf zephyr.bin && C:\ncs\toolchains\0b393f9e1b\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-readelf.exe -e zephyr.elf > zephyr.stat && C:\ncs\toolchains\0b393f9e1b\opt\bin\python.exe C:/ncs/v3.0.0/zephyr/scripts/build/check_init_priorities.py --elf-file=C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.elf""
    Memory region         Used Size  Region Size  %age Used
               FLASH:       18996 B       512 KB      3.62%
                 RAM:        5696 B        64 KB      8.69%
            IDT_LIST:          0 GB        32 KB      0.00%
    Generating files from C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.elf for board: nrf52dk
    'CMAKE_OBJCOPY-NOTFOUND' is not recognized as an internal or external command,
    operable program or batch file.
    ninja: build stopped: subcommand failed.
    FAILED: _sysbuild/sysbuild/images/l4_e1_sol-prefix/src/l4_e1_sol-stamp/l4_e1_sol-build C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/_sysbuild/sysbuild/images/l4_e1_sol-prefix/src/l4_e1_sol-stamp/l4_e1_sol-build 
    cmd.exe /C "cd /D C:\myfw\ncsfund\MAIN\l4\l4_e1_sol\build\l4_e1_sol && C:\ncs\toolchains\0b393f9e1b\opt\bin\cmake.exe --build ."
    ninja: build stopped: subcommand failed.
    FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\0b393f9e1b\opt\bin\cmake.EXE' --build C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build
    
     *  The terminal process terminated with exit code: 1. 
     *  Terminal will be reused by tasks, press any key to close it. 
    

    // IMPORTANT: The following data can contain sensitive or confidential information about your environment.
    // If you do not want others to see this information, make sure to remove it before sharing the data.
    
    // For help and support, visit Nordic Semiconductor's DevZone at https://devzone.nordicsemi.com/.
    
    {
      "platform": {
        "os": "win32",
        "osVersion": "Windows 11 Home",
        "osKernel": "10.0.26100",
        "vscode": "1.101.2",
        "electron": "35.5.1",
        "node": "v22.15.1"
      },
      "system": {
        "date": "2025-07-01T16:37:16.774Z",
        "vscodeRoot": "c:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app",
        "nrfConnectForDesktopInstalled": true,
        "vscodeUptime": "00:06:59",
        "osUptime": "95:33:11",
        "cpu": "11th Gen Intel(R) Core(TM) i7-11390H @ 3.40GHz"
      },
      "workspace": {
        "name": "l4_e1_sol",
        "workspaceFile": null,
        "folders": [
          "c:\\myfw\\ncsfund\\MAIN\\l4\\l4_e1_sol"
        ]
      },
      "sdks": [
        {
          "version": "v3.0.0",
          "path": "c:\\ncs\\v3.0.0"
        },
        {
          "version": "v2.9.0",
          "path": "c:\\ncs\\v2.9.0"
        },
        {
          "version": "v2.8.0",
          "path": "c:\\ncs\\v2.8.0"
        },
        {
          "version": "v2.7.0",
          "path": "c:\\ncs\\v2.7.0"
        },
        {
          "version": "v2.6.0",
          "path": "c:\\ncs\\v2.6.0"
        }
      ],
      "activeBuild": "c:\\myfw\\ncsfund\\MAIN\\l4\\l4_e1_sol\\build",
      "apps": [
        {
          "workspace": "c:\\myfw\\ncsfund\\MAIN\\l4\\l4_e1_sol",
          "uri": "c:\\myfw\\ncsfund\\MAIN\\l4\\l4_e1_sol",
          "buildConfigurations": [
            {
              "id": "c:\\myfw\\ncsfund\\MAIN\\l4\\l4_e1_sol\\build",
              "name": "build",
              "boardId": "nrf52dk/nrf52832",
              "type": "Sysbuild",
              "isChild": false,
              "isStale": false,
              "taskBindings": {
                "build": [],
                "pristineBuild": [],
                "flash": [],
                "eraseAndFlash": []
              },
              "sdk": "c:\\ncs\\v3.0.0",
              "toolchain": "nRF Connect SDK Toolchain v3.0.0"
            }
          ]
        }
      ],
      "toolchains": [
        {
          "version": "3.0.0",
          "path": "c:\\ncs\\toolchains\\0b393f9e1b"
        },
        {
          "version": "2.9.0",
          "path": "c:\\ncs\\toolchains\\b620d30767"
        },
        {
          "version": "2.8.0",
          "path": "c:\\ncs\\toolchains\\2d382dcd92"
        },
        {
          "version": "2.7.0",
          "path": "c:\\ncs\\toolchains\\ce3b5ff664"
        },
        {
          "version": "2.6.0",
          "path": "c:\\ncs\\toolchains\\cf2149caf2"
        }
      ],
      "connectedDevices": [],
      "tools": {
        "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe": "0.17.0",
        "C:\\Program Files\\SEGGER\\JLink_V840\\JLink.exe": "8.40",
        "C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe": "10.24.2",
        "C:\\NORDIC\\nordic_tools\\nrfutil.exe": "8.0.0",
        "C:\\ncs\\toolchains\\0b393f9e1b\\cmake": "3.21.0",
        "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\Scripts\\west.exe": "1.2.0",
        "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\python.exe": "3.12.4",
        "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\ninja.exe": "1.10.2",
        "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\gperf.exe": "3.1",
        "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\dtc.exe": "1.4.7",
        "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\gn.exe": "2223",
        "C:\\ncs\\toolchains\\0b393f9e1b\\mingw64\\bin\\git.exe": "2.37.3.windows.1",
        "arm-gdbPath": "c:\\ncs\\toolchains\\0b393f9e1b\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gdb.exe",
        "riscv-gdbPath": "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\zephyr-sdk\\riscv64-zephyr-elf\\bin\\riscv64-zephyr-elf-gdb.exe"
      },
      "nrfutil": {
        "nrfutil-device": {
          "version": "2.8.8",
          "binPath": "c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.5.152-win32-x64\\platform\\nrfutil\\bin\\nrfutil-device",
          "jlinkInfo": {
            "description": "This version of SEGGER J-Link is different from the J-Link version that was used to test nrfutil device commands",
            "expectedVersion": {
              "version": "JLink_V8.18",
              "versionFormat": "string"
            },
            "name": "JlinkARM",
            "version": "JLink_V8.40",
            "versionFormat": "string"
          }
        },
        "nrfutil-sdk-manager": {
          "version": "1.3.0",
          "binPath": "c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.5.152-win32-x64\\platform\\nrfutil\\bin\\nrfutil-sdk-manager"
        }
      },
      "environment": {
        "westEnv": {
          "HOME": "C:\\Users\\LMIRANDA",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\LMIRANDA",
          "PATH": "C:\\ncs\\toolchains\\0b393f9e1b;C:\\ncs\\toolchains\\0b393f9e1b\\mingw64\\bin;C:\\ncs\\toolchains\\0b393f9e1b\\bin;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\Scripts;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\nanopb\\generator-bin;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\zephyr-sdk\\riscv64-zephyr-elf\\bin;c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.5.152-win32-x64\\platform\\nrfutil\\lib\\nrfutil-sdk-manager;C:\\Program Files\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin;C:\\Program Files\\Microsoft MPI\\Bin\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\Microsoft SQL Server\\160\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\160\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\Client SDK\\ODBC\\170\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\160\\DTS\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\160\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\150\\Tools\\Binn\\;C:\\Program Files\\Azure Data Studio\\bin;C:\\Program Files\\HP\\HP One Agent;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\NORDIC\\nordic_tools;C:\\Users\\LMIRANDA\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\MiKTeX\\miktex\\bin\\x64\\;C:\\Spark\\spark-3.5.0-bin-hadoop3\\bin;C:\\Program Files\\Java\\jdk-1.8\\bin;C:\\Spark\\spark-3.5.0-bin-hadoop3/hadoop\\bin;C:\\Program Files\\JetBrains\\PyCharm Community Edition 2023.2.3\\bin;;C:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
          "ZEPHYR_BASE": "c:\\ncs\\v3.0.0\\zephyr",
          "ZEPHYR_TOOLCHAIN_VARIANT": "zephyr",
          "ZEPHYR_SDK_INSTALL_DIR": "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\zephyr-sdk",
          "PYTHONPATH": "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\Lib;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\Lib\\site-packages"
        },
        "inherited": {
          "HOME": "C:\\Users\\LMIRANDA",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\LMIRANDA",
          "Path": "C:\\Program Files\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin;C:\\Program Files\\Microsoft MPI\\Bin\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\Microsoft SQL Server\\160\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\160\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\Client SDK\\ODBC\\170\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\160\\DTS\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\160\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\150\\Tools\\Binn\\;C:\\Program Files\\Azure Data Studio\\bin;C:\\Program Files\\HP\\HP One Agent;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\NORDIC\\nordic_tools;C:\\Users\\LMIRANDA\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\MiKTeX\\miktex\\bin\\x64\\;C:\\Program Files\\Azure Data Studio\\bin;C:\\Spark\\spark-3.5.0-bin-hadoop3\\bin;C:\\Program Files\\Java\\jdk-1.8\\bin;C:\\Spark\\spark-3.5.0-bin-hadoop3/hadoop\\bin;C:\\Program Files\\JetBrains\\PyCharm Community Edition 2023.2.3\\bin;;C:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
          "PATH": "C:\\Program Files\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin;C:\\Program Files\\Microsoft MPI\\Bin\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\Microsoft SQL Server\\160\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\160\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\Client SDK\\ODBC\\170\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\160\\DTS\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\160\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\150\\Tools\\Binn\\;C:\\Program Files\\Azure Data Studio\\bin;C:\\Program Files\\HP\\HP One Agent;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\NORDIC\\nordic_tools;C:\\Users\\LMIRANDA\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\MiKTeX\\miktex\\bin\\x64\\;C:\\Program Files\\Azure Data Studio\\bin;C:\\Spark\\spark-3.5.0-bin-hadoop3\\bin;C:\\Program Files\\Java\\jdk-1.8\\bin;C:\\Spark\\spark-3.5.0-bin-hadoop3/hadoop\\bin;C:\\Program Files\\JetBrains\\PyCharm Community Edition 2023.2.3\\bin;;C:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\Microsoft VS Code\\bin"
        }
      },
      "terminal": {
        "defaultProfile": null
      },
      "config": {
        "nordic-semiconductor.nrf-connect": {
          "topdir": "",
          "toolchain": {
            "path": ""
          },
          "ozonePath": "",
          "applications": [],
          "applicationOptions": {},
          "kconfig": {
            "interface": "kconfig"
          },
          "west": {
            "env": {
              "$base": "terminal"
            }
          },
          "boardRoots": [],
          "taskBindings": {},
          "buildTerminal": {
            "condensedProgress": true
          },
          "debugging": {
            "flash": true,
            "bindings": {},
            "justMyCode": false
          },
          "activeAppFollowActiveEditor": true,
          "flash": {
            "softreset": false,
            "erase": false,
            "recover": false
          },
          "enableTelemetry": true,
          "thirdpartyIntegration": {},
          "toolchainManager": {
            "indexURL": null,
            "installDirectory": null
          },
          "nrfutil": {
            "home": null
          },
          "defaultOpenAction": "ask",
          "terminalProfile": {
            "shell": null
          }
        },
        "nordic-semiconductor.nrf-terminal": {
          "terminalMode": "character"
        }
      },
      "extensions": {
        "internal": {
          "nordic-semiconductor.nrf-connect": {
            "version": "2025.5.152",
            "path": "c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.5.152-win32-x64",
            "isActive": true
          },
          "nordic-semiconductor.nrf-terminal": {
            "version": "2024.9.14",
            "path": "c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2024.9.14",
            "isActive": true
          },
          "nordic-semiconductor.nrf-devicetree": {
            "version": "2025.4.22",
            "path": "c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2025.4.22",
            "isActive": true
          },
          "nordic-semiconductor.nrf-kconfig": {
            "version": "2025.4.26",
            "path": "c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2025.4.26",
            "isActive": true
          }
        },
        "external": {
          "marus25.cortex-debug": null,
          "ms-vscode.cpptools": "1.26.3",
          "ms-vscode.js-debug": "1.100.1",
          "ms-vscode.js-debug-companion": "1.1.3",
          "ms-vscode.vscode-js-profile-table": "1.0.10",
          "ctenbrinke.vscode-tsv": "0.2.2",
          "dracula-theme.theme-dracula": "2.25.1",
          "GitHub.remotehub": "0.64.0",
          "ms-python.debugpy": "2025.8.0",
          "ms-python.python": "2025.8.0",
          "ms-python.vscode-pylance": "2025.6.2",
          "ms-toolsai.jupyter": "2025.5.0",
          "ms-toolsai.jupyter-keymap": "1.1.2",
          "ms-toolsai.jupyter-renderers": "1.1.0",
          "ms-toolsai.vscode-jupyter-cell-tags": "0.1.9",
          "ms-toolsai.vscode-jupyter-slideshow": "0.1.6",
          "ms-vscode-remote.remote-containers": "0.417.0",
          "ms-vscode.azure-repos": "0.40.0",
          "ms-vscode.cmake-tools": "1.20.53",
          "ms-vscode.cpptools-extension-pack": "1.3.1",
          "ms-vscode.cpptools-themes": "2.0.0",
          "ms-vscode.remote-repositories": "0.42.0",
          "Solorzano-JuanJose.git-clone-with-submodules": "1.5.6",
          "trond-snekvik.gnu-mapfiles": "1.1.0"
        }
      }
    }
    
    

Reply
  • Hi:

    l4_e1_sol with nRF Connect SDK v3.0.0  and Toolchain v3.0.0 for the nRF52840 DK.: No Error in my computer

    l4_e1_sol with nRF Connect SDK and Toolchain v3.0.0 for nrf52DK/52832: Error

    Executing task: nRF Connect: Generate config nrf52dk/nrf52832 for c:\myfw\ncsfund\MAIN\l4\l4_e1_sol 
    
    Building l4_e1_sol
    C:\WINDOWS\system32\cmd.exe /d /s /c "west build --build-dir c:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build c:/myfw/ncsfund/MAIN/l4/l4_e1_sol --pristine --board nrf52dk/nrf52832 -- -DCONF_FILE=prj.conf"
    
    -- west build: generating a build system
    Loading Zephyr module(s) (Zephyr base): sysbuild_default
    -- Found Python3: C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter 
    -- Cache files will be written to: C:/ncs/v3.0.0/zephyr/.cache
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: nrf52dk, qualifiers: nrf52832
    Parsing C:/ncs/v3.0.0/zephyr/share/sysbuild/Kconfig
    Loaded configuration 'C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/_sysbuild/empty.conf'
    Merged configuration 'C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/_sysbuild/empty.conf'
    Configuration saved to 'C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/zephyr/.config'
    Kconfig header saved to 'C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/_sysbuild/autoconf.h'
    -- 
       *******************************
       * Running CMake for l4_e1_sol *
       *******************************
    
    Loading Zephyr default modules (Zephyr base).
    -- Application: C:/myfw/ncsfund/MAIN/l4/l4_e1_sol
    -- CMake version: 3.21.0
    -- Found Python3: C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter 
    -- Cache files will be written to: C:/ncs/v3.0.0/zephyr/.cache
    -- Zephyr version: 4.0.99 (C:/ncs/v3.0.0/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: nrf52dk, qualifiers: nrf52832
    -- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs/toolchains/0b393f9e1b/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") 
    -- Found BOARD.dts: C:/ncs/v3.0.0/zephyr/boards/nordic/nrf52dk/nrf52dk_nrf52832.dts
    -- Generated zephyr.dts: C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.dts
    -- Generated pickled edt: C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/edt.pickle
    -- Generated zephyr.dts: C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/dts.cmake
    Parsing C:/ncs/v3.0.0/zephyr/Kconfig
    Loaded configuration 'C:/ncs/v3.0.0/zephyr/boards/nordic/nrf52dk/nrf52dk_nrf52832_defconfig'
    Merged configuration 'C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/prj.conf'
    Merged configuration 'C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/.config.sysbuild'
    Configuration saved to 'C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/.config'
    Kconfig header saved to 'C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/include/generated/zephyr/autoconf.h'
    -- Found GnuLd: c:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (found version "2.38") 
    -- 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/0b393f9e1b/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build
    -- west build: building application
    [4/148] Generating include/generated/zephyr/version.h
    -- Zephyr version: 4.0.99 (C:/ncs/v3.0.0/zephyr), build: v4.0.99-ncs1
    [148/148] Linking C executable zephyr\zephyr.elf
    FAILED: zephyr/zephyr.elf zephyr/zephyr.map zephyr/zephyr.hex zephyr/zephyr.bin zephyr/zephyr.stat C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.map C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.hex C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.bin C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.stat 
    cmd.exe /C "cd . && C:\ncs\toolchains\0b393f9e1b\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe  -gdwarf-4 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj -o zephyr\zephyr.elf  zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj  -T  zephyr/linker.cmd  -Wl,-Map=C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr_final.map  -Wl,--whole-archive  app/libapp.a  zephyr/libzephyr.a  zephyr/arch/common/libarch__common.a  zephyr/arch/arch/arm/core/libarch__arm__core.a  zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a  zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a  zephyr/lib/libc/picolibc/liblib__libc__picolibc.a  zephyr/lib/libc/common/liblib__libc__common.a  zephyr/soc/soc/nrf52832/libsoc__nordic.a  zephyr/drivers/clock_control/libdrivers__clock_control.a  zephyr/drivers/console/libdrivers__console.a  zephyr/drivers/gpio/libdrivers__gpio.a  zephyr/drivers/pinctrl/libdrivers__pinctrl.a  zephyr/drivers/serial/libdrivers__serial.a  zephyr/drivers/timer/libdrivers__timer.a  modules/hal_nordic/modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a  modules/segger/libmodules__segger.a  -Wl,--no-whole-archive  zephyr/kernel/libkernel.a  -LC:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr  -Wl,--print-memory-usage  zephyr/arch/common/libisr_tables.a  -mcpu=cortex-m4  -mthumb  -mabi=aapcs  -mfp16-format=ieee  -mtp=soft  -fuse-ld=bfd  -Wl,--gc-sections  -Wl,--build-id=none  -Wl,--sort-common=descending  -Wl,--sort-section=alignment  -Wl,-u,_OffsetAbsSyms  -Wl,-u,_ConfigAbsSyms  -nostdlib  -static  -Wl,-X  -Wl,-N  -Wl,--orphan-handling=warn  -Wl,-no-pie  -specs=picolibc.specs  -DPICOLIBC_LONG_LONG_PRINTF_SCANF -L"c:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp" -lc -lgcc && cmd.exe /C "cd /D C:\myfw\ncsfund\MAIN\l4\l4_e1_sol\build\l4_e1_sol\zephyr && C:\ncs\toolchains\0b393f9e1b\opt\bin\cmake.exe -E echo "Generating files from C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.elf for board: nrf52dk" && C:\ncs\toolchains\0b393f9e1b\opt\bin\cmake.exe -E copy zephyr_final.map zephyr.map && CMAKE_OBJCOPY-NOTFOUND --output-target=ihex --remove-section=.comment --remove-section=COMMON zephyr.elf zephyr.hex && CMAKE_OBJCOPY-NOTFOUND --gap-fill 0xFF --output-target=binary --remove-section=.comment --remove-section=COMMON zephyr.elf zephyr.bin && C:\ncs\toolchains\0b393f9e1b\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-readelf.exe -e zephyr.elf > zephyr.stat && C:\ncs\toolchains\0b393f9e1b\opt\bin\python.exe C:/ncs/v3.0.0/zephyr/scripts/build/check_init_priorities.py --elf-file=C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.elf""
    Memory region         Used Size  Region Size  %age Used
               FLASH:       18996 B       512 KB      3.62%
                 RAM:        5696 B        64 KB      8.69%
            IDT_LIST:          0 GB        32 KB      0.00%
    Generating files from C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/l4_e1_sol/zephyr/zephyr.elf for board: nrf52dk
    'CMAKE_OBJCOPY-NOTFOUND' is not recognized as an internal or external command,
    operable program or batch file.
    ninja: build stopped: subcommand failed.
    FAILED: _sysbuild/sysbuild/images/l4_e1_sol-prefix/src/l4_e1_sol-stamp/l4_e1_sol-build C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build/_sysbuild/sysbuild/images/l4_e1_sol-prefix/src/l4_e1_sol-stamp/l4_e1_sol-build 
    cmd.exe /C "cd /D C:\myfw\ncsfund\MAIN\l4\l4_e1_sol\build\l4_e1_sol && C:\ncs\toolchains\0b393f9e1b\opt\bin\cmake.exe --build ."
    ninja: build stopped: subcommand failed.
    FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\0b393f9e1b\opt\bin\cmake.EXE' --build C:/myfw/ncsfund/MAIN/l4/l4_e1_sol/build
    
     *  The terminal process terminated with exit code: 1. 
     *  Terminal will be reused by tasks, press any key to close it. 
    

    // IMPORTANT: The following data can contain sensitive or confidential information about your environment.
    // If you do not want others to see this information, make sure to remove it before sharing the data.
    
    // For help and support, visit Nordic Semiconductor's DevZone at https://devzone.nordicsemi.com/.
    
    {
      "platform": {
        "os": "win32",
        "osVersion": "Windows 11 Home",
        "osKernel": "10.0.26100",
        "vscode": "1.101.2",
        "electron": "35.5.1",
        "node": "v22.15.1"
      },
      "system": {
        "date": "2025-07-01T16:37:16.774Z",
        "vscodeRoot": "c:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app",
        "nrfConnectForDesktopInstalled": true,
        "vscodeUptime": "00:06:59",
        "osUptime": "95:33:11",
        "cpu": "11th Gen Intel(R) Core(TM) i7-11390H @ 3.40GHz"
      },
      "workspace": {
        "name": "l4_e1_sol",
        "workspaceFile": null,
        "folders": [
          "c:\\myfw\\ncsfund\\MAIN\\l4\\l4_e1_sol"
        ]
      },
      "sdks": [
        {
          "version": "v3.0.0",
          "path": "c:\\ncs\\v3.0.0"
        },
        {
          "version": "v2.9.0",
          "path": "c:\\ncs\\v2.9.0"
        },
        {
          "version": "v2.8.0",
          "path": "c:\\ncs\\v2.8.0"
        },
        {
          "version": "v2.7.0",
          "path": "c:\\ncs\\v2.7.0"
        },
        {
          "version": "v2.6.0",
          "path": "c:\\ncs\\v2.6.0"
        }
      ],
      "activeBuild": "c:\\myfw\\ncsfund\\MAIN\\l4\\l4_e1_sol\\build",
      "apps": [
        {
          "workspace": "c:\\myfw\\ncsfund\\MAIN\\l4\\l4_e1_sol",
          "uri": "c:\\myfw\\ncsfund\\MAIN\\l4\\l4_e1_sol",
          "buildConfigurations": [
            {
              "id": "c:\\myfw\\ncsfund\\MAIN\\l4\\l4_e1_sol\\build",
              "name": "build",
              "boardId": "nrf52dk/nrf52832",
              "type": "Sysbuild",
              "isChild": false,
              "isStale": false,
              "taskBindings": {
                "build": [],
                "pristineBuild": [],
                "flash": [],
                "eraseAndFlash": []
              },
              "sdk": "c:\\ncs\\v3.0.0",
              "toolchain": "nRF Connect SDK Toolchain v3.0.0"
            }
          ]
        }
      ],
      "toolchains": [
        {
          "version": "3.0.0",
          "path": "c:\\ncs\\toolchains\\0b393f9e1b"
        },
        {
          "version": "2.9.0",
          "path": "c:\\ncs\\toolchains\\b620d30767"
        },
        {
          "version": "2.8.0",
          "path": "c:\\ncs\\toolchains\\2d382dcd92"
        },
        {
          "version": "2.7.0",
          "path": "c:\\ncs\\toolchains\\ce3b5ff664"
        },
        {
          "version": "2.6.0",
          "path": "c:\\ncs\\toolchains\\cf2149caf2"
        }
      ],
      "connectedDevices": [],
      "tools": {
        "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe": "0.17.0",
        "C:\\Program Files\\SEGGER\\JLink_V840\\JLink.exe": "8.40",
        "C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe": "10.24.2",
        "C:\\NORDIC\\nordic_tools\\nrfutil.exe": "8.0.0",
        "C:\\ncs\\toolchains\\0b393f9e1b\\cmake": "3.21.0",
        "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\Scripts\\west.exe": "1.2.0",
        "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\python.exe": "3.12.4",
        "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\ninja.exe": "1.10.2",
        "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\gperf.exe": "3.1",
        "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\dtc.exe": "1.4.7",
        "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\gn.exe": "2223",
        "C:\\ncs\\toolchains\\0b393f9e1b\\mingw64\\bin\\git.exe": "2.37.3.windows.1",
        "arm-gdbPath": "c:\\ncs\\toolchains\\0b393f9e1b\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gdb.exe",
        "riscv-gdbPath": "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\zephyr-sdk\\riscv64-zephyr-elf\\bin\\riscv64-zephyr-elf-gdb.exe"
      },
      "nrfutil": {
        "nrfutil-device": {
          "version": "2.8.8",
          "binPath": "c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.5.152-win32-x64\\platform\\nrfutil\\bin\\nrfutil-device",
          "jlinkInfo": {
            "description": "This version of SEGGER J-Link is different from the J-Link version that was used to test nrfutil device commands",
            "expectedVersion": {
              "version": "JLink_V8.18",
              "versionFormat": "string"
            },
            "name": "JlinkARM",
            "version": "JLink_V8.40",
            "versionFormat": "string"
          }
        },
        "nrfutil-sdk-manager": {
          "version": "1.3.0",
          "binPath": "c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.5.152-win32-x64\\platform\\nrfutil\\bin\\nrfutil-sdk-manager"
        }
      },
      "environment": {
        "westEnv": {
          "HOME": "C:\\Users\\LMIRANDA",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\LMIRANDA",
          "PATH": "C:\\ncs\\toolchains\\0b393f9e1b;C:\\ncs\\toolchains\\0b393f9e1b\\mingw64\\bin;C:\\ncs\\toolchains\\0b393f9e1b\\bin;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\Scripts;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\nanopb\\generator-bin;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\zephyr-sdk\\riscv64-zephyr-elf\\bin;c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.5.152-win32-x64\\platform\\nrfutil\\lib\\nrfutil-sdk-manager;C:\\Program Files\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin;C:\\Program Files\\Microsoft MPI\\Bin\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\Microsoft SQL Server\\160\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\160\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\Client SDK\\ODBC\\170\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\160\\DTS\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\160\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\150\\Tools\\Binn\\;C:\\Program Files\\Azure Data Studio\\bin;C:\\Program Files\\HP\\HP One Agent;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\NORDIC\\nordic_tools;C:\\Users\\LMIRANDA\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\MiKTeX\\miktex\\bin\\x64\\;C:\\Spark\\spark-3.5.0-bin-hadoop3\\bin;C:\\Program Files\\Java\\jdk-1.8\\bin;C:\\Spark\\spark-3.5.0-bin-hadoop3/hadoop\\bin;C:\\Program Files\\JetBrains\\PyCharm Community Edition 2023.2.3\\bin;;C:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
          "ZEPHYR_BASE": "c:\\ncs\\v3.0.0\\zephyr",
          "ZEPHYR_TOOLCHAIN_VARIANT": "zephyr",
          "ZEPHYR_SDK_INSTALL_DIR": "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\zephyr-sdk",
          "PYTHONPATH": "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\Lib;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\Lib\\site-packages"
        },
        "inherited": {
          "HOME": "C:\\Users\\LMIRANDA",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\LMIRANDA",
          "Path": "C:\\Program Files\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin;C:\\Program Files\\Microsoft MPI\\Bin\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\Microsoft SQL Server\\160\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\160\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\Client SDK\\ODBC\\170\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\160\\DTS\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\160\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\150\\Tools\\Binn\\;C:\\Program Files\\Azure Data Studio\\bin;C:\\Program Files\\HP\\HP One Agent;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\NORDIC\\nordic_tools;C:\\Users\\LMIRANDA\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\MiKTeX\\miktex\\bin\\x64\\;C:\\Program Files\\Azure Data Studio\\bin;C:\\Spark\\spark-3.5.0-bin-hadoop3\\bin;C:\\Program Files\\Java\\jdk-1.8\\bin;C:\\Spark\\spark-3.5.0-bin-hadoop3/hadoop\\bin;C:\\Program Files\\JetBrains\\PyCharm Community Edition 2023.2.3\\bin;;C:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
          "PATH": "C:\\Program Files\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin;C:\\Program Files\\Microsoft MPI\\Bin\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\Microsoft SQL Server\\160\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\160\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\Client SDK\\ODBC\\170\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\160\\DTS\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\160\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\150\\Tools\\Binn\\;C:\\Program Files\\Azure Data Studio\\bin;C:\\Program Files\\HP\\HP One Agent;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\NORDIC\\nordic_tools;C:\\Users\\LMIRANDA\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\MiKTeX\\miktex\\bin\\x64\\;C:\\Program Files\\Azure Data Studio\\bin;C:\\Spark\\spark-3.5.0-bin-hadoop3\\bin;C:\\Program Files\\Java\\jdk-1.8\\bin;C:\\Spark\\spark-3.5.0-bin-hadoop3/hadoop\\bin;C:\\Program Files\\JetBrains\\PyCharm Community Edition 2023.2.3\\bin;;C:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\Microsoft VS Code\\bin"
        }
      },
      "terminal": {
        "defaultProfile": null
      },
      "config": {
        "nordic-semiconductor.nrf-connect": {
          "topdir": "",
          "toolchain": {
            "path": ""
          },
          "ozonePath": "",
          "applications": [],
          "applicationOptions": {},
          "kconfig": {
            "interface": "kconfig"
          },
          "west": {
            "env": {
              "$base": "terminal"
            }
          },
          "boardRoots": [],
          "taskBindings": {},
          "buildTerminal": {
            "condensedProgress": true
          },
          "debugging": {
            "flash": true,
            "bindings": {},
            "justMyCode": false
          },
          "activeAppFollowActiveEditor": true,
          "flash": {
            "softreset": false,
            "erase": false,
            "recover": false
          },
          "enableTelemetry": true,
          "thirdpartyIntegration": {},
          "toolchainManager": {
            "indexURL": null,
            "installDirectory": null
          },
          "nrfutil": {
            "home": null
          },
          "defaultOpenAction": "ask",
          "terminalProfile": {
            "shell": null
          }
        },
        "nordic-semiconductor.nrf-terminal": {
          "terminalMode": "character"
        }
      },
      "extensions": {
        "internal": {
          "nordic-semiconductor.nrf-connect": {
            "version": "2025.5.152",
            "path": "c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.5.152-win32-x64",
            "isActive": true
          },
          "nordic-semiconductor.nrf-terminal": {
            "version": "2024.9.14",
            "path": "c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2024.9.14",
            "isActive": true
          },
          "nordic-semiconductor.nrf-devicetree": {
            "version": "2025.4.22",
            "path": "c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2025.4.22",
            "isActive": true
          },
          "nordic-semiconductor.nrf-kconfig": {
            "version": "2025.4.26",
            "path": "c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2025.4.26",
            "isActive": true
          }
        },
        "external": {
          "marus25.cortex-debug": null,
          "ms-vscode.cpptools": "1.26.3",
          "ms-vscode.js-debug": "1.100.1",
          "ms-vscode.js-debug-companion": "1.1.3",
          "ms-vscode.vscode-js-profile-table": "1.0.10",
          "ctenbrinke.vscode-tsv": "0.2.2",
          "dracula-theme.theme-dracula": "2.25.1",
          "GitHub.remotehub": "0.64.0",
          "ms-python.debugpy": "2025.8.0",
          "ms-python.python": "2025.8.0",
          "ms-python.vscode-pylance": "2025.6.2",
          "ms-toolsai.jupyter": "2025.5.0",
          "ms-toolsai.jupyter-keymap": "1.1.2",
          "ms-toolsai.jupyter-renderers": "1.1.0",
          "ms-toolsai.vscode-jupyter-cell-tags": "0.1.9",
          "ms-toolsai.vscode-jupyter-slideshow": "0.1.6",
          "ms-vscode-remote.remote-containers": "0.417.0",
          "ms-vscode.azure-repos": "0.40.0",
          "ms-vscode.cmake-tools": "1.20.53",
          "ms-vscode.cpptools-extension-pack": "1.3.1",
          "ms-vscode.cpptools-themes": "2.0.0",
          "ms-vscode.remote-repositories": "0.42.0",
          "Solorzano-JuanJose.git-clone-with-submodules": "1.5.6",
          "trond-snekvik.gnu-mapfiles": "1.1.0"
        }
      }
    }
    
    

Children
No Data
Related