GNU Arm Embedded Toolchain

PPA description

This PPA is an alternative to toolchain released at https://launchpad.net/gcc-arm-embedded. The source codes for both are same. Currently supports Ubuntu 10.04/12.04/14.04/14.10 32 and 64 bit.

Detailed explanations to Launchpad PPA can be found at https://help.launchpad.net/Packaging/. That website explains how a PPA is set up and how to add existing PPA and install software from it.

Here are quick steps to install toolchain from this PPA on Ubuntu before 14.04:

Step1: Inside Ubuntu, open a terminal and input
       "sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa"

Step2: Continue to input
       "sudo apt-get update"

Step3: Continue to input to install toolchain
       "sudo apt-get install gcc-arm-embedded"

To remove installed toolchain, just input "sudo apt-get remove gnu-arm-embedded".
To update the toolchain, just repeat above step2 and step3.

If it reports error message of conflict to gcc-arm-none-eabi, which is likely if upgrading from 4.x to 5+, please uninstall it first with:
       "sudo apt-get remove gcc-arm-none-eabi"

Questions should be asked at https://answers.launchpad.net/gcc-arm-embedded

Bug can be filed at https://bugs.launchpad.net/gcc-arm-embedded/+filebug. It is highly encouraged to ask question first before filing a bug.

Adding this PPA to your system

You can update your system with unsupported packages from this untrusted PPA by adding ppa:team-gcc-arm-embedded/ppa to your system's Software Sources. (Read about installing)

sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
sudo apt update
        
Technical details about this PPA

This PPA can be added to your system manually by copying the lines below and adding them to your system's software sources.

Display sources.list entries for:
deb https://ppa.launchpadcontent.net/team-gcc-arm-embedded/ppa/ubuntu YOUR_UBUNTU_VERSION_HERE main 
deb-src https://ppa.launchpadcontent.net/team-gcc-arm-embedded/ppa/ubuntu YOUR_UBUNTU_VERSION_HERE main 
Signing key:
4096R/B4D03348F75E3362B1E1C2A1D1FAA6ECF64D33B0 (What is this?)
Fingerprint:
B4D03348F75E3362B1E1C2A1D1FAA6ECF64D33B0

For questions and bugs with software in this PPA please contact GCC Arm Embedded Maintainers.

PPA statistics

Activity
0 updates added during the past month.
View package details

Overview of published packages

13 of 3 results
Package Version Uploaded by
gcc-arm-none-eabi 8-2018q4-1~xenial1 (Newer version available) Andre Vieira ()
gcc-arm-none-eabi 8-2018q4-1~trusty1 Andre Vieira ()
gcc-arm-none-eabi 8-2018q4-1~bionic1 (Newer version available) Andre Vieira ()
13 of 3 results

Latest updates