-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
During a macOS build, compilation halts due to a failure when compiling mbedtls.
CC ../../lib/mbedtls/library/ssl_msg.c
CC ../../lib/mbedtls/library/ssl_ticket.c
CC ../../lib/mbedtls/library/ssl_tls.c
CC ../../lib/mbedtls/library/ssl_tls12_client.c
CC ../../lib/mbedtls/library/ssl_tls12_server.c
-e See https://github.com/micropython/micropython/wiki/Build-Troubleshooting
CC ../../lib/mbedtls/library/timing.c
../../lib/mbedtls/library/ssl_msg.c:4971:28: error: no member named 'badmac_seen' in 'struct mbedtls_ssl_context'
4971 | ++ssl->badmac_seen >= ssl->conf->badmac_limit) {
| ~~~ ^
1 error generated.
Invoked using python make.py macOS
after a fresh clone, using an Apple M3 Pro (arm64) running macOS 15.6.
Metadata
Metadata
Assignees
Labels
No labels