Hi,
Under the following link you provide a guide for installing ARM toolchain for embedded.
in the chapter called "Installing on Debian based distributions such as Ubuntu", you install the toolchain using the following command:
sudo apt install gcc-arm-none-eabi
The problem is that ARM does no longer release newer versions of the toolchain via PPA repos.
Instead, users have to rely on a dedicated download page to get the newest version of the software.
And it's been like that for some years now.
That means your guide is off as it does not mention that fact and can cause confusion.
Hi,
Under the following link you provide a guide for installing ARM toolchain for embedded.
in the chapter called "Installing on Debian based distributions such as Ubuntu", you install the toolchain using the following command:
sudo apt install gcc-arm-none-eabiThe problem is that ARM does no longer release newer versions of the toolchain via PPA repos.
Instead, users have to rely on a dedicated download page to get the newest version of the software.
And it's been like that for some years now.
That means your guide is off as it does not mention that fact and can cause confusion.