Update developer-guide.md

Corrected Ubuntu toolchain installation guide as described in: https://discourse.odriverobotics.com/t/compile-error-make-fail-on-fresh-ubuntu-16-04-install/962/4
This commit is contained in:
lukkuch
2018-09-13 20:03:09 +02:00
committed by GitHub
parent 6cfcdd2a77
commit 303bb5ae39
+3 -2
View File
@@ -52,8 +52,9 @@ $ python --version # should be 3.7 or later
#### Linux (Ubuntu)
```bash
sudo apt-get install gcc-arm-none-eabi
sudo apt-get install gdb-arm-none-eabi
sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
sudo apt-get update
sudo apt-get install gcc-arm-embedded
sudo apt-get install openocd
sudo add-apt-repository ppa:jonathonf/tup && sudo apt-get update && sudo apt-get install tup
```