Hello, I'm new to nRF Connect SDK.
I managed to add the blinky example to build. I added a custom board.
There is a prf.conf project file with just CONFIG_GPIO=y
I'm now using the Guiconfig to edit other features of the board and save the changes on prf.conf
but after I press "Pristine build" I got this error messages:
-- Board: nrf52dk_nrf52832 -- Cache files will be written to: /home/kammutierspule/.cache/zephyr -- Found dtc: /usr/bin/dtc (found suitable version "1.5.0", minimum required is "1.4.6") -- Found toolchain: gnuarmemb (/usr) -- Found BOARD.dts: /home/kammutierspule/ncs/zephyr/boards/arm/nrf52dk_nrf52832/nrf52dk_nrf52832.dts -- Generated zephyr.dts: /home/kammutierspule/tmp/test_nrf/blinky/build/zephyr/zephyr.dts -- Generated devicetree_unfixed.h: /home/kammutierspule/tmp/test_nrf/blinky/build/zephyr/include/generated/devicetree_unfixed.h -- Generated device_extern.h: /home/kammutierspule/tmp/test_nrf/blinky/build/zephyr/include/generated/device_extern.h -- Including generated dts.cmake file: /home/kammutierspule/tmp/test_nrf/blinky/build/zephyr/dts.cmake Parsing /home/kammutierspule/ncs/zephyr/Kconfig Loaded configuration '/home/kammutierspule/ncs/zephyr/boards/arm/nrf52dk_nrf52832/nrf52dk_nrf52832_defconfig' Merged configuration '/home/kammutierspule/tmp/test_nrf/blinky/prj.conf' Merged configuration '/home/kammutierspule/tmp/test_nrf/blinky/build/zephyr/misc/generated/extra_kconfig_options.conf' error: SOC (defined at /home/kammutierspule/tmp/test_nrf/blinky/build/soc/arm/arm/beetle/Kconfig.defconfig.beetle_r0:6, /home/kammutierspule/tmp/test_nrf/blinky/build/soc/arm/arm/designstart/Kconfig.defconfig.cortex_m1:6, /home/kammutierspule/tmp/test_nrf/blinky/build/soc/arm/arm/designstart/Kconfig.defconfig.cortex_m3:6, /home/kammutierspule/tmp/test_nrf/blinky/build/soc/arm/arm/mps2/Kconfig.defconfig.mps2_an385:6, /home/kammutierspule/tmp/test_nrf/blinky/build/soc/arm/arm/mps2/Kconfig.defconfig.mps2_an521:6, /home/kammutierspule/tmp/test_nrf/blinky/build/soc/arm/arm/mps3/Kconfig.defconfig.mps3_an547:6, /home/kammutierspule/tmp/test_nrf/blinky/build/soc/arm/arm/musca_b1/Kconfig.defconfig.musca_b1:6, /home/kammutierspule/tmp/test_nrf/blinky/build/soc/arm/arm/musca_s1/Kconfig.defconfig.musca_s1:6, /home/kammutierspule/tmp/test_nrf/blinky/build/soc/arm/bcm_vk/valkyrie/Kconfig.defconfig.valkyrie_bcm58400:5, [...] /home/kammutierspule/tmp/test_nrf/blinky/build/soc/arm/st_stm32/stm32wl/Kconfig.defconfig.stm32wle4xx:8, /home/kammutierspule/tmp/test_nrf/blinky/build/soc/arm/st_stm32/stm32wl/Kconfig.defconfig.stm32wle5xx:8, /home/kammutierspule/tmp/test_nrf/blinky/build/soc/arm/ti_lm3s6965/Kconfig.defconfig:8, /home/kammutierspule/tmp/test_nrf/blinky/build/soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.cc1352r:7, /home/kammutierspule/tmp/test_nrf/blinky/build/soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.cc2652r:6, /home/kammutierspule/tmp/test_nrf/blinky/build/soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.cc3220sf:7, /home/kammutierspule/tmp/test_nrf/blinky/build/soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.cc3235sf:8, /home/kammutierspule/tmp/test_nrf/blinky/build/soc/arm/ti_simplelink/msp432p4xx/Kconfig.defconfig.msp432p401r:8, /home/kammutierspule/tmp/test_nrf/blinky/build/soc/arm/xilinx_zynqmp/Kconfig.defconfig:7, /home/kammutierspule/tmp/test_nrf/blinky/build/arch/Kconfig:962) 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/reference/kconfig/CONFIG_SOC.html and/or look up SOC 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/kammutierspule/ncs/zephyr/cmake/kconfig.cmake:270 (message): command failed with return code: 1 Call Stack (most recent call first): /home/kammutierspule/ncs/zephyr/cmake/app/boilerplate.cmake:546 (include) /home/kammutierspule/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include) /home/kammutierspule/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate) /home/kammutierspule/tmp/test_nrf/blinky/build/CMakeLists.txt:4 (find_package) -- Configuring incomplete, errors occurred! FATAL ERROR: command exited with status 1: /usr/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/home/kammutierspule/tmp/test_nrf/blinky/build -S/home/kammutierspule/tmp/test_nrf/blinky -GNinja -DBOARD=nrf52dk_nrf52832 -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=On -DNCS_TOOLCHAIN_VERSION:STRING=NONE '-DBOARD_ROOT:STRING=/home/kammutierspule/tmp/test_nrf/;/home/kammutierspule/tmp/test_nrf/blinky' -DCONFIG_DEBUG_OPTIMIZATIONS:STRING=y -DCONFIG_DEBUG_THREAD_INFO:STRING=y -DCONF_FILE:STRING=/home/kammutierspule/tmp/test_nrf/blinky/prj.conf The terminal process terminated with exit code: 1.
Any hint?