Skip to content
This repository has been archived by the owner on Sep 28, 2019. It is now read-only.

GNU MCU Eclipse ARM Embedded GCC v8.2.1-1.1 20190102

Compare
Choose a tag to compare
@ilg-ul ilg-ul released this 03 Jan 18:52
· 21 commits to master since this release
cd3b7a9

Github Releases (by Release)

Version v8.2.1-1.1 20190102 is a new release of GNU MCU Eclipse ARM Embedded GCC (DEPRECATED).

Continue reading »

Known problems

objcopy

The latest GNU binutils, also used in Arm Embedded GCC, have a problem when running on 32-bit machines, and objdump fails to generate .hex files. The bug affects both Windows and GNU/Linux machines. 64-bit builds are not affected. The bug is documented as 1810274.

The current solution is to upgrade to 8.2.1-1.2; the workaround is to override arm-none-eabi-objdump with an older binary.

GDB

The GDB binary supplied with this release has problems loading the symbols from applications compiled with -flto, it will either crash with segmentation fault or throw an assert.

The bug reports:

The current workaround is to use the GDB binary provided in the previous v7.x release.

Easy install

The toolchain is also available as an xPack and can be conveniently installed with xpm:

$ xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc 

To install exactly this version, use:

$ xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc@8.2.1-1.1.1

Download analytics

Credit to Shields IO and Somsubhra/github-release-stats.