boochow / micropython-raspberrypi

bare metal Raspberry Pi Zero / Zero W port of MicroPython
MIT License
215 stars 24 forks source link

[README.md] Missing information to compile? #27

Open rtek1000 opened 4 years ago

rtek1000 commented 4 years ago

make BOARD=RPI1 /bin/sh: 1: arm-none-eabi-gcc: not found

Debian, Ubuntu, Mint, and variants

The following packages will need to be installed before you can compile and run MicroPython:

build-essential
libreadline-dev
libffi-dev
git
pkg-config (required at least in ubuntu 14.04)
gcc-arm-none-eabi
libnewlib-arm-none-eabi
boochow commented 4 years ago

@rtek1000 Thank you for your question. I didn't include instructions about how to set up the cross-platform development environment since it depends on which platform is used for development. One of the easiest ways is to use apt on ubuntu: sudo apt-get install gcc-arm-none-eabi

gigawatts commented 4 years ago

+1 for adding this to the README