mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 10:05:27 +00:00
URL to armbin
parent
22b0c25e41
commit
34364b29e2
@ -170,6 +170,9 @@ some compiling errors to check it's better to call it without '-j 8')
|
||||
sudo mkdir armbin
|
||||
sudo tar --strip=1 -xjvf gcc-arm-none-eabi.tar.bz2 -C armbin
|
||||
|
||||
Download an up to date version here if you want to try: https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads
|
||||
Don't forget to change the paths or filenames accordingly
|
||||
|
||||
## 3. Link ARM compiler to your bash environment
|
||||
|
||||
echo 'PATH=/opt/build/armbin/bin:/opt/build/armbin/lib:$PATH' >> ~/.bashrc
|
||||
|
Loading…
Reference in New Issue
Block a user