Page 1 of 1

Building micrpython on unix

Posted: Wed Mar 18, 2020 1:32 pm
by ndshah88
Hello,

I am trying to build micropython on unix. Here is the link I follow to do that:

https://github.com/micropython/micropyt ... ed#mac-osx

However, while I try to make axtls I get an error. The error is attached here.

Can someone guide on what I am missing?

Thanks in advance

Re: Building micrpython on unix

Posted: Wed Mar 18, 2020 2:15 pm
by stijn

Re: Building micrpython on unix

Posted: Wed Mar 18, 2020 10:32 pm
by dhylands
The section on building micropython lists some external dependencies which are required:
https://github.com/micropython/micropyt ... pendencies

Based on the error messages you're reporting, you're missing at least pkg-config and libffi (both mentioned in the external dependencies section).

Re: Building micrpython on unix

Posted: Fri Mar 20, 2020 7:08 am
by ndshah88
Thank you.

We will check that out and come back to this post shortly.