Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 467 Bytes

micropython.md

File metadata and controls

25 lines (17 loc) · 467 Bytes

Crosscompiling Micropython

Dependencies

No

Source

GitHub repo: https://github.com/micropython/micropython

Instructions

$ cd mpy-cross
$ make
$ cd ../ports/unix
$ make submodules
$ make CROSS_COMPILE=arm-hisiv500-linux- deplibs
$ make CROSS_COMPILE=arm-hisiv500-linux- MICROPY_PY_FFI=0

Known problems

To use FFI features you'll need to crosscompile libffi first accoring suggestion