Guest User

Untitled

a guest
Jan 4th, 2025
5
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | Source Code | 0 0
  1. + west build -s zmk/app -d /tmp/tmp.bgg1vzqi7e -b popcorne -- -DZMK_CONFIG=/tmp/zmk-config/config -DZMK_EXTRA_MODULES=/__w/zmk-config/zmk-config
  2. -- west build: generating a build system
  3. Loading Zephyr default modules (Zephyr base).
  4. -- Application: /tmp/zmk-config/zmk/app
  5. -- CMake version: 3.30.0
  6. -- Found Python3: /usr/bin/python3 (found suitable version "3.12.3", minimum required is "3.8") found components: Interpreter
  7. -- Cache files will be written to: /tmp/zmk-config/zephyr/.cache
  8. -- Zephyr version: 3.5.0 (/tmp/zmk-config/zephyr)
  9. -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
  10. -- ZMK Config directory: /tmp/zmk-config/config
  11. -- Using keymap file: /__w/zmk-config/zmk-config/boards/arm/popcorne/popcorne.keymap
  12. -- Board: popcorne
  13. -- ZEPHYR_TOOLCHAIN_VARIANT not set, trying to locate Zephyr SDK
  14. -- Found host-tools: zephyr 0.16.3 (/opt/zephyr-sdk-0.16.3)
  15. -- Found toolchain: zephyr 0.16.3 (/opt/zephyr-sdk-0.16.3)
  16. -- Found Dtc: /opt/zephyr-sdk-0.16.3/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
  17. -- Found BOARD.dts: /__w/zmk-config/zmk-config/boards/arm/popcorne/popcorne.dts
  18. -- Found devicetree overlay: /__w/zmk-config/zmk-config/boards/arm/popcorne/popcorne.keymap
  19. devicetree error: 'reg' property in <Node /soc/flash-controller@4001e000/flash@0/partitions/partition@0 in '/tmp/zmk-config/zephyr/misc/empty_file.c'> has length 8, which is not evenly divisible by 12 (= 4*(<#address-cells> (= 2) + <#size-cells> (= 1))). Note that #*-cells properties come either from the parent node or from the controller (in the case of 'interrupts').
  20. CMake Error at /tmp/zmk-config/zephyr/cmake/modules/dts.cmake:279 (message):
  21. gen_defines.py failed with return code: 1
  22. Call Stack (most recent call first):
  23. /tmp/zmk-config/zephyr/cmake/modules/zephyr_default.cmake:129 (include)
  24. /tmp/zmk-config/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  25. /tmp/zmk-config/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  26. CMakeLists.txt:9 (find_package)
  27. -- In: /tmp/tmp.bgg1vzqi7e/zephyr, command: /usr/bin/python3;/tmp/zmk-config/zephyr/scripts/dts/gen_defines.py;--dts;/tmp/tmp.bgg1vzqi7e/zephyr/zephyr.dts.pre;--dtc-flags;'-Wno-unique_unit_address_if_enabled';--bindings-dirs;/tmp/zmk-config/zmk/app/module/dts/bindings;/tmp/zmk-config/zmk/app/dts/bindings;/tmp/zmk-config/zephyr/dts/bindings;--header-out;/tmp/tmp.bgg1vzqi7e/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/tmp/tmp.bgg1vzqi7e/zephyr/zephyr.dts.new;--edt-pickle-out;/tmp/tmp.bgg1vzqi7e/zephyr/edt.pickle;--vendor-prefixes;/tmp/zmk-config/zmk/app/dts/bindings/vendor-prefixes.txt;--vendor-prefixes;/tmp/zmk-config/zephyr/dts/bindings/vendor-prefixes.txt
  28. -- Configuring incomplete, errors occurred!
  29. FATAL ERROR: command exited with status 1: /usr/local/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/tmp/tmp.bgg1vzqi7e -GNinja -DBOARD=popcorne -DZMK_CONFIG=/tmp/zmk-config/config -DZMK_EXTRA_MODULES=/__w/zmk-config/zmk-config -S/tmp/zmk-config/zmk/app
  30. Error: Process completed with exit code 1.
Advertisement
Add Comment
Please, Sign In to add comment