Merge pull request #1986 from AnthonyDiGirolamo/patch-1
Update Arch Linux ARM compiler installation instructions
This commit is contained in:
commit
7cb2aa2d62
@ -124,15 +124,20 @@ Setup
|
|||||||
-----
|
-----
|
||||||
|
|
||||||
An ARM compiler is required for the build, along with the associated binary
|
An ARM compiler is required for the build, along with the associated binary
|
||||||
utilities. On Ubuntu, these can be installed as follows:
|
utilities. They can be installed as follows:
|
||||||
|
|
||||||
|
- Ubuntu
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
|
sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
|
||||||
sudo apt-get install gcc-arm-embedded
|
sudo apt-get install gcc-arm-embedded
|
||||||
|
|
||||||
On Arch Linux the compiler is available for via the package
|
- Arch Linux
|
||||||
``arm-none-eabi-gcc``.
|
|
||||||
|
.. code-block:: shell
|
||||||
|
|
||||||
|
sudo pacman -S arm-none-eabi-gcc arm-none-eabi-newlib
|
||||||
|
|
||||||
For other systems, the `GNU Arm Embedded Toolchain <https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads>`_
|
For other systems, the `GNU Arm Embedded Toolchain <https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads>`_
|
||||||
may be available in binary form.
|
may be available in binary form.
|
||||||
|
Loading…
Reference in New Issue
Block a user