Replies: 1 comment
-
i found the answer to the problem west build -p always -b nrf52840dongle/nrf52840 samples/hello_world directions on need to be updated |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
fails no matter what example tried.
ie
west build -p always -b dongle_nrf52840 samples/hello_world
CMake Error at /Users/xxx/my-workspace/nrf/sysbuild/CMakeLists.txt:121 (list):
list GET given empty list
Call Stack (most recent call first):
cmake/modules/sysbuild_extensions.cmake:583 (nrf_PRE_CMAKE)
cmake/modules/sysbuild_extensions.cmake:583 (cmake_language)
cmake/modules/sysbuild_images.cmake:16 (sysbuild_module_call)
cmake/modules/sysbuild_default.cmake:20 (include)
/Users/vunguyen/my-workspace/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
/Users/vunguyen/my-workspace/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
/Users/vunguyen/my-workspace/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
template/CMakeLists.txt:10 (find_package)
Does anyone know how this can be fixed?
Beta Was this translation helpful? Give feedback.
All reactions