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

`make` in `samples` directory fails with undefined symbols #62

Closed kostis closed 4 months ago

kostis commented 4 months ago

After the recent commits (most likely those of zcbor-0.80.0) make in the samples directory has ceased working.

It works alright for make -C samples/linux_edhoc/initiator, but fails with various undefined references for e.g. make -C samples/linux_edhoc/responder (and also for make -C samples/linux_edhoc_oscore/initiator_client and make -C samples/linux_edhoc_oscore/responder_server).

Can these also be updated/fixed?

PS. This happens on a Linux Debian 12.5 machine, if it makes any difference.