Fatal error when building DevAcademy WiFi fundamentals exercise files

Hello

I am trying to work through the WiFi fundamentals course on DevAcademy to familiarize myself with the nRF7002DK and WiFi applications in general. Unfortunately I am not able to build the given exercises (and solutions) starting from lesson 2 exercise 2 due to the same fatal error occurring each time:

C:/ncs/v2.6.0/nrf/ext/oberon/psa/core/library/check_crypto_config.h:80:2: error: #error "PSA_WANT_ALG_DETERMINISTIC_ECDSA defined, but not all prerequisites"
80 | #error "PSA_WANT_ALG_DETERMINISTIC_ECDSA defined, but not all prerequisites"
| ^~~~~
ninja: build stopped: subcommand failed.

I am using the v2.6.0 SDK but I have also tried it with v2.6.1, which resulted in the same issue. I have not found anyone running into a similar problem, am I missing something?

Thanks and regards

wadn

Related