-
Not sure if this belongs here or to mbedtls, but during build of mbedtls I am getting multiple errors.
can be fixed by adding However, the bigger issue seems to be some kind of documentation error:
To stop getting this error I would have to deactivate Full log:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @thosoo Hyperion is just using and building MbedTLS as a submodule. Given that the current MBedTLS linked in Hyperion's master is 3.1, I suggest you try building Hyperion with the following Maybe some issue are already addressed there. |
Beta Was this translation helpful? Give feedback.
Hi @thosoo Hyperion is just using and building MbedTLS as a submodule.
If there are compile issues like on the sub-module as those mentioned, you should reach out to MbedTLS.
Given that the current MBedTLS linked in Hyperion's master is 3.1, I suggest you try building Hyperion with the following
PR (#1558).
This is the latest MBedTLS 3.3 release dated Dec 2022.
Maybe some issue are already addressed there.