From 0ca2abcae7820c8d794989ce4f1088d7f8d2fe5d Mon Sep 17 00:00:00 2001 From: Nicholas Herriot Date: Wed, 26 Jun 2019 14:42:57 +0100 Subject: [PATCH] adding libnewlib-etc... to add libraries that are missing. --- Getting-Started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index 78ce856..fee739f 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -52,10 +52,11 @@ The following packages will need to be installed before you can compile and run * git * pkg-config (required at least in ubuntu 14.04) * gcc-arm-none-eabi +* libnewlib-arm-none-eabi To install these packages, use the following command: -> sudo apt-get install build-essential libreadline-dev libffi-dev git pkg-config gcc-arm-none-eabi +> sudo apt-get install build-essential libreadline-dev libffi-dev git pkg-config gcc-arm-none-eabi libnewlib-arm-none-eabi Then, clone the repository to your local machine, or if you have created a [virtual environment](https://github.com/micropython/micropython/wiki/Getting-Started#creating-a-virtual-environment) clone into your **project** folder.