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.2 20190119

Compare
Choose a tag to compare
@ilg-ul ilg-ul released this 20 Jan 08:19
· 16 commits to master since this release

Github Releases (by Release)

Version v8.2.1-1.2 20190119 is a maintenance release of GNU MCU Eclipse ARM Embedded GCC that fixes the 32-bit objcopy bug present in the previous release.

Continue reading »

Known problems

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.

liblto_plugin

The tools from binutils, like the archiver, require a plugin in order to process files compiled with -flto (for example to create a static library). The GNU/Linux and macOS distributions include the liblto_plugin.so file, it just needs to be linked to the lib/bfd-plugins folder. The Windows distribution does not include the liblto_plugin-0.dll file, and it must be copied from the ARM distribution.

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/[email protected]

Download analytics

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