From ef38b746efaeb0aa1354406198a76da29302aada Mon Sep 17 00:00:00 2001 From: Liam Fraser Date: Thu, 21 Jan 2021 16:41:50 +0000 Subject: [PATCH] Explicitly add libnewlib-arm-none-eabi to dependencies. It is typically pulled in by gcc-arm-none-eabi as a recommended package. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feed3f0..de7fdfc 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ instructions for other platforms, and just in general, we recommend you see [Pic 1. Install CMake (at least version 3.12), and GCC cross compiler ``` - sudo apt install cmake gcc-arm-none-eabi + sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi ``` 1. Set up your project to point to use the Pico SDK