Building TF-M : error: 'NRF_UARTENRF_SECURE_UART_INSTANCE' undeclared (first use in this function)

Hello,

I'm trying to build the trusted firmware M for the nrf9151. 

I did the following steps: 

And I get the following build error: 

/home/nponsard/git/trusted-firmware-m/platform/ext/target/nordic_nrf/common/core/target_cfg.h:38:36: error: 'NRF_UARTENRF_SECURE_UART_INSTANCE' undeclared (first use in this function)
  38 | #define NRF_UARTE_INSTANCE(id)     NRF_UARTE##id
     |                                    ^~~~~~~~~

There's more output but that seems to be the more relevant lines.

I don't understand what I missed, do I need an additional dependency ? I'm on arch linux.

Thanks in advance,

Nils PONSARD

Related