From 95c540058dbf8a10103b6aac716c65fac6c9ad11 Mon Sep 17 00:00:00 2001 From: chrysn Date: Tue, 20 Sep 2022 16:42:19 +0200 Subject: [PATCH] doc/getting-started: Add C++ standard library to the list --- doc/doxygen/src/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/src/getting-started.md b/doc/doxygen/src/getting-started.md index 89c8c110df..4a8a59b59c 100644 --- a/doc/doxygen/src/getting-started.md +++ b/doc/doxygen/src/getting-started.md @@ -70,7 +70,7 @@ developing for: For example, in Ubuntu the above tools can be installed with the following command: - sudo apt install git gcc-arm-none-eabi make gcc-multilib openocd gdb-multiarch doxygen wget unzip python3-serial + sudo apt install git gcc-arm-none-eabi make gcc-multilib libstdc++-arm-none-eabi-newlib openocd gdb-multiarch doxygen wget unzip python3-serial @details Running `BOARD= make info-programmers-supported` in your application folder lists the programmers supported by RIOT for the given board.