fw/cortex-toolchain
13 years agoChanged default install directory of Summon-Arm-Toolchain to ~/sat which is more...
Piotr Esden-Tempski [Wed, 27 Oct 2010 00:05:53 +0000 (17:05 -0700)]
Changed default install directory of Summon-Arm-Toolchain to ~/sat which is more intuitive in my opinion.

13 years agoUpdated documentation of necessary Mac port packages.
Piotr Esden-Tempski [Wed, 27 Oct 2010 00:05:06 +0000 (17:05 -0700)]
Updated documentation of necessary Mac port packages.

13 years agoAdded proper detection of tar utility. We need gnutar on OS X.
Piotr Esden-Tempski [Wed, 27 Oct 2010 00:04:31 +0000 (17:04 -0700)]
Added proper detection of tar utility. We need gnutar on OS X.

13 years agoAdded --use-system-zlib to fix compilation on debian unstable.
Piotr Esden-Tempski [Mon, 25 Oct 2010 23:27:01 +0000 (16:27 -0700)]
Added --use-system-zlib to fix compilation on debian unstable.

13 years agoAdded expat reference to the README. Thanks marforic!
Piotr Esden-Tempski [Tue, 14 Sep 2010 20:07:26 +0000 (13:07 -0700)]
Added expat reference to the README. Thanks marforic!

13 years agoUpdated README.
Piotr Esden-Tempski [Sun, 12 Sep 2010 10:31:52 +0000 (03:31 -0700)]
Updated README.

13 years agoDivided the script into sections. Added more switches.
Piotr Esden-Tempski [Sun, 12 Sep 2010 10:15:23 +0000 (03:15 -0700)]
Divided the script into sections. Added more switches.

The script is now divided in sections to make it easier to custumize the
build. Also added some more switches also for convinence.

13 years agoShifted some variables about to allow a better override from local.sh
Michael Hope [Sun, 12 Sep 2010 08:03:22 +0000 (20:03 +1200)]
Shifted some variables about to allow a better override from local.sh

13 years agoAdded ability to have a local config that overrides the script.
Michael Hope [Sat, 11 Sep 2010 10:15:25 +0000 (22:15 +1200)]
Added ability to have a local config that overrides the script.

13 years agoAdded the ability to run a bit quieter
Michael Hope [Sat, 11 Sep 2010 10:10:47 +0000 (22:10 +1200)]
Added the ability to run a bit quieter

13 years agoChanged echos for logs
Michael Hope [Sat, 11 Sep 2010 10:03:40 +0000 (22:03 +1200)]
Changed echos for logs

13 years agoAdded support for fetching the Linaro GCC. Add a note on being Cortex-M3 by default.
Michael Hope [Sat, 11 Sep 2010 10:03:06 +0000 (22:03 +1200)]
Added support for fetching the Linaro GCC.  Add a note on being Cortex-M3 by default.

13 years agoMade more of unpack() common. Use wildcards to pick up different compression types.
Michael Hope [Sat, 11 Sep 2010 09:56:40 +0000 (21:56 +1200)]
Made more of unpack() common.  Use wildcards to pick up different compression types.

13 years agoPulled install out to a function to pull in sudo and parallel everywhere
Michael Hope [Sat, 11 Sep 2010 09:54:06 +0000 (21:54 +1200)]
Pulled install out to a function to pull in sudo and parallel everywhere

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