GNU Arm Embedded Toolchain 4.8-2014-q2-update

Update 4.8 in Q2 2014

Milestone information

Project:
GNU Arm Embedded Toolchain
Series:
4.8
Version:
4.8-2014-q2-update
Released:
 
Registrant:
Terry Guo
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
3 Terry Guo
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
3 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon release.txt (md5) Release notes 4,802
last downloaded 8 days ago
download icon gcc-arm-none-eabi-4_8-2014q2-20140609-win32.exe (md5) Windows installer 53,962
last downloaded 8 days ago
download icon gcc-arm-none-eabi-4_8-2014q2-20140609-win32.zip (md5) Windows zip package 58,421
last downloaded today
download icon gcc-arm-none-eabi-4_8-2014q2-20140609-linux.tar.bz2 (md5) Linux installation tarball 89,396
last downloaded today
download icon gcc-arm-none-eabi-4_8-2014q2-20140609-mac.tar.bz2 (md5) Mac installation tarball 14,467
last downloaded today
download icon gcc-arm-none-eabi-4_8-2014q2-20140609-src.tar.bz2 (md5) Source package 19,848
last downloaded 8 days ago
download icon How-to-build-toolchain.pdf (md5) How to build 11,700
last downloaded 8 days ago
download icon readme.txt (md5) README 40,790
last downloaded 4 days ago
download icon license.txt (md5) Licenses 1,436
last downloaded 8 days ago
Total downloads: 294,822

Release notes 

Release notes for
*************************************************
GNU Tools for ARM Embedded Processors 4.8
                               - Q2 2014
*************************************************

This release includes the following items:
* Bare metal EABI pre-built binaries for running on a Windows host
* Bare metal EABI pre-built binaries for running on a Linux host
* Bare metal EABI pre-built binaries for running on a Mac OS X host
* Source code package (together with build scripts and instructions to setup
  build environment), composed of:
  * gcc : ARM/embedded-4_8-branch revision 211358
    http://gcc.gnu.org/svn/gcc/branches/ARM/embedded-4_8-branch/

  * binutils : 2.23 with mainline backports
    git://sourceware.org/git/binutils.git commit 8ea85793ab9a147f826a2d30ff612d6e77d02225

  * newlib : 2.1.0 with mainline backports
    git://sourceware.org/git/newlib.git commit e14046f93c76ef701d8ad133d0ea2b96d3c1b578

  * gdb : 7.6 without target sim support
    git://sourceware.org/git/gdb.git commit 7fc7df8816e69c7478d09c6f3447b83f28532711

  * cloog 0.18.0 :
    ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-0.18.0.tar.gz

  * expat 2.0.1 :
    http://jaist.dl.sourceforge.net/project/expat/expat/2.0.1/expat-2.0.1.tar.gz

  * gmp 4.3.2 : ftp://gcc.gnu.org/pub/gcc/infrastructure/gmp-4.3.2.tar.bz2

  * libelf 0.8.13 : http://www.mr511.de/software/libelf-0.8.13.tar.gz

  * libiconv 1.14 :
    http://ftp.gnu.org/gnu/libiconv/libiconv-1.14.tar.gz

  * mpc 0.8.1 : ftp://gcc.gnu.org/pub/gcc/infrastructure/mpc-0.8.1.tar.gz

  * mpfr 2.4.2 : ftp://gcc.gnu.org/pub/gcc/infrastructure/mpfr-2.4.2.tar.bz2

  * isl 0.11.1 : ftp://gcc.gnu.org/pub/gcc/infrastructure/isl-0.11.1.tar.bz2

  * zlib 1.2.5 and a makefile patch :
    http://sourceforge.net/projects/libpng/files/zlib/1.2.5/zlib-1.2.5.tar.bz2/download

  * newlib-nano 2.1 : Included in source package

  * gcc-plugins (with some tweaks):
    http://gcc.gnu.org/ml/gcc-patches/2013-05/msg00667.html

