You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-7
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,9 @@ Circle (call configure with `--opt-tls`, see also the
19
19
20
20
* Linux or Windows 10 Subsystem for Linux (WSL).
21
21
* gcc ARM toolchain on the path. Successfully tested with:
22
-
* gcc version 7.3.1 20180622: gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2 from https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads
23
-
* gcc version 8.2-2019.01 32-bit and 64-bit:
24
-
* gcc-arm-8.2-2019.01-x86_64-arm-eabi.tar.xz from https://developer.arm.com/open-source/gnu-toolchain/gnu-a/downloads
25
-
* gcc-arm-8.2-2019.01-x86_64-aarch64-elf.tar.xz from https://developer.arm.com/open-source/gnu-toolchain/gnu-a/downloads
22
+
* gcc version 7.3.1 20180622 from https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads
23
+
* gcc version 8.2-2019.01 32-bit and 64-bit from https://developer.arm.com/open-source/gnu-toolchain/gnu-a/downloads
24
+
* gcc version 8.3-2019.03 32-bit and 64-bit from https://developer.arm.com/open-source/gnu-toolchain/gnu-a/downloads
26
25
27
26
### Building the Libraries
28
27
@@ -67,13 +66,17 @@ make mrproper # removes the configuration too
67
66
make build-samples
68
67
```
69
68
70
-
## Current Release [v11.0](https://github.com/smuehlst/circle-stdlib/releases/tag/v11.0)
69
+
## Current Release [v12.0](https://github.com/smuehlst/circle-stdlib/releases/tag/v12.0)
71
70
72
-
* Synced with [Circle Step 40](https://github.com/rsta2/circle/releases/tag/Step40).
73
-
* Raspberry Pi 4 support.
71
+
* Updated circle-newlib from upstream to fix a compilation error in the C++ sample when using gcc 8.3-2019.03.
0 commit comments