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.5 20190426
Version v8.2.1-1.5 20190426 is a maintenance release of GNU MCU Eclipse ARM Embedded GCC that fixes the bugs affecting Windows LTO builds, present in the previous release.
Known problems
Windows paths with spaces
Installing the toolchain in locations which use spaces in the path is still problematic.
Temporarily move the toolchain to paths which do not use spaces, or, even better, install it via xpm
, which uses safe paths.
Easy install
The toolchain is also available as an xPack and can be conveniently installed with xpm
:
$ npm update --global 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
- GitHub gnu-mcu-eclipse/arm-none-eabi-gcc.git
- xPack @gnu-mcu-eclipse/arm-none-eabi-gcc
- individual file counters (grouped per release)
Credit to Shields IO and Somsubhra/github-release-stats.