Building micrpython on unix

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
ndshah88
Posts: 5
Joined: Mon Mar 16, 2020 12:13 pm

Building micrpython on unix

Post by ndshah88 » Wed Mar 18, 2020 1:32 pm

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
Attachments
Screenshot 2020-03-18 at 6.56.32 PM.jpg
Screenshot 2020-03-18 at 6.56.32 PM.jpg (65.98 KiB) Viewed 3257 times


User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Building micrpython on unix

Post by dhylands » Wed Mar 18, 2020 10:32 pm

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).

ndshah88
Posts: 5
Joined: Mon Mar 16, 2020 12:13 pm

Re: Building micrpython on unix

Post by ndshah88 » Fri Mar 20, 2020 7:08 am

Thank you.

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

Post Reply