Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- -- west build: making build dir /home/k/proj/nrf_tab/rev5_build_tmp2 pristine
- -- west build: generating a build system
- Loading Zephyr default modules (Zephyr base).
- -- Application: /home/k/proj/nrf_tab
- -- CMake version: 3.29.3
- -- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
- -- Cache files will be written to: /home/k/.cache/zephyr
- -- Zephyr version: 3.7.0-rc1 (/home/k/my-workspace/zephyr)
- -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
- -- Board: rev5, qualifiers: nrf52840
- -- ZEPHYR_TOOLCHAIN_VARIANT not set, trying to locate Zephyr SDK
- -- Found host-tools: zephyr 0.16.8 (/home/k/zephyr-sdk-0.16.8)
- -- Found toolchain: zephyr 0.16.8 (/home/k/zephyr-sdk-0.16.8)
- -- 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")
- -- Found BOARD.dts: /home/k/proj/nrf_tab/boards/arm/rev5/rev5.dts
- -- Found devicetree overlay: /home/k/proj/nrf_tab/app.overlay
- -- Generated zephyr.dts: /home/k/proj/nrf_tab/rev5_build_tmp2/zephyr/zephyr.dts
- -- Generated devicetree_generated.h: /home/k/proj/nrf_tab/rev5_build_tmp2/zephyr/include/generated/zephyr/devicetree_generated.h
- -- Including generated dts.cmake file: /home/k/proj/nrf_tab/rev5_build_tmp2/zephyr/dts.cmake
- /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)
- /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)
- Parsing /home/k/proj/nrf_tab/Kconfig
- Loaded configuration '/home/k/proj/nrf_tab/boards/arm/rev5/rev5_defconfig'
- Merged configuration '/home/k/proj/nrf_tab/prj.conf'
- error: SOC_NRF52840 (defined at soc/nordic/nrf52/Kconfig.soc:35, soc/nordic/nrf52/Kconfig:27) is
- assigned in a configuration file, but is not directly user-configurable (has no prompt). It gets its
- value indirectly from other symbols. See
- http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_SOC_NRF52840 and/or look up SOC_NRF52840 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.
- CMake Error at /home/k/my-workspace/zephyr/cmake/modules/kconfig.cmake:389 (message):
- command failed with return code: 1
- Call Stack (most recent call first):
- /home/k/my-workspace/zephyr/cmake/modules/zephyr_default.cmake:132 (include)
- /home/k/my-workspace/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
- /home/k/my-workspace/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
- CMakeLists.txt:5 (find_package)
- -- Configuring incomplete, errors occurred!
- 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