Advertisement
Guest User

Untitled

a guest
Apr 1st, 2025
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.81 KB | None | 0 0
  1. dejans said:
  2. Do you have workspace application?
  3.  
  4. I’m not sure, I created my project using the “Copy a sample” feature of the VSCode extension.
  5.  
  6. dejans said:
  7. Have you tried to copy/move your application outside of Zephyr path (C:\Users\gilles.devillers.SECTRONIC\aerobox\zephyr)?
  8. 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:
  9.  
  10. * Executing task: nRF Connect: Generate config aerobox_ns for c:\Users\gilles.devillers.SECTRONIC\aerobox
  11.  
  12. Building aerobox
  13. 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"
  14.  
  15. usage: west [-h] [-z ZEPHYR_BASE] [-v] [-V] <command> ...
  16. west: unknown command "build"; workspace c:\Users\gilles.devillers.SECTRONIC does not define this extension command -- try "west help"
  17.  
  18. * The terminal process terminated with exit code: 1.
  19. * Terminal will be reused by tasks, press any key to close it.
  20. 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:
  21.  
  22. * Executing task: nRF Connect: Generate config aerobox_ns for c:\Users\gilles.devillers.SECTRONIC\aerobox
  23.  
  24. Building aerobox
  25. 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"
  26.  
  27. -- west build: generating a build system
  28. Loading Zephyr default modules (Zephyr base).
  29. -- Application: C:/Users/gilles.devillers.SECTRONIC/aerobox
  30. -- CMake version: 3.21.0
  31. -- Found Python3: C:/ncs/toolchains/ce3b5ff664/opt/bin/python.exe (found suitable version "3.9.13", minimum required is "3.8") found components: Interpreter
  32. -- Cache files will be written to: C:/ncs/v2.7.0_new/zephyr/.cache
  33. -- Zephyr version: 3.6.99 (C:/ncs/v2.7.0_new/zephyr)
  34. -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
  35. -- Board: aerobox_ns
  36. -- Found host-tools: zephyr 0.16.5 (C:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk)
  37. -- Found toolchain: zephyr 0.16.5 (C:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk)
  38. -- Found Dtc: C:/ncs/toolchains/ce3b5ff664/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
  39. -- Found BOARD.dts: C:/Users/gilles.devillers.SECTRONIC/aerobox/boards/arm/aerobox/aerobox_ns.dts
  40. -- Found devicetree overlay: C:/Users/gilles.devillers.SECTRONIC/aerobox/boards/aerobox_ns.overlay
  41. -- Generated zephyr.dts: C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/zephyr/zephyr.dts
  42. -- Generated devicetree_generated.h: C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/zephyr/include/generated/devicetree_generated.h
  43. -- Including generated dts.cmake file: C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/zephyr/dts.cmake
  44.  
  45. warning: The choice symbol NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC (defined at
  46. C:/ncs/v2.7.0_new/nrf\lib\nrf_modem_lib\Kconfig.modemlib:216) was selected (set =y), but
  47. NRF_MODEM_LIB_ON_FAULT_LTE_NET_IF (defined at
  48. C:/ncs/v2.7.0_new/nrf\lib\nrf_modem_lib\Kconfig.modemlib:222) ended up as the choice selection. See
  49. http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC
  50. and/or look up NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC in the menuconfig/guiconfig interface.
  51. The Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best
  52. Practices sections of the manual might be helpful too.
  53.  
  54.  
  55. warning: Deprecated symbol NET_SOCKETS_POSIX_NAMES is enabled.
  56.  
  57.  
  58. warning: Experimental symbol TFM_EXPERIMENTAL is enabled.
  59.  
  60.  
  61. warning: Experimental symbol NET_SOCKETS_SERVICE is enabled.
  62.  
  63.  
  64. warning: Experimental symbol NET_CONNECTION_MANAGER is enabled.
  65.  
  66. Parsing C:/Users/gilles.devillers.SECTRONIC/aerobox/Kconfig
  67. Loaded configuration 'C:/Users/gilles.devillers.SECTRONIC/aerobox/boards/arm/aerobox/aerobox_ns_defconfig'
  68. Merged configuration 'C:/Users/gilles.devillers.SECTRONIC/aerobox/prj.conf'
  69. Merged configuration 'C:/Users/gilles.devillers.SECTRONIC/aerobox/boards/aerobox_ns.conf'
  70. Merged configuration 'C:/Users/gilles.devillers.SECTRONIC/aerobox/overlay-dev.conf'
  71. Configuration saved to 'C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/zephyr/.config'
  72. Kconfig header saved to 'C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/zephyr/include/generated/autoconf.h'
  73. -- Found GnuLd: c:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (found version "2.38")
  74. -- The C compiler identification is GNU 12.2.0
  75. -- The CXX compiler identification is GNU 12.2.0
  76. -- The ASM compiler identification is GNU
  77. -- Found assembler: C:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
  78. CMake Deprecation Warning at C:/ncs/v2.7.0_new/zephyr/soc/CMakeLists.txt:15 (message):
  79.  
  80.  
  81. ---------------------------------------------------------------------
  82. --- WARNING: Functionality to describe SoCs in HWMv1 is ---
  83. --- deprecated and should be replaced with HWMv2, including ---
  84. --- boards. HWMv1 SoCs support remains only to ease the migration ---
  85. --- of out-of-tree SoCs and associated boards. It will not be ---
  86. --- possible to build using HWMv1 SoCs at all in future releases. ---
  87. ---------------------------------------------------------------------
  88.  
  89.  
  90. CMake Warning at C:/ncs/v2.7.0_new/zephyr/subsys/bluetooth/host/CMakeLists.txt:84 (message):
  91. CONFIG_BT_FIXED_PASSKEY is enabled
  92.  
  93. A fixed passkey is easy to deduce during the pairing procedure, do not use in
  94. production.
  95.  
  96.  
  97. -- Found Python3: C:/ncs/toolchains/ce3b5ff664/opt/bin/python.exe (found version "3.9.13") found components: Interpreter
  98. Changed board to secure aerobox (NOT NS)
  99.  
  100. === child image mcuboot - begin ===
  101. loading initial cache file C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/child_image_preload.cmake
  102. Loading Zephyr default modules (Zephyr base).
  103. -- Application: C:/ncs/v2.7.0_new/bootloader/mcuboot/boot/zephyr
  104. -- CMake version: 3.21.0
  105. -- Found Python3: C:/ncs/toolchains/ce3b5ff664/opt/bin/python.exe (found suitable version "3.9.13", minimum required is "3.8") found components: Interpreter
  106. -- Cache files will be written to: C:/ncs/v2.7.0_new/zephyr/.cache
  107. -- Zephyr version: 3.6.99 (C:/ncs/v2.7.0_new/zephyr)
  108. -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
  109. -- Board: aerobox
  110. -- Found host-tools: zephyr 0.16.5 (C:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk)
  111. -- Found toolchain: zephyr 0.16.5 (C:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk)
  112. -- Found Dtc: C:/ncs/toolchains/ce3b5ff664/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
  113. -- Found BOARD.dts: C:/Users/gilles.devillers.SECTRONIC/aerobox/boards/arm/aerobox/aerobox.dts
  114. -- Found devicetree overlay: C:/Users/gilles.devillers.SECTRONIC/aerobox/child_image/mcuboot/boards/aerobox.overlay
  115. -- Generated zephyr.dts: C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/zephyr.dts
  116. -- Generated devicetree_generated.h: C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/include/generated/devicetree_generated.h
  117. -- Including generated dts.cmake file: C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/dts.cmake
  118. Parsing C:/ncs/v2.7.0_new/bootloader/mcuboot/boot/zephyr/Kconfig
  119. Loaded configuration 'C:/Users/gilles.devillers.SECTRONIC/aerobox/boards/arm/aerobox/aerobox_defconfig'
  120. Merged configuration 'C:/Users/gilles.devillers.SECTRONIC/aerobox/child_image/mcuboot/boards/aerobox.conf'
  121. Merged configuration 'C:/ncs/v2.7.0_new/nrf/subsys/bootloader/bl_override/override_external_mcuboot.conf'
  122. Merged configuration 'C:/ncs/v2.7.0_new/nrf/subsys/partition_manager/ext_flash_mcuboot_secondary.conf'
  123. Merged configuration 'C:/ncs/v2.7.0_new/nrf/modules/mcuboot/tfm.conf'
  124. Merged configuration 'C:/ncs/v2.7.0_new/nrf/modules/mcuboot/fih_low_enable.conf'
  125. Merged configuration 'C:/ncs/v2.7.0_new/nrf/subsys/partition_manager/partition_manager_enabled.conf'
  126. Merged configuration 'C:/Users/gilles.devillers.SECTRONIC/aerobox/child_image/mcuboot.conf'
  127. Merged configuration 'C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/misc/generated/extra_kconfig_options.conf'
  128. Configuration saved to 'C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/.config'
  129. Kconfig header saved to 'C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/include/generated/autoconf.h'
  130. -- Found GnuLd: c:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (found version "2.38")
  131. -- The C compiler identification is GNU 12.2.0
  132. -- The CXX compiler identification is GNU 12.2.0
  133. -- The ASM compiler identification is GNU
  134. -- Found assembler: C:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
  135. CMake Deprecation Warning at C:/ncs/v2.7.0_new/zephyr/soc/CMakeLists.txt:15 (message):
  136.  
  137.  
  138. ---------------------------------------------------------------------
  139. --- WARNING: Functionality to describe SoCs in HWMv1 is ---
  140. --- deprecated and should be replaced with HWMv2, including ---
  141. --- boards. HWMv1 SoCs support remains only to ease the migration ---
  142. --- of out-of-tree SoCs and associated boards. It will not be ---
  143. --- possible to build using HWMv1 SoCs at all in future releases. ---
  144. ---------------------------------------------------------------------
  145.  
  146.  
  147. -- Using ccache: C:/Strawberry/c/bin/ccache.exe
  148. CMake Warning at C:/ncs/v2.7.0_new/zephyr/CMakeLists.txt:895 (message):
  149. No SOURCES given to Zephyr library: drivers__console
  150.  
  151. Excluding target from build.
  152.  
  153.  
  154. CMake Deprecation Warning at C:/ncs/v2.7.0_new/nrf/cmake/partition_manager.cmake:32 (message):
  155.  
  156.  
  157. ---------------------------------------------------------------------
  158. --- WARNING: Child and parent image functionality is deprecated ---
  159. --- and should be replaced with sysbuild. Child and parent image ---
  160. --- support remains only to allow existing customer applications ---
  161. --- to build and allow porting to sysbuild, it is no longer ---
  162. --- receiving updates or new features and it will not be possible ---
  163. --- to build using child/parent image at all in nRF Connect SDK ---
  164. --- version 2.9 onwards. ---
  165. ---------------------------------------------------------------------
  166. Call Stack (most recent call first):
  167. C:/ncs/v2.7.0_new/zephyr/cmake/modules/kernel.cmake:253 (include)
  168. C:/ncs/v2.7.0_new/zephyr/cmake/modules/zephyr_default.cmake:141 (include)
  169. C:/ncs/v2.7.0_new/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  170. C:/ncs/v2.7.0_new/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  171. CMakeLists.txt:12 (find_package)
  172.  
  173.  
  174. MCUBoot bootloader key file: C:/ncs/v2.7.0_new/bootloader/mcuboot/root-ec-p256.pem
  175. -- Configuring done
  176. -- Generating done
  177. -- Build files have been written to: C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot
  178. === child image mcuboot - end ===
  179.  
  180. CMake Warning at C:/ncs/v2.7.0_new/nrf/modules/mcuboot/CMakeLists.txt:382 (message):
  181.  
  182.  
  183. ---------------------------------------------------------
  184. --- WARNING: Using default MCUBoot key, it should not ---
  185. --- be used for production. ---
  186. ---------------------------------------------------------
  187.  
  188.  
  189.  
  190.  
  191. -- Using ccache: C:/Strawberry/c/bin/ccache.exe
  192. CMake Warning at C:/ncs/v2.7.0_new/zephyr/CMakeLists.txt:2027 (message):
  193. __ASSERT() statements are globally ENABLED
  194.  
  195.  
  196. CMake Deprecation Warning at C:/ncs/v2.7.0_new/nrf/cmake/partition_manager.cmake:32 (message):
  197.  
  198.  
  199. ---------------------------------------------------------------------
  200. --- WARNING: Child and parent image functionality is deprecated ---
  201. --- and should be replaced with sysbuild. Child and parent image ---
  202. --- support remains only to allow existing customer applications ---
  203. --- to build and allow porting to sysbuild, it is no longer ---
  204. --- receiving updates or new features and it will not be possible ---
  205. --- to build using child/parent image at all in nRF Connect SDK ---
  206. --- version 2.9 onwards. ---
  207. ---------------------------------------------------------------------
  208. Call Stack (most recent call first):
  209. C:/ncs/v2.7.0_new/zephyr/cmake/modules/kernel.cmake:253 (include)
  210. C:/ncs/v2.7.0_new/zephyr/cmake/modules/zephyr_default.cmake:141 (include)
  211. C:/ncs/v2.7.0_new/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  212. C:/ncs/v2.7.0_new/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  213. CMakeLists.txt:9 (find_package)
  214.  
  215.  
  216. -- Found partition manager static configuration: C:/Users/gilles.devillers.SECTRONIC/aerobox/pm_static.yml
  217. Partition 'littlefs_storage' is not included in the dynamic resolving since it is statically defined.
  218. Partition 'mcuboot' is not included in the dynamic resolving since it is statically defined.
  219. Partition 'mcuboot_pad' is not included in the dynamic resolving since it is statically defined.
  220. Partition 'mcuboot_primary' is not included in the dynamic resolving since it is statically defined.
  221. Partition 'mcuboot_primary_app' is not included in the dynamic resolving since it is statically defined.
  222. Partition 'mcuboot_secondary' is not included in the dynamic resolving since it is statically defined.
  223. Partition 'mcuboot_sram' is not included in the dynamic resolving since it is statically defined.
  224. Partition 'nonsecure_storage' is not included in the dynamic resolving since it is statically defined.
  225. Partition 'nrf_modem_lib_ctrl' is not included in the dynamic resolving since it is statically defined.
  226. Partition 'nrf_modem_lib_rx' is not included in the dynamic resolving since it is statically defined.
  227. Partition 'nrf_modem_lib_sram' is not included in the dynamic resolving since it is statically defined.
  228. Partition 'nrf_modem_lib_tx' is not included in the dynamic resolving since it is statically defined.
  229. Partition 'settings_storage' is not included in the dynamic resolving since it is statically defined.
  230. Partition 'sram_nonsecure' is not included in the dynamic resolving since it is statically defined.
  231. Partition 'sram_secure' is not included in the dynamic resolving since it is statically defined.
  232. Partition 'tfm' is not included in the dynamic resolving since it is statically defined.
  233. Partition 'tfm_its' is not included in the dynamic resolving since it is statically defined.
  234. Partition 'tfm_nonsecure' is not included in the dynamic resolving since it is statically defined.
  235. Partition 'tfm_otp_nv_counters' is not included in the dynamic resolving since it is statically defined.
  236. Partition 'tfm_ps' is not included in the dynamic resolving since it is statically defined.
  237. Partition 'tfm_secure' is not included in the dynamic resolving since it is statically defined.
  238. Partition 'tfm_sram' is not included in the dynamic resolving since it is statically defined.
  239. Partition 'tfm_storage' is not included in the dynamic resolving since it is statically defined.
  240. Dropping partition 'nrf_modem_lib_trace' since its size is 0.
  241. -- Configuring done
  242. -- Generating done
  243. -- Build files have been written to: C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2
  244. -- west build: building application
  245. [4/562] Generating include/generated/version.h
  246. -- Zephyr version: 3.6.99 (C:/ncs/v2.7.0_new/zephyr), build: v3.6.99-ncs2
  247. [6/192] Generating include/generated/version.h
  248. -- Zephyr version: 3.6.99 (C:/ncs/v2.7.0_new/zephyr), build: v3.6.99-ncs2
  249. [192/192] Linking C executable zephyr\zephyr.elf
  250. 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
  251. 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""
  252. Memory region Used Size Region Size %age Used
  253. FLASH: 41864 B 64 KB 63.88%
  254. RAM: 15136 B 56 KB 26.40%
  255. IDT_LIST: 0 GB 32 KB 0.00%
  256. Generating files from C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/mcuboot/zephyr/zephyr.elf for board: aerobox
  257. validation.invalid
  258. --- All found errors ---
  259. ["Key 'runners' was not defined. Path: ''"]
  260. ERROR: Malformed "build" section in file: C:/Users/gilles.devillers.SECTRONIC/capteursmoira/zephyr/module.yml
  261. <SchemaError: error code 2: Schema validation failed:
  262. - Key 'runners' was not defined. Path: ''.: Path: '/'>
  263. ninja: build stopped: subcommand failed.
  264. [14/562] Generating ../../tfm/CMakeCache.txt
  265. -- Found Git: C:/ncs/toolchains/ce3b5ff664/mingw64/bin/git.exe (found version "2.37.3.windows.1")
  266. -- The C compiler identification is GNU 12.2.0
  267. -- The CXX compiler identification is GNU 12.2.0
  268. -- The ASM compiler identification is GNU
  269. -- Found assembler: C:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
  270. -- Found Python3: C:/ncs/toolchains/ce3b5ff664/opt/bin/python.exe (found version "3.9.13") found components: Interpreter
  271. -- Found Python3: C:/ncs/toolchains/ce3b5ff664/opt/bin/python.exe (found suitable version "3.9.13", minimum required is "3.8") found components: Interpreter
  272. -- Cache files will be written to: C:/ncs/v2.7.0_new/zephyr/.cache
  273. -- Configuring done
  274. -- Generating done
  275. -- Build files have been written to: C:/Users/gilles.devillers.SECTRONIC/aerobox/build_2/tfm
  276. [19/562] No configure step for 'tfm'
  277. 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
  278. cmd.exe /C "cd /D C:\Users\gilles.devillers.SECTRONIC\aerobox\build_2\mcuboot && C:\ncs\toolchains\ce3b5ff664\opt\bin\cmake.exe --build . --"
  279. ninja: build stopped: subcommand failed.
  280. FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\ce3b5ff664\opt\bin\cmake.EXE' --build 'c:\Users\gilles.devillers.SECTRONIC\aerobox\build_2'
  281.  
  282. * The terminal process terminated with exit code: 1.
  283. * Terminal will be reused by tasks, press any key to close it.
  284.  
  285.  
  286. I just need to build my project, is it broken somehow?
  287.  
  288.  
  289.  
  290. 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