Supported hosts:
* Windows 7 32/64 bits (with installer and alternative zip package)
* Linux 32/64 bits
  - Ubuntu 8.x or later (tarball)
  - Ubuntu 10.04/12.04/13.04/13.10/14.04 (tarball and PPA)
  - RHEL 4/5 (tarball)
* Mac OS X 10.7.3 and newer 64 bits (tarball)

Supported target OS:
* Bare metal EABI only

Features:
* All GCC 4.8 features, plus latest mainline features
  - Cortex-R7 support
* Additional code size optimizations
  - Don't expand multiply instruction for Thumb-1.
  - Avoid unnecessary lr save instruction for Thumb-1.
* Newlib-nano: newlib branch optimized for code size
* Cortex-A profile multilib
* Link Time Optimization (LTO)
* A new compiler option -mslow-flash-data to minimize the literal load to
  boost performance for some armv7-m targets.
* A new compiler option -mpic-data-is-text-relative to enable/disable
  addressing data with PC relative.
* Avoid missing _sbrk issue when .specs is used.
* Support multiple RAM sessions in startup code.
* A GCC plugin to optimize Finite State Machine program.

Tests:
* Tested on a variety of Cortex-M0/M0+/M3/M4/A9 boards
* Tested on Qemu

Important bugs fixed in 4.8 2014q2 update release:
* Mingw GCC file path length issue
  https://answers.launchpad.net/gcc-arm-embedded/+question/237311
* Wildcards support in tool chain on Windows
  https://bugs.launchpad.net/gcc-arm-embedded/+bug/1298958
* skip_manual option doesn't skip the build-manual task in build script
  https://bugs.launchpad.net/gcc-arm-embedded/+bug/1318131
* Fixed a new NAN issue
  https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60166

Important bugs fixed in 4.8 2014q1 update release:
* Incorrect write to packed field when strict-volatile-bitfields enabled
  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56997
  https://bugs.launchpad.net/gcc-arm-embedded/+bug/1197604
* ICE reload1.c:1058 using 4.8 with mthumb fomit-frame-pointer
  https://bugs.launchpad.net/gcc-arm-embedded/+bug/1278004
* Fix ARM NAN fraction bits
  https://sourceware.org/ml/libc-alpha/2014-02/msg00740.html
* Unable to redefine weak function in -flto incrementally-linked executable
  https://sourceware.org/bugzilla/show_bug.cgi?id=15323
* ICE on Windows with due to mingw version too old
  https://bugs.launchpad.net/gcc-arm-embedded/+bug/1267504

Known Changes and Issues:
* Unlike the previous releases, this release O2 optimization level doesn't
  unroll loop. To tune the strategy to get better performance for your
  case, please refer to unrolling related parameters in associated gcc manual.
* The gcc regression test case pr42575.c now fails due to suboptimal code
  on 64-bit integer multiply caused by gcc new rtx cost model.
* Ubuntu 13.10/14.04 PPA release doesn't have documentation due to incompatibility
  to latest texinfo.
* Unwanted binaries in Windows tool chain are cleaned, so Windows tool chain
  packages have about 20% size reduction.
* Since Ubuntu 14.04, the Ubuntu official PPA has tool chain with same name as ours.
  Those who install tool chain through our Launchpad PPA will be impacted. So to
  correctly install our tool chain on 14.04, a corresponding version should be
  appended to apt-get command which looks like
  "sudo apt-get install gcc-arm-none-eabi=4-8-2014q2-0trusty9".
  We are working with relevant Debian/Ubuntu people to consolidate them. Hopefully
  there will be a unified ARM embedded tool chain coming from official PPA.

Changelog 

This release does not have a changelog.

0 blueprints and 3 bugs targeted

Bug report Importance Assignee Status
1298958 #1298958 Wildcards no longer supported? 2 Critical Terry Guo  10 Fix Released
1298958 #1298958 Wildcards no longer supported? 2 Critical Terry Guo  10 Fix Released
1318131 #1318131 Task [III-7] doesn't respect --skip_manual 5 Low Terry Guo  10 Fix Released
This milestone contains Public information
Everyone can see this information.