esden / summon-arm-toolchain

This project is not under active development any more. Consider using https://launchpad.net/gcc-arm-embedded instead! A very simple build script for bare metal arm toolchain. NO LINUX!
http://summon-arm-toolchain.org/
213 stars 92 forks source link

ftp://sources.redhat.com is dead and decommissioned #35

Closed herrold closed 12 years ago

herrold commented 12 years ago

per a post on the Cygwin mailing list [1]. A replacement is; ftp://sourceware.org/

The following trivial patch is needed to use the script:

sed -i -e 's@sources.redhat.com@sourceware.org@g' summon-arm-toolchain

-- Russ herrold

[1] http://sourceware.org/ml/cygwin/2012-10/msg00444.html