Skip to content

Commit 2eb6b07

Browse files
Jenny PlunkettJennifer Plunkett
authored andcommitted
Note about ARMC5 installation 64-bit Linux
1 parent 5cbf7ea commit 2eb6b07

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ The directories of Git and Mercurial executables (`git` and `hg`) need to be in
6666
* Compilers: GCC ARM, ARM Compiler 5, IAR.
6767
* IDE: Keil uVision, DS-5, IAR Workbench.
6868

69+
<span class="tips">**Note:** When installing the ARM Compiler 5 on a 64-bit Linux machine, you may need to also install the i386 architecture package:</span>
70+
71+
```
72+
$ sudo dpkg --add-architecture i386
73+
$ sudo apt-get update
74+
$ sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
75+
```
76+
6977
### Video tutorial for manual installation
7078

7179
<span class="images">[![Video tutorial](http://img.youtube.com/vi/cM0dFoTuU14/0.jpg)](https://www.youtube.com/watch?v=cM0dFoTuU14)</span>

0 commit comments

Comments
 (0)