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.