fw/cortex-toolchain
13 years agoUse set -e to stop on any error, including downloads.
Michael Hope [Sat, 11 Sep 2010 09:44:31 +0000 (21:44 +1200)]
Use set -e to stop on any error, including downloads.

13 years agoPulled unpacking out into a function
Michael Hope [Sat, 11 Sep 2010 09:42:33 +0000 (21:42 +1200)]
Pulled unpacking out into a function

13 years agoPulled all logging out into a function
Michael Hope [Sat, 11 Sep 2010 09:38:55 +0000 (21:38 +1200)]
Pulled all logging out into a function

13 years agoPulled fetching out into a function with stamps to prevent extra download checks.
Michael Hope [Sat, 11 Sep 2010 09:36:24 +0000 (21:36 +1200)]
Pulled fetching out into a function with stamps to prevent extra download checks.

13 years agoChanged stamp files to go into a directory for easy toasting
Michael Hope [Sat, 11 Sep 2010 09:33:00 +0000 (21:33 +1200)]
Changed stamp files to go into a directory for easy toasting

13 years agoFixed building on Mac OS X.
Piotr Esden-Tempski [Mon, 6 Sep 2010 00:44:21 +0000 (17:44 -0700)]
Fixed building on Mac OS X.

13 years agoUpdate versions to latest released ones.
Uwe Hermann [Fri, 3 Sep 2010 16:17:26 +0000 (18:17 +0200)]
Update versions to latest released ones.

13 years agoDocument build dependencies in the script.
Uwe Hermann [Thu, 2 Sep 2010 23:58:47 +0000 (01:58 +0200)]
Document build dependencies in the script.

13 years agoAdd missing --disable-werror configure options.
Uwe Hermann [Thu, 1 Jul 2010 00:51:43 +0000 (02:51 +0200)]
Add missing --disable-werror configure options.

13 years agoUse --disable-werror unconditionally everywhere.
Uwe Hermann [Thu, 1 Jul 2010 00:43:20 +0000 (02:43 +0200)]
Use --disable-werror unconditionally everywhere.

This is not Darwin-specific, and can cause issues on other OSes and
architectures, too.

13 years agoDon't build STM32 firmware lib or libopenstm32.
Uwe Hermann [Thu, 1 Jul 2010 00:31:59 +0000 (02:31 +0200)]
Don't build STM32 firmware lib or libopenstm32.

The 'summon-arm-toolchain' script should do just that per default,
build an ARM toolchain. The STM32-specific libs are not related to
that and many users will not need or want them.

So, default to off for both, but leave in the option so interested users
can enable either of them.

13 years agowget: Use --no-passive-ftp, helps with firewalls.
Uwe Hermann [Thu, 1 Jul 2010 00:30:16 +0000 (02:30 +0200)]
wget: Use --no-passive-ftp, helps with firewalls.

This is tested to work better in at least one firewalled environment. YMMV.

13 years agoUse http instead of ftp where possible.
Uwe Hermann [Thu, 1 Jul 2010 00:28:30 +0000 (02:28 +0200)]
Use http instead of ftp where possible.

This can avoid some problems in firewalled environments.

13 years agoThe script was tested on 32bit Linux too.
Uwe Hermann [Thu, 1 Jul 2010 00:27:52 +0000 (02:27 +0200)]
The script was tested on 32bit Linux too.

13 years agoCosmetics and typo fixes.
Uwe Hermann [Thu, 1 Jul 2010 00:25:44 +0000 (02:25 +0200)]
Cosmetics and typo fixes.

13 years agoupgrading to gdb-7.1
Steve Jenson [Fri, 4 Jun 2010 04:29:09 +0000 (21:29 -0700)]
upgrading to gdb-7.1

14 years agoBinutils should compile now with --disable-werror. Enabled second gcc build again.
Piotr Esden-Tempski [Sun, 27 Dec 2009 11:13:43 +0000 (12:13 +0100)]
Binutils should compile now with --disable-werror. Enabled second gcc build again.

14 years agoUpdated gcc and binutils version, added a variable to allow external source directori...
Piotr Esden-Tempski [Sun, 27 Dec 2009 08:56:09 +0000 (09:56 +0100)]
Updated gcc and binutils version, added a variable to allow external source directories. Changed back to arm-none-eabi (other bare bone toolchains use that one)

14 years agoFix wget invokation so that restarting downloads via -c works.
Uwe Hermann [Thu, 1 Oct 2009 19:43:01 +0000 (21:43 +0200)]
Fix wget invokation so that restarting downloads via -c works.

14 years agoFix git repo URL for libopenstm32.
Uwe Hermann [Thu, 1 Oct 2009 19:04:21 +0000 (21:04 +0200)]
Fix git repo URL for libopenstm32.

14 years agoFix typos.
Uwe Hermann [Thu, 1 Oct 2009 18:52:46 +0000 (20:52 +0200)]
Fix typos.

14 years agoAdded _EN variables to enable/disable libstm32 and libopenstm32 installation.
Piotr Esden-Tempski [Wed, 22 Jul 2009 19:23:20 +0000 (21:23 +0200)]
Added _EN variables to enable/disable libstm32 and libopenstm32 installation.

14 years agoGDB compile yelds warnings but compiles on Mac. Added --without-werror to make the...
Piotr Esden-Tempski [Tue, 19 May 2009 23:49:31 +0000 (01:49 +0200)]
GDB compile yelds warnings but compiles on Mac. Added --without-werror to make the build work.

14 years agoAdded support for toolchain building on Mac OS X.
Piotr Esden-Tempski [Tue, 19 May 2009 22:32:13 +0000 (00:32 +0200)]
Added support for toolchain building on Mac OS X.

14 years agoInitial commit
Piotr Esden-Tempski [Tue, 19 May 2009 15:35:35 +0000 (17:35 +0200)]
Initial commit