building samples/net/sockets/http_server for nucleo_h743zi and ESP32 #76612
-
When I try to build this combination, I get:
I can get the sample to build by commenting out the TLS and I've started digging through this, but wondering if anyone knows offhand what is missing? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Getting the same issue on ESP32 board -- need to comment out TLS and websocket stuff to get it to compile. There are also some additional config/dts overlay changes needed for ESP32: |
Beta Was this translation helpful? Give feedback.
-
Do you have the It builds fine for me on |
Beta Was this translation helpful? Give feedback.
Do you have the
mbedtls
module in your Zephyr workspace?It builds fine for me on
nucleo_h743zi
, but I can replicate the same error as you if I delete themodules/crypto/mbedtls
directory from the Zephyr workspace.