From a6f912312e37cc01b94f0b55ce41024d452dccf0 Mon Sep 17 00:00:00 2001 From: piman <44853490+piman51277@users.noreply.github.com> Date: Sat, 1 Jul 2023 08:38:31 -0400 Subject: [PATCH] Removed oudated toolchain through apt warning Since the toolchain hasn't been updated since October 21, 2021, the apt package has since caught up to this latest release. Package link: https://packages.debian.org/bookworm/gcc-arm-none-eabi Package changelog: https://metadata.ftp-master.debian.org/changelogs//main/g/gcc-arm-none-eabi/gcc-arm-none-eabi_12.2.rel1-1_changelog --- v5/getting-started/linux.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/v5/getting-started/linux.rst b/v5/getting-started/linux.rst index 4a0fda44..24b156f7 100644 --- a/v5/getting-started/linux.rst +++ b/v5/getting-started/linux.rst @@ -26,12 +26,9 @@ available, or if you prefer to install things manually, follow the instructions below. .. note:: - For users of Debian-based distributions, be aware that the toolchain available - through Apt is out of date and likely will not work for PROS projects. For - Ubuntu users, you may see references online to a PPA by team-gcc-arm-embedded, - but that PPA does not seem to be updated any more. Therefore, if you are - using a Debian-based distribution or Ubuntu, please follow the instructions - below. + If you are using a Debian-based distribution or Ubuntu, the toolchain can be + installed through apt in package :code:`gcc-arm-none-eabi`. To install manually, + follow the instructions below. 1. Download the latest version of the toolchain from `the Arm developer site `_. We recommend the "Linux x86_64" release. In the rare event that you are