You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After commit 17f1e4b I am unable to build anything for the nrf9160dk_nrf9160 board under Windows 10. Building in Linux works just fine. Every dependency is up to date.
To Reproduce
Steps to reproduce the behavior:
cd ~/zephyr/samples/hello_world
west build -p auto -b nrf9160dk_nrf9160
See error
Impact
I get the error:
FATAL ERROR: Unrecognized check name "unique_unit_address_if_enabled"
Logs and console output
C:\Users\skull\Documents\Workspaces\zephyr-arithmetics\zephyr\samples\hello_world> west build -p auto -b nrf9160dk_nrf9160
-- west build: generating a build system
Including boilerplate (Zephyr base (cached)): C:/Users/skull/Documents/Workspaces/zephyr-arithmetics/zephyr/cmake/app/boilerplate.cmake
-- Application: C:/Users/skull/Documents/Workspaces/zephyr-arithmetics/zephyr/samples/hello_world
-- Zephyr version: 2.5.0-rc3 (C:/Users/skull/Documents/Workspaces/zephyr-arithmetics/zephyr)
-- Found west (found suitable version "0.9.0", minimum required is "0.7.1")
-- Board: nrf9160dk_nrf9160
-- Cache files will be written to: C:/Users/skull/Documents/Workspaces/zephyr-arithmetics/zephyr/.cache
-- Found dtc: C:/ProgramData/chocolatey/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
-- Found toolchain: gnuarmemb (C:/gnuarmemb)
-- Found BOARD.dts: C:/Users/skull/Documents/Workspaces/zephyr-arithmetics/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160.dts
FATAL ERROR: Unrecognized check name "unique_unit_address_if_enabled"
CMake Error at C:/Users/skull/Documents/Workspaces/zephyr-arithmetics/zephyr/cmake/dts.cmake:205 (message):
command failed with return code: 1
Call Stack (most recent call first):
C:/Users/skull/Documents/Workspaces/zephyr-arithmetics/zephyr/cmake/app/boilerplate.cmake:535 (include)
C:/Users/skull/Documents/Workspaces/zephyr-arithmetics/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
C:/Users/skull/Documents/Workspaces/zephyr-arithmetics/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:40 (include_boilerplate)
CMakeLists.txt:5 (find_package)
-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: 'C:\Program Files\CMake\bin\cmake.EXE' '-DWEST_PYTHON=c:\python39\python.exe' '-BC:\Users\skull\Documents\Workspaces\zephyr-arithmetics\zephyr\samples\hello_world\build' '-SC:\Users\skull\Documents\Workspaces\zephyr-arithmetics\zephyr\samples\hello_world' -GNinja
Environment (please complete the following information):
Solved. Turns out I had dtc installed via chocolatey which caused the error. I can't remember when and why I installed it, but after removing the compilation succeeds.
Describe the bug
After commit 17f1e4b I am unable to build anything for the
nrf9160dk_nrf9160
board under Windows 10. Building in Linux works just fine. Every dependency is up to date.To Reproduce
Steps to reproduce the behavior:
Impact
I get the error:
Logs and console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: