File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -124,15 +124,20 @@ Setup
124
124
-----
125
125
126
126
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:
128
128
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
130
137
131
- sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
132
- sudo apt-get install gcc-arm-embedded
138
+ .. code-block :: shell
133
139
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
136
141
137
142
For other systems, the `GNU Arm Embedded Toolchain <https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads >`_
138
143
may be available in binary form.
You can’t perform that action at this time.
0 commit comments