Skip to content

Commit 7cb2aa2

Browse files
authored
Merge pull request #1986 from AnthonyDiGirolamo/patch-1
Update Arch Linux ARM compiler installation instructions
2 parents 3e04744 + 55f15e3 commit 7cb2aa2

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

ports/atmel-samd/README.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,20 @@ Setup
124124
-----
125125

126126
An ARM compiler is required for the build, along with the associated binary
127-
utilities. On Ubuntu, these can be installed as follows:
127+
utilities. They can be installed as follows:
128128

129-
.. code-block:: shell
129+
- Ubuntu
130+
131+
.. code-block:: shell
132+
133+
sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
134+
sudo apt-get install gcc-arm-embedded
135+
136+
- Arch Linux
130137

131-
sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
132-
sudo apt-get install gcc-arm-embedded
138+
.. code-block:: shell
133139
134-
On Arch Linux the compiler is available for via the package
135-
``arm-none-eabi-gcc``.
140+
sudo pacman -S arm-none-eabi-gcc arm-none-eabi-newlib
136141
137142
For other systems, the `GNU Arm Embedded Toolchain <https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads>`_
138143
may be available in binary form.

0 commit comments

Comments
 (0)