Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit eda8a3c

Browse files
committed
Add 8.2.1-1.7 based on GNU MCU Eclipse ARM Embedded GCC
https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc/releases/tag/v8.2.1-1.7 Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 0ad4218 commit eda8a3c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ Official [GNU Arm Embedded Toolchain](https://developer.arm.com/tools-and-softwa
1111

1212
## Changes
1313

14-
Compared to the original ARM release, there are no changes. The **same architecture options** are supported and **the same
15-
combinations of libraries** (derived from newlib) are provided. Some patch could be applied to fix know bugs.
14+
Compared to the original ARM release, there are no functional changes. The **same architecture options** are supported and **the same
15+
combinations of libraries** (derived from newlib) are provided.
16+
17+
Up to release **8-2018-q4-major**, toolchains was built and packaged by stm32duino GitHub organization members. Now, packages are based on [GNU MCU Eclipse ARM Embedded GCC](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc) releases. All required platforms (Windows, Linux and MacOS) are provided, they are only repackaged to fit Arduino requirements (root path and folder name changed, no modified files).
1618

1719

1820
## Releases
@@ -21,13 +23,19 @@ A release is done when an update of the **GNU Arm Embedded Toolchain** is requir
2123
It generally use the latest official [GNU Arm Embedded Toolchain](https://developer.arm.com/tools-and-software/open-source-software/gnu-toolchain/gnu-rm)
2224
releases, maintained by ARM.
2325

26+
### 8.2.1-1.7 ([GNU MCU Eclipse ARM Embedded GCC v8.2.1-1.7 20190524](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc/releases/tag/v8.2.1-1.7) version)
27+
This release is functionally equivalent to **8-2018-q4-major** from December 20, 2018,
28+
and is based on `gcc-arm-none-eabi-8-2018-q4-major-src.tar.bz2`, but fixes the bugs present in the initial ARM release.
29+
2430
### 8-2018-q4-major
2531
This release is equivalent to **8-2018-q4-major** from December 20, 2018,
2632
and is based on the `gcc-arm-none-eabi-8-2018-q4-major-src.tar.bz2` source invariant except following patches were applied in:
2733
* gcc to fix the Windows LTO with -g [88422](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88422)
2834
* binutils to fix the 32-bit objcopy [24065](https://sourceware.org/bugzilla/show_bug.cgi?id=24065)
2935
* gcc to fix Windows paths with spaces and LTO [89249](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89249)
3036

37+
This release has an issue with the linker under Windows if paths contains spaces. See #1.
38+
3139
### 7-2018-q2-update
3240

3341
This release is equivalent to **7-2018-q2-update** from June 27, 2018,

0 commit comments

Comments
 (0)