mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-23 00:59:54 +08:00
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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user