M1 iMac - Persistent Build Issues With MBEDTLS_INTERNAL_VALIDATE and MPI_VALIDATE_RET #290
Unanswered
plusplusminusminus
asked this question in
Q&A
Replies: 1 comment 1 reply
-
lvgl_micropython/lib/micropython/ports/unix/mpconfigport.mk you can disable tls:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I've been trying to get a build of lvgl_micropython on my M1 iMac, but I’m met with these issues with respect to
MBEDTLS_INTERNAL_VALIDATE
andMPI_VALIDATE_RET
. I would greatly appreciate it if you have any suggestions for fixes. Thanks.I use the following command to compile:
$ python3 make.py macOS DISPLAY=sdl_display INDEV=sdl_pointer
Error Output:
Beta Was this translation helpful? Give feedback.
All reactions