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
v2.7.0 does not work and returns CMake Warning below
v2.8.0 and later do not work, and return the CMake Warning, plus an additional error also below
CMake Warning at /root/my-workspace/nrfxlib/nrf_802154/sl/sl/CMakeLists.txt:16 (message):
This combination of SoC and floating point ABI is not supported by the
nrf_802154_sl
lib.(/root/my-workspace/nrfxlib/nrf_802154/sl/sl/lib/nRF52840/hard-float
doesn't exist.)
CMake Error at /root/my-workspace/nrf/sysbuild/CMakeLists.txt:117 (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)
/root/my-workspace/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
/root/my-workspace/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
/root/my-workspace/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
template/CMakeLists.txt:10 (find_package)
The text was updated successfully, but these errors were encountered:
Trying to build the latest version on Ubuntu 22.04 does not work. Similar error to #3 .
Versions which do work:
The text was updated successfully, but these errors were encountered: