mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-04 23:49:42 +02:00
atusb/fw/README: avr-libc 1.17.1 has been released
This commit is contained in:
parent
341b348ac0
commit
6ac82fc6c9
@ -40,12 +40,9 @@ cd obj-avr
|
|||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
wget http://download.savannah.gnu.org/releases/avr-libc/avr-libc-1.7.0.tar.bz2
|
wget http://download.savannah.gnu.org/releases/avr-libc/avr-libc-1.7.1.tar.bz2
|
||||||
wget -O avr_libc_170.patch \
|
tar xfj avr-libc-1.7.1.tar.bz2
|
||||||
https://savannah.nongnu.org/support/download.php?file_id=21669
|
cd avr-libc-1.7.1
|
||||||
tar xfj avr-libc-1.7.0.tar.bz2
|
|
||||||
cd avr-libc-1.7.0
|
|
||||||
patch -p0 -s <../avr_libc_170.patch
|
|
||||||
./bootstrap # the automake at the end takes a while
|
./bootstrap # the automake at the end takes a while
|
||||||
./configure --build=`./config.guess` --host=avr
|
./configure --build=`./config.guess` --host=avr
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user