Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This combination of SoC and floating point ABI is not supported (Fails to build with latest sdk_nrf) #4

Open
apalrd opened this issue Dec 31, 2024 · 0 comments

Comments

@apalrd
Copy link

apalrd commented Dec 31, 2024

Trying to build the latest version on Ubuntu 22.04 does not work. Similar error to #3 .

Versions which do work:

  • v2.5.3 (suggested by Samples broke for 4 months now #3) does work
  • v2.6.2 does work
  • 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant