Explicitly add libnewlib-arm-none-eabi to dependencies. It is typically pulled in by gcc-arm-none-eabi as a recommended package.

This commit is contained in:
Liam Fraser 2021-01-21 16:41:50 +00:00 committed by Liam Fraser
parent 493ed000dd
commit ef38b746ef

View File

@ -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 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 1. Set up your project to point to use the Pico SDK