Can build application from the command line using the regular Zephyr download and using West ...
Executable downloaded to BBC Microbit v2 and works as expected.
Trying to build in Segger Studio with nRF raises the following error ...
v1.9.1/zephyr/samples/hello_world/build_bbc_microbit_v2
Build fails :
Make Error at C:/Z2/v1.9.1/zephyr/cmake/zephyr_module.cmake:61 (message):
Unmet or cyclic dependencies in modules:
C:/Z2/v1.9.1/nrfxlib depends on: ['hal_nordic']
C:/Z2/v1.9.1/modules/lib/matter depends on: ['nrfxlib']
Are there any CMake entries that I need to add ?
I have used nRF Connect for Desktop to upgrade to the latest versions and I have upgraded
West to the latest version.
