eriptic / uoscore-uedhoc

C implementations for constrained (and non-constrained) devices of the IETF protocols OSCORE and EDHOC
Other
15 stars 15 forks source link

compile issue in zephyr_edhoc sample #64

Closed LPFraile closed 3 months ago

LPFraile commented 3 months ago

I try to compile the zephyr_edhoc sample in zephyr v3.2.0 by following the README instruction and i get some compile issues when runs in the zephyr_edhoc/initiator

west build -b=nrf52840dk_nrf52840

The error is:

error: #error "<dirent.h> not supported"
   10 | #error "<dirent.h> not supported"
      |  ^~~~~

Could someone please guide me to compile correct the sample?

LPFraile commented 3 months ago

I solve it. I just nee to add the correct mbedtls configuration file on the sample.