From b714f4181276b349873451bde291322bcb842f47 Mon Sep 17 00:00:00 2001 From: Elecia White Date: Thu, 3 Aug 2023 08:04:28 -0700 Subject: [PATCH] docs/develop/gettingstarted: Update ARM package list. Signed-off-by: Elecia White --- docs/develop/gettingstarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/gettingstarted.rst b/docs/develop/gettingstarted.rst index c51cac360cea..34ca1c9c63e6 100644 --- a/docs/develop/gettingstarted.rst +++ b/docs/develop/gettingstarted.rst @@ -100,7 +100,7 @@ For the stm32 port, the ARM cross-compiler is required: .. code-block:: bash - $ sudo apt-get install arm-none-eabi-gcc arm-none-eabi-binutils arm-none-eabi-newlib + $ sudo apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi See the `ARM GCC toolchain `_