krazykman1

error west cli

Jun 21st, 2024 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. k@pop-os ~/my-workspace > west build --build-dir /home/k/proj/nrf_tab/rev5_build_tmp2 /home/k/proj/nrf_tab --pristine --board rev5 --no-sysbuild -- -DNCS_TOOLCHAIN_VERSION=NONE -DBOARD_ROOT=/home/k/proj/nrf_tab -DCACHED_CONF_FILE=/home/k/proj/nrf_tab/prj.conf -DDTC_OVERLAY_FILE=/home/k/proj/nrf_tab/app.overlay
  2. -- west build: making build dir /home/k/proj/nrf_tab/rev5_build_tmp2 pristine
  3. -- west build: generating a build system
  4. Loading Zephyr default modules (Zephyr base).
  5. -- Application: /home/k/proj/nrf_tab
  6. -- CMake version: 3.29.3
  7. -- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
  8. -- Cache files will be written to: /home/k/.cache/zephyr
  9. -- Zephyr version: 3.7.0-rc1 (/home/k/my-workspace/zephyr)
  10. -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
  11. -- Board: rev5, qualifiers: nrf52840
  12. -- ZEPHYR_TOOLCHAIN_VARIANT not set, trying to locate Zephyr SDK
  13. -- Found host-tools: zephyr 0.16.8 (/home/k/zephyr-sdk-0.16.8)
  14. -- Found toolchain: zephyr 0.16.8 (/home/k/zephyr-sdk-0.16.8)
  15. -- Found Dtc: /home/k/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
  16. -- Found BOARD.dts: /home/k/proj/nrf_tab/boards/arm/rev5/rev5.dts
  17. -- Found devicetree overlay: /home/k/proj/nrf_tab/app.overlay
  18. -- Generated zephyr.dts: /home/k/proj/nrf_tab/rev5_build_tmp2/zephyr/zephyr.dts
  19. -- Generated devicetree_generated.h: /home/k/proj/nrf_tab/rev5_build_tmp2/zephyr/include/generated/zephyr/devicetree_generated.h
  20. -- Including generated dts.cmake file: /home/k/proj/nrf_tab/rev5_build_tmp2/zephyr/dts.cmake
  21. /home/k/proj/nrf_tab/rev5_build_tmp2/zephyr/zephyr.dts:57.25-62.5: Warning (unique_unit_address_if_enabled): /soc/clock@40000000: duplicate unit-address (also used in node /soc/power@40000000)
  22. /home/k/proj/nrf_tab/rev5_build_tmp2/zephyr/zephyr.dts:345.21-349.5: Warning (unique_unit_address_if_enabled): /soc/acl@4001e000: duplicate unit-address (also used in node /soc/flash-controller@4001e000)
  23. Parsing /home/k/proj/nrf_tab/Kconfig
  24. Loaded configuration '/home/k/proj/nrf_tab/boards/arm/rev5/rev5_defconfig'
  25. Merged configuration '/home/k/proj/nrf_tab/prj.conf'
  26.  
  27. error: SOC_NRF52840 (defined at soc/nordic/nrf52/Kconfig.soc:35, soc/nordic/nrf52/Kconfig:27) is
  28. assigned in a configuration file, but is not directly user-configurable (has no prompt). It gets its
  29. value indirectly from other symbols. See
  30. http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_SOC_NRF52840 and/or look up SOC_NRF52840 in
  31. the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration
  32. Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
  33.  
  34. CMake Error at /home/k/my-workspace/zephyr/cmake/modules/kconfig.cmake:389 (message):
  35. command failed with return code: 1
  36. Call Stack (most recent call first):
  37. /home/k/my-workspace/zephyr/cmake/modules/zephyr_default.cmake:132 (include)
  38. /home/k/my-workspace/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  39. /home/k/my-workspace/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  40. CMakeLists.txt:5 (find_package)
  41.  
  42.  
  43. -- Configuring incomplete, errors occurred!
  44. FATAL ERROR: command exited with status 1: /usr/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/home/k/proj/nrf_tab/rev5_build_tmp2 -GNinja -DBOARD=rev5 -DNCS_TOOLCHAIN_VERSION=NONE -DBOARD_ROOT=/home/k/proj/nrf_tab -DCACHED_CONF_FILE=/home/k/proj/nrf_tab/prj.conf -DDTC_OVERLAY_FILE=/home/k/proj/nrf_tab/app.overlay -S/home/k/proj/nrf_tab
Advertisement
Add Comment
Please, Sign In to add comment