Skip to content

Commit 2d44891

Browse files
committed
website: updates
1 parent e6de8da commit 2d44891

File tree

68 files changed

+738
-177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+738
-177
lines changed

website/blog/2018-03-31-arm-none-eabi-gcc-v6-3-1-1-1-released.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Instructions on how to install the binaries are available in the [Install Guide]
4040
The toolchain is also available as an [xPack](https://www.npmjs.com/package/@gnu-mcu-eclipse/arm-none-eabi-gcc) and can be conveniently installed with [`xpm`](https://www.npmjs.com/package/xpm):
4141

4242
```sh
43-
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc
43+
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc@latest
4444
```
4545

4646
This installs the latest available version.

website/blog/2018-04-01-arm-none-eabi-gcc-v7-2-1-1-1-released.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Instructions on how to install the binaries are available in the [Install Guide]
4040
The toolchain is also available as an [xPack](https://www.npmjs.com/package/@gnu-mcu-eclipse/arm-none-eabi-gcc) and can be conveniently installed with [`xpm`](https://www.npmjs.com/package/xpm):
4141

4242
```sh
43-
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc
43+
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc@latest
4444
```
4545

4646
This installs the latest available version.

website/blog/2018-07-24-arm-none-eabi-gcc-v7-3-1-1-1-released.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ and can be conveniently installed with
4949
[`xpm`](https://www.npmjs.com/package/xpm):
5050

5151
```sh
52-
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc
52+
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc@latest
5353
```
5454

5555
This installs the latest available version.

website/blog/2019-01-03-arm-none-eabi-gcc-v8-2-1-1-1-released.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ and can be conveniently installed with
5353
[`xpm`](https://www.npmjs.com/package/xpm):
5454

5555
```sh
56-
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc
56+
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc@latest
5757
```
5858

5959
This installs the latest available version.

website/blog/2019-01-20-arm-none-eabi-gcc-v8-2-1-1-2-released.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ and can be conveniently installed with
5757
[`xpm`](https://www.npmjs.com/package/xpm):
5858

5959
```sh
60-
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc
60+
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc@latest
6161
```
6262

6363
This installs the latest available version.

website/blog/2019-02-02-arm-none-eabi-gcc-v8-2-1-1-3-released.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ and can be conveniently installed with
7272
[`xpm`](https://www.npmjs.com/package/xpm):
7373

7474
```sh
75-
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc
75+
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc@latest
7676
```
7777

7878
This installs the latest available version.

website/blog/2019-02-14-arm-none-eabi-gcc-v8-2-1-1-4-released.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ and can be conveniently installed with
7777
[`xpm`](https://www.npmjs.com/package/xpm):
7878

7979
```sh
80-
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc
80+
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc@latest
8181
```
8282

8383
This installs the latest available version.

website/blog/2019-04-26-arm-none-eabi-gcc-v8-2-1-1-5-released.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ and can be conveniently installed with
9090
[`xpm`](https://www.npmjs.com/package/xpm):
9191

9292
```sh
93-
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc
93+
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc@latest
9494
```
9595

9696
This installs the latest available version.

website/blog/2019-05-13-arm-none-eabi-gcc-v8-2-1-1-6-released.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ and can be conveniently installed with
9191
[`xpm`](https://www.npmjs.com/package/xpm):
9292

9393
```sh
94-
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc
94+
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc@latest
9595
```
9696

9797
This installs the latest available version.
@@ -116,7 +116,7 @@ executed again.
116116

117117
## Known problems
118118

119-
### Illegal links in `libexec` for Linux
119+
### Illegal links in `libexec` for GNU/Linux
120120

121121
Although the current release is fully functional, due to a problem with
122122
the GCC make, the build created links with illegal names in the `libexec`

website/blog/2019-05-24-arm-none-eabi-gcc-v8-2-1-1-7-released.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ and can be conveniently installed with
9191
[`xpm`](https://www.npmjs.com/package/xpm):
9292

9393
```sh
94-
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc
94+
xpm install --global @gnu-mcu-eclipse/arm-none-eabi-gcc@latest
9595
```
9696

9797
This installs the latest available version.

website/blog/2019-07-26-arm-none-eabi-gcc-v7-3-1-1-2-released.mdx

+9-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,22 @@ Version 7.3.1-1.2 is a repack of the GNU MCU Eclipse Arm Embedded GCC v7.3.1-1.1
2323
<!-- truncate -->
2424

2525
import Image from '@theme/IdealImage';
26+
import CodeBlock from '@theme/CodeBlock';
2627

2728
## Download
2829

2930
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.
3031

3132
## Install
3233

33-
The full details of installing the **xPack GNU Arm Embedded GCC** on various platforms
34-
are presented in the [Install Guide](/docs/install/).
34+
The easiest way to install this specific version, is by using **xpm**:
35+
36+
<CodeBlock language="console"> {
37+
`xpm install @xpack-dev-tools/arm-none-eabi-gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
38+
`} </CodeBlock>
39+
40+
Comprehensive instructions for installing **xPack GNU Arm Embedded GCC** on different platforms
41+
can be found in the [Install Guide](/docs/install/).
3542

3643
## Compliance
3744

website/blog/2019-07-29-arm-none-eabi-gcc-v8-3-1-1-1-released.mdx

+8-1
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,22 @@ Version 8.3.1-1.1 is a new release of **xPack GNU Arm Embedded GCC**, following
2323
<!-- truncate -->
2424

2525
import Image from '@theme/IdealImage';
26+
import CodeBlock from '@theme/CodeBlock';
2627

2728
## Download
2829

2930
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.
3031

3132
## Install
3233

34+
The easiest way to install this specific version, is by using **xpm**:
35+
36+
<CodeBlock language="console"> {
37+
`xpm install @xpack-dev-tools/arm-none-eabi-gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
38+
`} </CodeBlock>
39+
3340
The full details of installing the **xPack GNU Arm Embedded GCC** on
34-
various platforms are presented in the [Install Guide](/docs/install/).
41+
various platforms can be found in the [Install Guide](/docs/install/).
3542

3643
## Compliance
3744

website/blog/2019-10-11-arm-none-eabi-gcc-v8-3-1-1-2-released.mdx

+8-1
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,22 @@ Version 8.3.1-1.2 is a maintenance release of xPack GNU Arm Embedded GCC to fix
2323
<!-- truncate -->
2424

2525
import Image from '@theme/IdealImage';
26+
import CodeBlock from '@theme/CodeBlock';
2627

2728
## Download
2829

2930
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.
3031

3132
## Install
3233

34+
The easiest way to install this specific version, is by using **xpm**:
35+
36+
<CodeBlock language="console"> {
37+
`xpm install @xpack-dev-tools/arm-none-eabi-gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
38+
`} </CodeBlock>
39+
3340
The full details of installing the **xPack GNU Arm Embedded GCC** on
34-
various platforms are presented in the [Install Guide](/docs/install/).
41+
various platforms can be found in the [Install Guide](/docs/install/).
3542

3643
## Compliance
3744

website/blog/2019-11-02-arm-none-eabi-gcc-v8-3-1-1-3-released.mdx

+8-1
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,22 @@ Version 8.3.1-1.3 is a maintenance release of xPack GNU Arm Embedded GCC to par
2323
<!-- truncate -->
2424

2525
import Image from '@theme/IdealImage';
26+
import CodeBlock from '@theme/CodeBlock';
2627

2728
## Download
2829

2930
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.
3031

3132
## Install
3233

34+
The easiest way to install this specific version, is by using **xpm**:
35+
36+
<CodeBlock language="console"> {
37+
`xpm install @xpack-dev-tools/arm-none-eabi-gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
38+
`} </CodeBlock>
39+
3340
The full details of installing the **xPack GNU Arm Embedded GCC** on
34-
various platforms are presented in the [Install Guide](/docs/install/).
41+
various platforms can be found in the [Install Guide](/docs/install/).
3542

3643
## Compliance
3744

website/blog/2019-12-06-arm-none-eabi-gcc-v8-3-1-1-4-released.mdx

+8-1
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,22 @@ Version 8.3.1-1.4 is a maintenance release of xPack GNU Arm Embedded GCC repacki
2323
<!-- truncate -->
2424

2525
import Image from '@theme/IdealImage';
26+
import CodeBlock from '@theme/CodeBlock';
2627

2728
## Download
2829

2930
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.
3031

3132
## Install
3233

34+
The easiest way to install this specific version, is by using **xpm**:
35+
36+
<CodeBlock language="console"> {
37+
`xpm install @xpack-dev-tools/arm-none-eabi-gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
38+
`} </CodeBlock>
39+
3340
The full details of installing the **xPack GNU Arm Embedded GCC** on
34-
various platforms are presented in the [Install Guide](/docs/install/).
41+
various platforms can be found in the [Install Guide](/docs/install/).
3542

3643
## Compliance
3744

website/blog/2019-12-06-arm-none-eabi-gcc-v9-2-1-1-1-released.mdx

+8-1
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,22 @@ Version 9.2.1-1.1 is a new release of **xPack GNU Arm Embedded GCC**, following
2323
<!-- truncate -->
2424

2525
import Image from '@theme/IdealImage';
26+
import CodeBlock from '@theme/CodeBlock';
2627

2728
## Download
2829

2930
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.
3031

3132
## Install
3233

34+
The easiest way to install this specific version, is by using **xpm**:
35+
36+
<CodeBlock language="console"> {
37+
`xpm install @xpack-dev-tools/arm-none-eabi-gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
38+
`} </CodeBlock>
39+
3340
The full details of installing the **xPack GNU Arm Embedded GCC** on
34-
various platforms are presented in the [Install Guide](/docs/install/).
41+
various platforms can be found in the [Install Guide](/docs/install/).
3542

3643
## Compliance
3744

website/blog/2020-07-03-arm-none-eabi-gcc-v9-3-1-1-1-released.mdx

+8-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Version 9.3.1-1.1 is a new release of **xPack GNU Arm Embedded GCC**, following
2525
<!-- truncate -->
2626

2727
import Image from '@theme/IdealImage';
28+
import CodeBlock from '@theme/CodeBlock';
2829

2930
This is the **xPack** distribution of the
3031
[GNU Arm Embedded Toolchain](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm).
@@ -41,8 +42,14 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
4142

4243
## Install
4344

45+
The easiest way to install this specific version, is by using **xpm**:
46+
47+
<CodeBlock language="console"> {
48+
`xpm install @xpack-dev-tools/arm-none-eabi-gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
49+
`} </CodeBlock>
50+
4451
The full details of installing the **xPack GNU Arm Embedded GCC** on
45-
various platforms are presented in the [Install Guide](/docs/install/).
52+
various platforms can be found in the [Install Guide](/docs/install/).
4653

4754
## Compliance
4855

website/blog/2020-07-27-arm-none-eabi-gcc-v9-3-1-1-2-released.mdx

+18-4
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,36 @@ Version 9.3.1-1.2 is a maintenance release of **xPack GNU Arm Embedded GCC**, in
2525
<!-- truncate -->
2626

2727
import Image from '@theme/IdealImage';
28+
import CodeBlock from '@theme/CodeBlock';
2829

2930
This is the **xPack** distribution of the
3031
[GNU Arm Embedded Toolchain](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm).
3132

32-
There are separate binaries for **Windows** 32/64-bit, **macOS**,
33-
**Intel GNU/Linux** 32/64-bit and **Arm GNU/Linux** 32/64-bit platforms,
34-
like **Raspberry Pi**.
33+
There are separate binaries for **Windows** 32/64-bit (x64 and x86), **macOS** (x64),
34+
**GNU/Linux** (x64 and x86, arm64 and arm).
35+
36+
:::note Raspberry Pi
37+
38+
The main targets for the GNU/Linux Arm
39+
binaries are the **Raspberry Pi** class devices (armv7l and aarch64;
40+
armv6 is not supported).
41+
42+
:::
3543

3644
## Download
3745

3846
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.
3947

4048
## Install
4149

50+
The easiest way to install this specific version, is by using **xpm**:
51+
52+
<CodeBlock language="console"> {
53+
`xpm install @xpack-dev-tools/arm-none-eabi-gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
54+
`} </CodeBlock>
55+
4256
The full details of installing the **xPack GNU Arm Embedded GCC** on
43-
various platforms are presented in the [Install Guide](/docs/install/).
57+
various platforms can be found in the [Install Guide](/docs/install/).
4458

4559
## Compliance
4660

website/blog/2020-10-12-arm-none-eabi-gcc-v9-3-1-1-3-released.mdx

+12-5
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ Version 9.3.1-1.3 is a maintenance release of **xPack GNU Arm Embedded GCC**, cr
2525
<!-- truncate -->
2626

2727
import Image from '@theme/IdealImage';
28+
import CodeBlock from '@theme/CodeBlock';
2829

2930
The [xPack GNU Arm Embedded GCC](https://xpack-dev-tools.github.io/arm-none-eabi-gcc-xpack)
3031
is the **xPack** distribution of the
3132
[GNU Arm Embedded Toolchain](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm).
3233

33-
There are binaries for **x64 Windows**,
34-
**macOS** (Intel 64-bit) and **GNU/Linux** (Intel 32/64-bit, Arm 32/64-bit).
34+
There are separate binaries for **Windows** (x64 and x86),
35+
**macOS** (x64) and **GNU/Linux** (x64 and x86, arm64 and arm).
3536

3637
:::note Raspberry Pi
3738

@@ -47,15 +48,21 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
4748

4849
## Install
4950

51+
The easiest way to install this specific version, is by using **xpm**:
52+
53+
<CodeBlock language="console"> {
54+
`xpm install @xpack-dev-tools/arm-none-eabi-gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
55+
`} </CodeBlock>
56+
5057
The full details of installing the **xPack GNU Arm Embedded GCC** on
51-
various platforms are presented in the [Install Guide](/docs/install/).
58+
various platforms can be found in the [Install Guide](/docs/install/).
5259

5360
## Compliance
5461

5562
This release follows the official
5663
[GNU Arm Embedded Toolchain](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm)
5764
**{frontMatter.arm_version}** release {frontMatter.arm_date} and it is based on the
58-
`gcc-arm-none-eabi-{frontMatter.arm_version}-src.tar.bz2` source invariant.
65+
<code>gcc-arm-none-eabi-{frontMatter.arm_version}-src.tar.bz2</code> source invariant.
5966

6067
For more details see the original Arm release text files:
6168

@@ -94,7 +101,7 @@ thumb/v8-m.main+dp/hard;@mthumb@march=armv8-m.main+fp.dp@mfloat-abi=hard
94101

95102
## Changes
96103

97-
Compared to the Arm version, there should be no functional changes.
104+
Compared to the official Arm version, there should be no functional changes.
98105

99106
Starting with 9.x, the new archives are created with
100107
a single folder named `xpack-arm-none-eabi-gcc-9.3.1-1.3` instead of

0 commit comments

Comments
 (0)