Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-17 | zlib sucks.HEADmaster | Nicolas "Pixel" Noble | |
2011-02-16 | Final tweaks to the build script; one shouldn't actually require external ↵ | Nicolas Noble | |
library for a portable build script. | |||
2011-02-06 | Hacked that script a lot... | Nicolas "Pixel" Noble | |
2011-01-12 | Fixed libiconv location parameter. Thanks Bernard Davison! | Piotr Esden-Tempski | |
2011-01-08 | Should fix the problem with hanging CFLAGS and LDFLAGS of OOCD. | Piotr Esden-Tempski | |
2011-01-03 | SAT now builds Linaro GCC and libopenstm32 by default. | Piotr Esden-Tempski | |
It is the most common way to build summon-arm-toolchain and makes it easier for beginners to start using SAT. | |||
2011-01-03 | Added building of openocd as part of the toolchain. | Piotr Esden-Tempski | |
2010-12-06 | Fixed CygWin build. | Piotr Esden-Tempski | |
Added check if getconf exists. (CygWin does not provide that) Added CygWin as an acceptable "OS". | |||
2010-11-21 | Updated linaro to 2010.11-1 | Piotr Esden-Tempski | |
2010-11-13 | PARALLEL flag is now being set automatically based on available host cpu's. | Piotr Esden-Tempski | |
2010-11-13 | Added flags to force software floating point math emulation. | Piotr Esden-Tempski | |
This is not a very flexible solution. But as I have no mcu with a floatingpoint unit to test the toolchain on ... | |||
2010-11-13 | stm32 libraries now create their stamps in stamp directory. libopenstm32 is ↵ | Piotr Esden-Tempski | |
checking for the build stamp now. | |||
2010-11-13 | Not using -a option for tar anymore that was cousing too many problems. | Piotr Esden-Tempski | |
2010-10-26 | Added Christophe Duparquet's improved version of SAR. It is meant as a ↵ | Piotr Esden-Tempski | |
reference. The improvements in that script should be integrated into the official SAR over time. I don't know when I will have time to do that myself. If you want to help out on that just drop me a line so that we don't happen to do that work twice. :) | |||
2010-10-26 | Added section about contributing improvements and fixes to the README. | Piotr Esden-Tempski | |
2010-10-26 | Changed default install directory of Summon-Arm-Toolchain to ~/sat which is ↵ | Piotr Esden-Tempski | |
more intuitive in my opinion. | |||
2010-10-26 | Updated documentation of necessary Mac port packages. | Piotr Esden-Tempski | |
2010-10-26 | Added proper detection of tar utility. We need gnutar on OS X. | Piotr Esden-Tempski | |
2010-10-25 | Added --use-system-zlib to fix compilation on debian unstable. | Piotr Esden-Tempski | |
2010-09-14 | Added expat reference to the README. Thanks marforic! | Piotr Esden-Tempski | |
2010-09-12 | Updated README. | Piotr Esden-Tempski | |
2010-09-12 | Divided the script into sections. Added more switches. | Piotr Esden-Tempski | |
The script is now divided in sections to make it easier to custumize the build. Also added some more switches also for convinence. | |||
2010-09-12 | Shifted some variables about to allow a better override from local.sh | Michael Hope | |
2010-09-11 | Added ability to have a local config that overrides the script. | Michael Hope | |
2010-09-11 | Added the ability to run a bit quieter | Michael Hope | |
2010-09-11 | Changed echos for logs | Michael Hope | |
2010-09-11 | Added support for fetching the Linaro GCC. Add a note on being Cortex-M3 by ↵ | Michael Hope | |
default. | |||
2010-09-11 | Made more of unpack() common. Use wildcards to pick up different ↵ | Michael Hope | |
compression types. | |||
2010-09-11 | Pulled install out to a function to pull in sudo and parallel everywhere | Michael Hope | |
2010-09-11 | Use set -e to stop on any error, including downloads. | Michael Hope | |
2010-09-11 | Pulled unpacking out into a function | Michael Hope | |
2010-09-11 | Pulled all logging out into a function | Michael Hope | |
2010-09-11 | Pulled fetching out into a function with stamps to prevent extra download ↵ | Michael Hope | |
checks. | |||
2010-09-11 | Changed stamp files to go into a directory for easy toasting | Michael Hope | |
2010-09-05 | Fixed building on Mac OS X. | Piotr Esden-Tempski | |
2010-09-03 | Update versions to latest released ones. | Uwe Hermann | |
2010-09-03 | Document build dependencies in the script. | Uwe Hermann | |
2010-07-01 | Add missing --disable-werror configure options. | Uwe Hermann | |
2010-07-01 | Use --disable-werror unconditionally everywhere. | Uwe Hermann | |
This is not Darwin-specific, and can cause issues on other OSes and architectures, too. | |||
2010-07-01 | Don't build STM32 firmware lib or libopenstm32. | Uwe Hermann | |
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. | |||
2010-07-01 | wget: Use --no-passive-ftp, helps with firewalls. | Uwe Hermann | |
This is tested to work better in at least one firewalled environment. YMMV. | |||
2010-07-01 | Use http instead of ftp where possible. | Uwe Hermann | |
This can avoid some problems in firewalled environments. | |||
2010-07-01 | The script was tested on 32bit Linux too. | Uwe Hermann | |
2010-07-01 | Cosmetics and typo fixes. | Uwe Hermann | |
2010-06-03 | upgrading to gdb-7.1 | Steve Jenson | |
2009-12-27 | Binutils should compile now with --disable-werror. Enabled second gcc build ↵ | Piotr Esden-Tempski | |
again. | |||
2009-12-27 | Updated gcc and binutils version, added a variable to allow external source ↵ | Piotr Esden-Tempski | |
directories. Changed back to arm-none-eabi (other bare bone toolchains use that one) | |||
2009-10-01 | Fix wget invokation so that restarting downloads via -c works. | Uwe Hermann | |
2009-10-01 | Fix git repo URL for libopenstm32. | Uwe Hermann | |
2009-10-01 | Fix typos. | Uwe Hermann | |