obdev / CrossPack-AVR

Script and associated files for building avr-gcc and related tools on Mac OS X with Xcode 4
GNU General Public License v2.0
232 stars 54 forks source link

mkdists fails as gmp URL has changed. #5

Open ruurdjan opened 10 years ago

ruurdjan commented 10 years ago

Current build fails befause the link to gmp has changed from /gmp to /pub/gmp. ftp://ftp.gmplib.org/pub/gmp/

The scripts downloads a '404 not found' response and tries to untar it. I suggest using the -f flag in curl to catch server error responses.