79709212

Date: 2025-07-21 14:32:23
Score: 2
Natty:
Report link

If you’re getting linking errors with mbedTLS functions in Zephyr, it usually means the mbedTLS library is not enabled in your project settings. To fix this, you need to turn on the mbedTLS option in your project configuration so Zephyr includes the library when building. After enabling it, clean and rebuild your project to make sure the linker finds the mbedTLS functions properly.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ponting Clarke