bldc icon indicating copy to clipboard operation
bldc copied to clipboard

I can't install gcc-arm-embedded with Ubuntu 20.04

Open albertomercurio opened this issue 5 years ago • 2 comments

Hello, when i write sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa in the terminal it says that there is not a version for Ubuntu 20.04. I read that the launchpad repository is deprecated and that the latest version can be installed manually. Do you know how to install it manually?

albertomercurio avatar Nov 13 '20 09:11 albertomercurio

Not exactly an answer but you could try simply downloading/using chibi studio if you just want to get building/testing.

Jfriesen222 avatar Jan 14 '21 17:01 Jfriesen222

You can download it from here https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads and unpack it in /usr/local. Make sure to use the gcc-arm-none-eabi-7-2018-q2 as there seems to be a problem with gcc-versions later than 7 (I'm looking into that soon).

Quick (untested) copy-paste instructions:

  1. Unpack the archive in the file manager by right-clicking on it and extract here
  2. From a terminal, run
cp -RT gcc-arm-none-eabi-7-2018-q2 /usr/local

vedderb avatar Jan 20 '21 09:01 vedderb