Skip to content

mbedtls compilation failure on MacOS build #428

@thatbudakguy

Description

@thatbudakguy

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions