mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
Change export path to comply with the package downloaded
@@ -10,9 +10,9 @@ cd ~/stm
|
||||
wget https://launchpad.net/gcc-arm-embedded/4.8/4.8-2014-q2-update/+download/gcc-arm-none-eabi-4_8-2014q2-20140609-linux.tar.bz2
|
||||
tar xf gcc-arm-none-eabi-4_8-2014q2-20140609-linux.tar.bz2
|
||||
```
|
||||
and then add ```${HOME}/stm/gcc-arm-none-eabi-4_8-2013q4/bin``` to your PATH. You might do this by adding the following line to your ```~/.bashrc``` file:
|
||||
and then add ```${HOME}/stm/gcc-arm-none-eabi-4_8-2014q2/bin``` to your PATH. You might do this by adding the following line to your ```~/.bashrc``` file:
|
||||
```bash
|
||||
export PATH="${PATH}:${HOME}/stm/gcc-arm-none-eabi-4_8-2013q4/bin"
|
||||
export PATH="${PATH}:${HOME}/stm/gcc-arm-none-eabi-4_8-2014q2/bin"
|
||||
```
|
||||
and then it will be added automatically each time you login. You can also just execute the command directly from your bash shell and it will work until you exit your shell.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user