Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dejans said:
- Do you have workspace application?
- I’m not sure, I created my project using the “Copy a sample” feature of the VSCode extension.
- dejans said:
- Have you tried to copy/move your application outside of Zephyr path (C:\Users\gilles.devillers.SECTRONIC\aerobox\zephyr)?
- There is no “zephyr” directory inside the “aerobox” directory. I have tried moving the application and it didn’t help. I have tried moving the “C:\Users\gilles.devillers.SECTRONIC\zephyr" directory and now the ncs SDKs properly show up in the list when trying to create a build configuration. But when saving the build configuration, I get got:
- * Executing task: nRF Connect: Generate config aerobox_ns for c:\Users\gilles.devillers.SECTRONIC\aerobox
- Building aerobox
- C:\WINDOWS\system32\cmd.exe /d /s /c "west build --build-dir c:/Users/gilles.devillers.SECTRONIC/aerobox/build_1 c:/Users/gilles.devillers.SECTRONIC/aerobox --pristine --board aerobox_ns --cmake-only -- -DNCS_TOOLCHAIN_VERSION=NONE -DBOARD_ROOT=c:/users/gilles.devillers.sectronic/aerobox;c:/users/gilles.devillers.sectronic/https_client_new;c:/users/gilles.devillers.sectronic/hci_lpuart_new;c:/users/gilles.devillers.sectronic/lte_ble_gateway;c:/users/gilles.devillers.sectronic/peripheral;c:/users/gilles.devillers.sectronic/aws_iot"
- usage: west [-h] [-z ZEPHYR_BASE] [-v] [-V] <command> ...
- west: unknown command "build"; workspace c:\Users\gilles.devillers.SECTRONIC does not define this extension command -- try "west help"
- * The terminal process terminated with exit code: 1.
- * Terminal will be reused by tasks, press any key to close it.
- I then uninstalled ncs v2.9.0 (as I can’t activate another installed version unlike the SDK), and did a manual `west update` that populated a new “zephyr” directory. I created a build configuration and built it, and this is what I got:
- * Executing task: nRF Connect: Generate config aerobox_ns for c:\Users\gilles.devillers.SECTRONIC\aerobox
- Building aerobox
- C:\WINDOWS\system32\cmd.exe /d /s /c "west build --build-dir c:/Users/gilles.devillers.SECTRONIC/aerobox/build_2 c:/Users/gilles.devillers.SECTRONIC/aerobox --pristine --board aerobox_ns -- -DNCS_TOOLCHAIN_VERSION=NONE -DEXTRA_CONF_FILE=overlay-dev.conf -DBOARD_ROOT=c:/users/gilles.devillers.sectronic/aerobox;c:/users/gilles.devillers.sectronic/https_client_new;c:/users/gilles.devillers.sectronic/hci_lpuart_new;c:/users/gilles.devillers.sectronic/lte_ble_gateway;c:/users/gilles.devillers.sectronic/peripheral;c:/users/gilles.devillers.sectronic/aws_iot"
- -- west build: generating a build system
- Loading Zephyr default modules (Zephyr base).
- -- Application: C:/Users/gilles.devillers.SECTRONIC/aerobox
- -- CMake version: 3.21.0
- -- Found Python3: C:/ncs/toolchains/ce3b5ff664/opt/bin/python.exe (found suitable version "3.9.13", minimum required is "3.8") found components: Interpreter
- -- Cache files will be written to: C:/ncs/v2.7.0_new/zephyr/.cache
- -- Zephyr version: 3.6.99 (C:/ncs/v2.7.0_new/zephyr)
- -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
- -- Board: aerobox_ns
- -- Found host-tools: zephyr 0.16.5 (C:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk)
- -- Found toolchain: zephyr 0.16.5 (C:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk)
- -- Found Dtc: C:/ncs/toolchains/ce3b5ff664/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
- -- Found BOARD.dts: C:/Users/gilles.devillers.SECTRONIC/aerobox/boards/arm/aerobox/aerobox_ns.dts
- -- Found devicetree overlay: C:/Users/gilles.devillers.SECTRONIC/aerobox/boards/aerobox_ns.overlay
- -- Generated zephyr.dts: C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/zephyr/zephyr.dts
- -- Generated devicetree_generated.h: C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/zephyr/include/generated/devicetree_generated.h
- -- Including generated dts.cmake file: C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/zephyr/dts.cmake
- warning: The choice symbol NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC (defined at
- C:/ncs/v2.7.0_new/nrf\lib\nrf_modem_lib\Kconfig.modemlib:216) was selected (set =y), but
- NRF_MODEM_LIB_ON_FAULT_LTE_NET_IF (defined at
- C:/ncs/v2.7.0_new/nrf\lib\nrf_modem_lib\Kconfig.modemlib:222) ended up as the choice selection. See
- http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC
- and/or look up NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC in the menuconfig/guiconfig interface.
- The Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best
- Practices sections of the manual might be helpful too.
- warning: Deprecated symbol NET_SOCKETS_POSIX_NAMES is enabled.
- warning: Experimental symbol TFM_EXPERIMENTAL is enabled.
- warning: Experimental symbol NET_SOCKETS_SERVICE is enabled.
- warning: Experimental symbol NET_CONNECTION_MANAGER is enabled.
- Parsing C:/Users/gilles.devillers.SECTRONIC/aerobox/Kconfig
- Loaded configuration 'C:/Users/gilles.devillers.SECTRONIC/aerobox/boards/arm/aerobox/aerobox_ns_defconfig'
- Merged configuration 'C:/Users/gilles.devillers.SECTRONIC/aerobox/prj.conf'
- Merged configuration 'C:/Users/gilles.devillers.SECTRONIC/aerobox/boards/aerobox_ns.conf'
- Merged configuration 'C:/Users/gilles.devillers.SECTRONIC/aerobox/overlay-dev.conf'
- Configuration saved to 'C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/zephyr/.config'
- Kconfig header saved to 'C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/zephyr/include/generated/autoconf.h'
- -- Found GnuLd: c:/ncs/toolchains/ce3b5ff664/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/ce3b5ff664/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
- CMake Deprecation Warning at C:/ncs/v2.7.0_new/zephyr/soc/CMakeLists.txt:15 (message):
- ---------------------------------------------------------------------
- --- WARNING: Functionality to describe SoCs in HWMv1 is ---
- --- deprecated and should be replaced with HWMv2, including ---
- --- boards. HWMv1 SoCs support remains only to ease the migration ---
- --- of out-of-tree SoCs and associated boards. It will not be ---
- --- possible to build using HWMv1 SoCs at all in future releases. ---
- ---------------------------------------------------------------------
- CMake Warning at C:/ncs/v2.7.0_new/zephyr/subsys/bluetooth/host/CMakeLists.txt:84 (message):
- CONFIG_BT_FIXED_PASSKEY is enabled
- A fixed passkey is easy to deduce during the pairing procedure, do not use in
- production.
- -- Found Python3: C:/ncs/toolchains/ce3b5ff664/opt/bin/python.exe (found version "3.9.13") found components: Interpreter
- Changed board to secure aerobox (NOT NS)
- === child image mcuboot - begin ===
- loading initial cache file C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/child_image_preload.cmake
- Loading Zephyr default modules (Zephyr base).
- -- Application: C:/ncs/v2.7.0_new/bootloader/mcuboot/boot/zephyr
- -- CMake version: 3.21.0
- -- Found Python3: C:/ncs/toolchains/ce3b5ff664/opt/bin/python.exe (found suitable version "3.9.13", minimum required is "3.8") found components: Interpreter
- -- Cache files will be written to: C:/ncs/v2.7.0_new/zephyr/.cache
- -- Zephyr version: 3.6.99 (C:/ncs/v2.7.0_new/zephyr)
- -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
- -- Board: aerobox
- -- Found host-tools: zephyr 0.16.5 (C:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk)
- -- Found toolchain: zephyr 0.16.5 (C:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk)
- -- Found Dtc: C:/ncs/toolchains/ce3b5ff664/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
- -- Found BOARD.dts: C:/Users/gilles.devillers.SECTRONIC/aerobox/boards/arm/aerobox/aerobox.dts
- -- Found devicetree overlay: C:/Users/gilles.devillers.SECTRONIC/aerobox/child_image/mcuboot/boards/aerobox.overlay
- -- Generated zephyr.dts: C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/zephyr.dts
- -- Generated devicetree_generated.h: C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/include/generated/devicetree_generated.h
- -- Including generated dts.cmake file: C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/dts.cmake
- Parsing C:/ncs/v2.7.0_new/bootloader/mcuboot/boot/zephyr/Kconfig
- Loaded configuration 'C:/Users/gilles.devillers.SECTRONIC/aerobox/boards/arm/aerobox/aerobox_defconfig'
- Merged configuration 'C:/Users/gilles.devillers.SECTRONIC/aerobox/child_image/mcuboot/boards/aerobox.conf'
- Merged configuration 'C:/ncs/v2.7.0_new/nrf/subsys/bootloader/bl_override/override_external_mcuboot.conf'
- Merged configuration 'C:/ncs/v2.7.0_new/nrf/subsys/partition_manager/ext_flash_mcuboot_secondary.conf'
- Merged configuration 'C:/ncs/v2.7.0_new/nrf/modules/mcuboot/tfm.conf'
- Merged configuration 'C:/ncs/v2.7.0_new/nrf/modules/mcuboot/fih_low_enable.conf'
- Merged configuration 'C:/ncs/v2.7.0_new/nrf/subsys/partition_manager/partition_manager_enabled.conf'
- Merged configuration 'C:/Users/gilles.devillers.SECTRONIC/aerobox/child_image/mcuboot.conf'
- Merged configuration 'C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/misc/generated/extra_kconfig_options.conf'
- Configuration saved to 'C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/.config'
- Kconfig header saved to 'C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/include/generated/autoconf.h'
- -- Found GnuLd: c:/ncs/toolchains/ce3b5ff664/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/ce3b5ff664/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
- CMake Deprecation Warning at C:/ncs/v2.7.0_new/zephyr/soc/CMakeLists.txt:15 (message):
- ---------------------------------------------------------------------
- --- WARNING: Functionality to describe SoCs in HWMv1 is ---
- --- deprecated and should be replaced with HWMv2, including ---
- --- boards. HWMv1 SoCs support remains only to ease the migration ---
- --- of out-of-tree SoCs and associated boards. It will not be ---
- --- possible to build using HWMv1 SoCs at all in future releases. ---
- ---------------------------------------------------------------------
- -- Using ccache: C:/Strawberry/c/bin/ccache.exe
- CMake Warning at C:/ncs/v2.7.0_new/zephyr/CMakeLists.txt:895 (message):
- No SOURCES given to Zephyr library: drivers__console
- Excluding target from build.
- CMake Deprecation Warning at C:/ncs/v2.7.0_new/nrf/cmake/partition_manager.cmake:32 (message):
- ---------------------------------------------------------------------
- --- WARNING: Child and parent image functionality is deprecated ---
- --- and should be replaced with sysbuild. Child and parent image ---
- --- support remains only to allow existing customer applications ---
- --- to build and allow porting to sysbuild, it is no longer ---
- --- receiving updates or new features and it will not be possible ---
- --- to build using child/parent image at all in nRF Connect SDK ---
- --- version 2.9 onwards. ---
- ---------------------------------------------------------------------
- Call Stack (most recent call first):
- C:/ncs/v2.7.0_new/zephyr/cmake/modules/kernel.cmake:253 (include)
- C:/ncs/v2.7.0_new/zephyr/cmake/modules/zephyr_default.cmake:141 (include)
- C:/ncs/v2.7.0_new/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
- C:/ncs/v2.7.0_new/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
- CMakeLists.txt:12 (find_package)
- MCUBoot bootloader key file: C:/ncs/v2.7.0_new/bootloader/mcuboot/root-ec-p256.pem
- -- Configuring done
- -- Generating done
- -- Build files have been written to: C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot
- === child image mcuboot - end ===
- CMake Warning at C:/ncs/v2.7.0_new/nrf/modules/mcuboot/CMakeLists.txt:382 (message):
- ---------------------------------------------------------
- --- WARNING: Using default MCUBoot key, it should not ---
- --- be used for production. ---
- ---------------------------------------------------------
- -- Using ccache: C:/Strawberry/c/bin/ccache.exe
- CMake Warning at C:/ncs/v2.7.0_new/zephyr/CMakeLists.txt:2027 (message):
- __ASSERT() statements are globally ENABLED
- CMake Deprecation Warning at C:/ncs/v2.7.0_new/nrf/cmake/partition_manager.cmake:32 (message):
- ---------------------------------------------------------------------
- --- WARNING: Child and parent image functionality is deprecated ---
- --- and should be replaced with sysbuild. Child and parent image ---
- --- support remains only to allow existing customer applications ---
- --- to build and allow porting to sysbuild, it is no longer ---
- --- receiving updates or new features and it will not be possible ---
- --- to build using child/parent image at all in nRF Connect SDK ---
- --- version 2.9 onwards. ---
- ---------------------------------------------------------------------
- Call Stack (most recent call first):
- C:/ncs/v2.7.0_new/zephyr/cmake/modules/kernel.cmake:253 (include)
- C:/ncs/v2.7.0_new/zephyr/cmake/modules/zephyr_default.cmake:141 (include)
- C:/ncs/v2.7.0_new/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
- C:/ncs/v2.7.0_new/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
- CMakeLists.txt:9 (find_package)
- -- Found partition manager static configuration: C:/Users/gilles.devillers.SECTRONIC/aerobox/pm_static.yml
- Partition 'littlefs_storage' is not included in the dynamic resolving since it is statically defined.
- Partition 'mcuboot' is not included in the dynamic resolving since it is statically defined.
- Partition 'mcuboot_pad' is not included in the dynamic resolving since it is statically defined.
- Partition 'mcuboot_primary' is not included in the dynamic resolving since it is statically defined.
- Partition 'mcuboot_primary_app' is not included in the dynamic resolving since it is statically defined.
- Partition 'mcuboot_secondary' is not included in the dynamic resolving since it is statically defined.
- Partition 'mcuboot_sram' is not included in the dynamic resolving since it is statically defined.
- Partition 'nonsecure_storage' is not included in the dynamic resolving since it is statically defined.
- Partition 'nrf_modem_lib_ctrl' is not included in the dynamic resolving since it is statically defined.
- Partition 'nrf_modem_lib_rx' is not included in the dynamic resolving since it is statically defined.
- Partition 'nrf_modem_lib_sram' is not included in the dynamic resolving since it is statically defined.
- Partition 'nrf_modem_lib_tx' is not included in the dynamic resolving since it is statically defined.
- Partition 'settings_storage' is not included in the dynamic resolving since it is statically defined.
- Partition 'sram_nonsecure' is not included in the dynamic resolving since it is statically defined.
- Partition 'sram_secure' is not included in the dynamic resolving since it is statically defined.
- Partition 'tfm' is not included in the dynamic resolving since it is statically defined.
- Partition 'tfm_its' is not included in the dynamic resolving since it is statically defined.
- Partition 'tfm_nonsecure' is not included in the dynamic resolving since it is statically defined.
- Partition 'tfm_otp_nv_counters' is not included in the dynamic resolving since it is statically defined.
- Partition 'tfm_ps' is not included in the dynamic resolving since it is statically defined.
- Partition 'tfm_secure' is not included in the dynamic resolving since it is statically defined.
- Partition 'tfm_sram' is not included in the dynamic resolving since it is statically defined.
- Partition 'tfm_storage' is not included in the dynamic resolving since it is statically defined.
- Dropping partition 'nrf_modem_lib_trace' since its size is 0.
- -- Configuring done
- -- Generating done
- -- Build files have been written to: C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2
- -- west build: building application
- [4/562] Generating include/generated/version.h
- -- Zephyr version: 3.6.99 (C:/ncs/v2.7.0_new/zephyr), build: v3.6.99-ncs2
- [6/192] Generating include/generated/version.h
- -- Zephyr version: 3.6.99 (C:/ncs/v2.7.0_new/zephyr), build: v3.6.99-ncs2
- [192/192] Linking C executable zephyr\zephyr.elf
- FAILED: zephyr/zephyr.elf zephyr/zephyr.map zephyr/zephyr.hex zephyr/zephyr.bin zephyr/zephyr.meta zephyr/zephyr.stat C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/zephyr.map C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/zephyr.hex C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/zephyr.bin C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/zephyr.meta C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/zephyr.stat
- cmd.exe /C "cd . && ccache C:\ncs\toolchains\ce3b5ff664\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 -fuse-ld=bfd -T zephyr/linker.cmd -Wl,-Map=C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/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/cortex_m/cmse/libarch__arm__core__cortex_m__cmse.a zephyr/lib/libc/minimal/liblib__libc__minimal.a zephyr/lib/libc/common/liblib__libc__common.a zephyr/soc/soc/arm/nordic_nrf/lib..__modules__soc-hwmv1__soc__arm__nordic_nrf.a zephyr/boards/boards/arm/aerobox/lib..__..__..__Users__gilles.devillers.SECTRONIC__aerobox__boards__arm__aerobox.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/gpio/libdrivers__gpio.a zephyr/drivers/pinctrl/libdrivers__pinctrl.a zephyr/drivers/spi/libdrivers__spi.a zephyr/drivers/timer/libdrivers__timer.a modules/nrf/drivers/hw_cc3xx/lib..__nrf__drivers__hw_cc3xx.a modules/mcuboot/boot/bootutil/zephyr/libmcuboot_util.a modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a -Wl,--no-whole-archive zephyr/kernel/libkernel.a -L"c:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v8-m.main+fp/hard" -LC:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr -lgcc -Wl,--print-memory-usage zephyr/arch/common/libisr_tables.a -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mfp16-format=ieee -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 C:/ncs/v2.7.0_new/nrfxlib/crypto/nrf_cc310_platform/lib/cortex-m33/hard-float/no-interrupts/libnrf_cc310_platform_0.9.19.a C:/ncs/v2.7.0_new/nrfxlib/crypto/nrf_cc310_bl/lib/cortex-m33/hard-float/no-interrupts/libnrf_cc310_bl_0.9.12.a && cmd.exe /C "cd /D C:\Users\gilles.devillers.SECTRONIC\aerobox\build_2\mcuboot\zephyr && C:\ncs\toolchains\ce3b5ff664\opt\bin\cmake.exe -E echo "Generating files from C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/zephyr.elf for board: aerobox" && C:\ncs\toolchains\ce3b5ff664\opt\bin\cmake.exe -E copy zephyr_final.map zephyr.map && C:\ncs\toolchains\ce3b5ff664\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-objcopy.exe --gap-fill 0xff --output-target=ihex --remove-section=.comment --remove-section=COMMON --remove-section=.eh_frame zephyr.elf zephyr.hex && C:\ncs\toolchains\ce3b5ff664\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-objcopy.exe --gap-fill 0xff --output-target=binary --remove-section=.comment --remove-section=COMMON --remove-section=.eh_frame zephyr.elf zephyr.bin && C:\ncs\toolchains\ce3b5ff664\opt\bin\python.exe C:/ncs/v2.7.0_new/zephyr/scripts/zephyr_module.py --meta-out C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/zephyr.meta --zephyr-base=C:/ncs/v2.7.0_new/zephyr && C:\ncs\toolchains\ce3b5ff664\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-readelf.exe -e zephyr.elf > zephyr.stat && C:\ncs\toolchains\ce3b5ff664\opt\bin\python.exe C:/ncs/v2.7.0_new/zephyr/scripts/build/check_init_priorities.py --elf-file=C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/zephyr.elf""
- Memory region Used Size Region Size %age Used
- FLASH: 41864 B 64 KB 63.88%
- RAM: 15136 B 56 KB 26.40%
- IDT_LIST: 0 GB 32 KB 0.00%
- Generating files from C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/zephyr.elf for board: aerobox
- validation.invalid
- --- All found errors ---
- ["Key 'runners' was not defined. Path: ''"]
- ERROR: Malformed "build" section in file: C:/Users/gilles.devillers.SECTRONIC/capteursmoira/zephyr/module.yml
- <SchemaError: error code 2: Schema validation failed:
- - Key 'runners' was not defined. Path: ''.: Path: '/'>
- ninja: build stopped: subcommand failed.
- [14/562] Generating ../../tfm/CMakeCache.txt
- -- Found Git: C:/ncs/toolchains/ce3b5ff664/mingw64/bin/git.exe (found version "2.37.3.windows.1")
- -- 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/ce3b5ff664/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
- -- Found Python3: C:/ncs/toolchains/ce3b5ff664/opt/bin/python.exe (found version "3.9.13") found components: Interpreter
- -- Found Python3: C:/ncs/toolchains/ce3b5ff664/opt/bin/python.exe (found suitable version "3.9.13", minimum required is "3.8") found components: Interpreter
- -- Cache files will be written to: C:/ncs/v2.7.0_new/zephyr/.cache
- -- Configuring done
- -- Generating done
- -- Build files have been written to: C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/tfm
- [19/562] No configure step for 'tfm'
- FAILED: modules/mcuboot/mcuboot_subimage-prefix/src/mcuboot_subimage-stamp/mcuboot_subimage-build mcuboot/zephyr/zephyr.hex mcuboot/zephyr/zephyr.elf C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/modules/mcuboot/mcuboot_subimage-prefix/src/mcuboot_subimage-stamp/mcuboot_subimage-build C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/zephyr.hex C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/zephyr.elf
- cmd.exe /C "cd /D C:\Users\gilles.devillers.SECTRONIC\aerobox\build_2\mcuboot && C:\ncs\toolchains\ce3b5ff664\opt\bin\cmake.exe --build . --"
- ninja: build stopped: subcommand failed.
- FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\ce3b5ff664\opt\bin\cmake.EXE' --build 'c:\Users\gilles.devillers.SECTRONIC\aerobox\build_2'
- * The terminal process terminated with exit code: 1.
- * Terminal will be reused by tasks, press any key to close it.
- I just need to build my project, is it broken somehow?
- The editor on this website also seems broken in multiple ways. Can’t add Code blocks (the “Ok” button does nothing), can’t send a message (“An error occurred. Please try again or contact your administrator.” popup when clicking “Reply”)…
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement