jlhonora / mspgcc-install

Script to install mspgcc (open-source compiler for msp430) in ubuntu
31 stars 12 forks source link

Fails when downloading msp430-libc from SourceForge #7

Closed strangebroadcasts closed 10 years ago

strangebroadcasts commented 10 years ago

This is more of an error on SourceForge's part, but it seems in some cases wget fails to download msp430-libc due to a certificate issue (I think it might be an issue with redirection). Amending line 26 of install-all to

wget "$2" --no-check-certificate

seems to solve it.

jlhonora commented 10 years ago

Thanks! Seems to be working now.