repo.or.cz
/
inav.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove gcc7 warning of duplicate const
[inav.git]
/
install-toolchain.sh
blob
7e1cb6f8e43ac930b9673cdf826b694cc4d63554
1
#!/bin/bash
2
3
if
[ !
-d
$PWD
/
gcc-arm-none-eabi-6_2-2016q
4
/
bin
] ;
then
4
curl
--retry
10
--retry-max-time
120
-L
"https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/6-2017q2/gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2"
|
tar
xfj
-
5
fi