Build error on firmware-nrf52840-5340-dk using Zephyr

Hi,

I´m trying to build the firmware-nrf52840-5340-dk using west on zephyr but getting errors.
The issue was already reported by someone else on GitHub:

I have tried with nRF Connect SDK v1.5.1 and 1.6.0-rc2, but getting same result.
Would be great if it would be fixed or a work around provided!

Hi @M435,

Thanks for reaching out. Following line in the prj.conf file needs to be removed when using Zephyr version > 2.4.

CONFIG_LOG_IMMEDIATE=y

In the firmware-nrf52840-5340-dk repo on github, you can find it here:

We will update the repo on a short term to the newest Zephyr and NCS versions.

Regards,
Arjan

4 Likes

Thanks, that worked!

1 Like

Thanks @M435 we’ll update our Zephyr firmware & examples in the near future.

1 Like