From c573775f86ed998c59c242a2ac449ae7ff25b696 Mon Sep 17 00:00:00 2001 From: ewpa <34030942+ewpa@users.noreply.github.com> Date: Mon, 31 May 2021 18:17:00 +0100 Subject: [PATCH] Change the quick-start instructions to include installation of the (#92) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84c70c8..db6cef6 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ instructions for other platforms, and just in general, we recommend you see [Ras 1. Install CMake (at least version 3.13), and GCC cross compiler ``` - sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi + sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib ``` 1. Set up your project to point to use the Raspberry Pi Pico SDK