Skip to content

Commit

Permalink
website: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 4, 2024
1 parent bf308a9 commit d73f6b2
Show file tree
Hide file tree
Showing 65 changed files with 755 additions and 143 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,22 @@ Version **8.2.0-3.1** is a new release of the **xPack GNU RISC-V Embedded GCC**,
<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

## Download

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

## Install

The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/riscv-none-elf-gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`} </CodeBlock>

The full details of installing the **xPack GNU RISC-V Embedded GCC** on
various platforms are presented in the project [README](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack).
various platforms can be found in the [Install Guide](/docs/install/).

## Compliance

Expand Down Expand Up @@ -122,7 +129,9 @@ compiled with `-Os -mcmodel=medany`.

It is mandatory for the applications to
be compiled with
`-mcmodel=medany`, otherwise the link will fail." %}
`-mcmodel=medany`, otherwise the link will fail.

:::

## Known problems

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,22 @@ Version **8.3.0-1.1** is a new release of the **xPack GNU RISC-V Embedded GCC**,
<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

## Download

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

## Install

The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/riscv-none-elf-gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`} </CodeBlock>

The full details of installing the **xPack GNU RISC-V Embedded GCC** on
various platforms are presented in the project [README](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack).
various platforms can be found in the [Install Guide](/docs/install/).

## Compliance

Expand Down Expand Up @@ -147,7 +154,9 @@ compiled with `-Os -mcmodel=medany`.

It is mandatory for the applications to
be compiled with
`-mcmodel=medany`, otherwise the link will fail." %}
`-mcmodel=medany`, otherwise the link will fail.

:::

## Known problems

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Version **8.3.0-1.2** is a maintenance release of the **xPack GNU RISC-V Embedde
<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

This is the **xPack** distribution of the
[SiFive RISC-V GCC](https://github.com/sifive/freedom-tools/releases).
Expand All @@ -39,8 +40,14 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re

## Install

The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/riscv-none-elf-gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`} </CodeBlock>

The full details of installing the **xPack GNU RISC-V Embedded GCC** on
various platforms are presented in the project [README](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack).
various platforms can be found in the [Install Guide](/docs/install/).

## Compliance

Expand Down Expand Up @@ -149,7 +156,9 @@ compiled with `-Os -mcmodel=medany`.

It is mandatory for the applications to
be compiled with
`-mcmodel=medany`, otherwise the link will fail." %}
`-mcmodel=medany`, otherwise the link will fail.

:::

## Python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Version **8.3.0-2.1** is a new release of the **xPack GNU RISC-V Embedded GCC**,
<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

This is the **xPack** distribution of the
[SiFive RISC-V GCC](https://github.com/sifive/freedom-tools/releases).
Expand All @@ -42,8 +43,14 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re

## Install

The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/riscv-none-elf-gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`} </CodeBlock>

The full details of installing the **xPack GNU RISC-V Embedded GCC** on
various platforms are presented in the project [README](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack).
various platforms can be found in the [Install Guide](/docs/install/).

## Compliance

Expand Down Expand Up @@ -151,7 +158,9 @@ compiled with `-Os -mcmodel=medany`.

It is mandatory for the applications to
be compiled with
`-mcmodel=medany`, otherwise the link will fail." %}
`-mcmodel=medany`, otherwise the link will fail.

:::

## Python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ Version **8.3.0-2.2** is a maintenance release of the **xPack GNU RISC-V Embedde
<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

The [xPack GNU RISC-V Embedded GCC](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack)
is the **xPack** distribution of the
[SiFive RISC-V GCC](https://github.com/sifive/freedom-tools/releases).

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

:::note Raspberry Pi

Expand All @@ -45,8 +46,14 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re

## Install

The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/riscv-none-elf-gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`} </CodeBlock>

The full details of installing the **xPack GNU RISC-V Embedded GCC** on
various platforms are presented in the project [README](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack).
various platforms can be found in the [Install Guide](/docs/install/).

## Compliance

Expand Down Expand Up @@ -155,7 +162,9 @@ compiled with `-Os -mcmodel=medany`.

It is mandatory for the applications to
be compiled with
`-mcmodel=medany`, otherwise the link will fail." %}
`-mcmodel=medany`, otherwise the link will fail.

:::

### Python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ Version **8.3.0-2.3** is a maintenance release of the **xPack GNU RISC-V Embedde
<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

The [xPack GNU RISC-V Embedded GCC](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack)
is the **xPack** distribution of the
[SiFive RISC-V GCC](https://github.com/sifive/freedom-tools/releases).

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

:::note Raspberry Pi

Expand All @@ -45,8 +46,14 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re

## Install

The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/riscv-none-elf-gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`} </CodeBlock>

