I cant built marlin in my mac

Hello, im trying to build my marlin 2.0 in my mac and it wont build. its not a marlin problem because i just built in my windows.

someone please help me

It looks like PlatformIO is having trouble downloading the NXPLPC platform files, and the error suggests some form of SSL mismatch.

This stackoverflow question and first answer may solve your issue, especially as it is Mac specific. You may also need to delete the ~/.platformio/penv folder so that PlatformIO’s python virtual environment is re-installed correctly with update SSL components once your main system is up to date.

thanks so much pfeerick. It worked for me. :upside_down_face:

1 Like