Date:2011-03-09 05:36:18 (13 years 19 days ago)
Author:Werner Almesberger
Commit:6ac82fc6c96d7701684db85b8cc6854dad2dabff
Message:atusb/fw/README: avr-libc 1.17.1 has been released

Files: atusb/fw/README (1 diff)

Change Details

atusb/fw/README
4040make
4141make install
4242
43wget http://download.savannah.gnu.org/releases/avr-libc/avr-libc-1.7.0.tar.bz2
44wget -O avr_libc_170.patch \
45  https://savannah.nongnu.org/support/download.php?file_id=21669
46tar xfj avr-libc-1.7.0.tar.bz2
47cd avr-libc-1.7.0
48patch -p0 -s <../avr_libc_170.patch
43wget http://download.savannah.gnu.org/releases/avr-libc/avr-libc-1.7.1.tar.bz2
44tar xfj avr-libc-1.7.1.tar.bz2
45cd avr-libc-1.7.1
4946./bootstrap # the automake at the end takes a while
5047./configure --build=`./config.guess` --host=avr
5148make

Archive Download the corresponding diff file



interactive