File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,15 +124,20 @@ Setup
124124-----
125125
126126An 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 >`_
138143may be available in binary form.
You can’t perform that action at this time.
0 commit comments