The full details of installing the **xPack GNU RISC-V Embedded GCC** on
various platforms are presented in the project [README](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack).
various platforms can be found in the [Install Guide](/docs/install/).

## Compliance

Expand Down Expand Up @@ -155,7 +162,9 @@ compiled with `-Os -mcmodel=medany`.

It is mandatory for the applications to
be compiled with
`-mcmodel=medany`, otherwise the link will fail." %}
`-mcmodel=medany`, otherwise the link will fail.

:::

### Python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ Version **10.1.0-1.1** is a new release of the **xPack GNU RISC-V Embedded GCC**
<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

The [xPack GNU RISC-V Embedded GCC](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack)
is the **xPack** distribution of the
[SiFive RISC-V GCC](https://github.com/sifive/freedom-tools/releases).

There are binaries for **x64 Windows**,
**macOS** (Intel 64-bit) and **GNU/Linux** (Intel 32/64-bit, Arm 64-bit; no Arm 32-bit).
**macOS** (x64) and **GNU/Linux** (x64 and x86, Arm 64-bit; no Arm 32-bit).

:::note Raspberry Pi

Expand All @@ -45,8 +46,14 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re

## Install

The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/riscv-none-elf-gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`} </CodeBlock>

The full details of installing the **xPack GNU RISC-V Embedded GCC** on
various platforms are presented in the project [README](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack).
various platforms can be found in the [Install Guide](/docs/install/).

## Compliance

Expand Down Expand Up @@ -150,7 +157,9 @@ compiled with `-Os -mcmodel=medany`.

It is mandatory for the applications to
be compiled with
`-mcmodel=medany`, otherwise the link will fail." %}
`-mcmodel=medany`, otherwise the link will fail.

:::

### Python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ Version **10.1.0-1.2** is a maintenance release; it fixes the missing multi-libs
<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

The [xPack GNU RISC-V Embedded GCC](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack)
is a standalone cross-platform binary distribution of the
[SiFive RISC-V GCC](https://github.com/sifive/freedom-tools/releases).

There are binaries for **x64 Windows**,
**macOS** (Intel 64-bit) and **GNU/Linux** (Intel 32/64-bit, Arm 64-bit).
**macOS** (x64) and **GNU/Linux** (x64 and x86, Arm 64-bit).

:::note Raspberry Pi

Expand Down Expand Up @@ -66,8 +67,14 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re

## Install

The full details of installing the **xPack GNU RISC-V Embedded GCC** on various platforms
are presented in the project [README](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack).
The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/riscv-none-elf-gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack GNU RISC-V Embedded GCC** on different platforms
can be found in the [Install Guide](/docs/install/).

## Compliance

Expand Down Expand Up @@ -113,7 +120,9 @@ compiled with `-Os -mcmodel=medany`.

It is mandatory for the applications to
be compiled with
`-mcmodel=medany`, otherwise the link will fail." %}
`-mcmodel=medany`, otherwise the link will fail.

:::

### Python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ Version **10.2.0-1.1** is a new release; it follows the upstream Sifive release
<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

The [xPack GNU RISC-V Embedded GCC](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack)
is a standalone cross-platform binary distribution of the
[SiFive RISC-V GCC](https://github.com/sifive/freedom-tools/releases).

There are binaries for **x64 Windows**,
**macOS** (Intel 64-bit) and **GNU/Linux** (Intel 32/64-bit, Arm 64-bit).
**macOS** (x64) and **GNU/Linux** (x64 and x86, Arm 64-bit).

:::note Raspberry Pi

Expand Down Expand Up @@ -66,8 +67,14 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re

## Install

The full details of installing the **xPack GNU RISC-V Embedded GCC** on various platforms
are presented in the project [README](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack).
The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/riscv-none-elf-gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack GNU RISC-V Embedded GCC** on different platforms
can be found in the [Install Guide](/docs/install/).

## Compliance

Expand Down Expand Up @@ -113,7 +120,9 @@ compiled with `-Os -mcmodel=medany`.

It is mandatory for the applications to
be compiled with
`-mcmodel=medany`, otherwise the link will fail." %}
`-mcmodel=medany`, otherwise the link will fail.

:::

### Python

Expand Down
Loading

0 comments on commit d73f6b2

Please sign in to comment.