GNU Arm Embedded Toolchain 4.8-2013-q4-major

The first 4.8 release

Milestone information

Project:
GNU Arm Embedded Toolchain
Series:
4.8
Version:
4.8-2013-q4-major
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, 1 chengbin
Blueprints:
1 Implemented
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 gcc-arm-none-eabi-4_8-2013q4-20131218-mac.tar.bz2 (md5) Mac installation tarball 16,545
last downloaded 24 hours ago
download icon release.txt (md5) Release notes 3,998
last downloaded 9 weeks ago
download icon gcc-arm-none-eabi-4_8-2013q4-20131204-win32.exe (md5) Windows installer 90,964
last downloaded 2 days ago
download icon gcc-arm-none-eabi-4_8-2013q4-20131204-win32.zip (md5) Windows zip package 19,397
last downloaded 24 hours ago
download icon gcc-arm-none-eabi-4_8-2013q4-20131204-linux.tar.bz2 (md5) Linux installation tarball 35,073
last downloaded today
download icon gcc-arm-none-eabi-4_8-2013q4-20131204-src.tar.bz2 (md5) Source package 8,041
last downloaded 9 days ago
download icon How-to-build-toolchain.pdf (md5) How to build 8,960
last downloaded 4 days ago
download icon readme.txt (md5) README 6,622
last downloaded 24 hours ago
download icon license.txt (md5) Licenses 1,166
last downloaded 5 weeks ago
Total downloads: 190,766

Release notes 

Release notes for
*************************************************
GNU Tools for ARM Embedded Processors 4.8
                               - Q4 2013
*************************************************

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 205641
    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.0
    git://sourceware.org/git/newlib.git commit bddd1263dd154fdcc867459f2f2c784f81c8e3c5

  * gdb : 7.6 with mainline backports, 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 with makefile patch :
    http://sourceforge.net/projects/libpng/files/zlib/1.2.5/zlib-1.2.5.tar.bz2/download

  * newlib-nano 2.0 : Included in source package

  * gcc-plugins : Plugin source from gcc.gnu.org/ml/gcc-patches

Supported hosts:
* Windows XP/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 (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 2013q4 major release:
* Branch to symbol defined in linker script
  http://sourceware.org/bugzilla/show_bug.cgi?id=15302
* GDB is upgraded to 7.6 to better support dwarf-3 and later standard
  https://answers.launchpad.net/gcc-arm-embedded/+question/234131
  https://bugs.launchpad.net/gcc-arm-embedded/+bug/1248981
* ICE when use high register as PIC base register for thumb-1 target

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.
* This version of GCC still cannot handle volatile packed structure correctly.
  Please avoid such usage in source code.

Changelog 

This release does not have a changelog.

1 blueprint and 3 bugs targeted

Blueprint Priority Assignee Delivery
Optimize compiler and library for Cortex-M4 Optimize compiler and library for Cortex-M4 1 Undefined chengbin  11 Implemented
Bug report Importance Assignee Status
1244821 #1244821 internal-error: frame_cleanup_after_sniffer: Assertion `frame->prologue_cache == NULL' failed 2 Critical Terry Guo  10 Fix Released
1248981 #1248981 arm-none-eabi-gdb crashes with segfault:11 2 Critical Terry Guo  10 Fix Released
1252221 #1252221 ld: Inconsistent debug information with -gdwarf-4 and --gc-sections. 2 Critical Terry Guo  10 Fix Released
This milestone contains Public information
Everyone can see this information.