Closed Asiderr closed 3 years ago
Hi @Asiderr,
thanks for pointing out that issue. It was introduced by the QCBOR dependency which now requires the math library. I am addressing this issue already in my pull request #17 with major changes to CHARRA. I have been working on that for quite a while now but did not manage to push the code before today.
It would be great if you could check out the new changes.
Cheers, Michael
CHARRA compilation inside the container ends with undefined reference error. More details in the issue: https://github.com/Fraunhofer-SIT/charra/issues/13
Linking the math library
-lm
solved the problem.Signed-off-by: Norbert Kamiński norbert.kaminski@3mdeb.com