Another Update Package Yaaay #9
@ -84,6 +84,12 @@ toolchain binaries are added to the path accordingly.
|
||||
wget https://github.com/Pro/raspi-toolchain/releases/latest/download/raspi-toolchain.tar.gz
|
||||
```
|
||||
|
||||
Then extract to the opt folder:
|
||||
|
||||
```sh
|
||||
sudo tar xfz raspi-toolchain.tar.gz --strip-components=1 -C /opt
|
||||
```
|
||||
|
||||
Please note that this version of the toolchain might become obsolete in the future.
|
||||
If another toolchain installation is used, it is still recommended to unpack the toolchain in the
|
||||
`/opt/cross-pi-gcc` folder so that the Eclipse configuration and helper
|
||||
|
Reference in New Issue
Block a user