Skip to content

Commit 231d883

Browse files
committed
Update links to releases
1 parent e305eeb commit 231d883

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,14 @@ some basic examples is also available
6262
You can install pre-compiled toolchains and install them on your
6363
Linux system. We have prebuilt-toolchains for releases of the
6464
different components that are preferably installed
65-
to `/opt/toolchains/or1k-elf`. You can find all
66-
releases <a href="https://github.com/openrisc/newlib/releases">here</a>. Those
67-
are current releases:
68-
69-
* <a href="https://github.com/openrisc/newlib/releases/download/v2.3.0-1/or1k-elf_gcc4.9.3_binutils2.26_newlib2.3.0-1_gdb7.11.tgz">GCC 4.9.2, Binutils 2.26, Newlib 2.3.0 (+or1k backports), GDB 7.11
70-
* <a href="https://github.com/openrisc/newlib/releases/download/v2.3.0-1/or1k-elf_gcc5.2.0_binutils2.26_newlib2.3.0-1_gdb7.11.tgz">GCC 5.2.0, Binutils 2.26, Newlib 2.3.0 (+or1k backports), GDB 7.11
65+
to `/opt/toolchains/or1k-elf`. You can find releases in the following locations:
66+
67+
* [openrisc/newlib/releases](https://github.com/openrisc/newlib/releases) Older
68+
releases from the OpenRISC community last published in May 2016. Used the
69+
old non-upstreamed gcc port.
70+
* [Embecosm OpenRISC toolchain top-of-tree](https://embecosm.com/downloads/tool-chain-downloads/#openrisc-top-of-tree-compilers) Embecosm
71+
produced toolchain builds up until 2023. Unforthunately this effort stopped.
72+
* [openrisc/or1k-gcc/releases](https://github.com/openrisc/or1k-gcc/releases) The latest releases from OpenRISC.
7173
7274
After downloading a release you can extract it anywhere in your
7375
filesystem, we recommend to `/opt/toolchains/or1k-elf/`. You need to add

multicore.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ You can install pre-compiled toolchains and install them on your
2626
Linux system. We have prebuilt-toolchains for releases of the
2727
different components that are preferably installed
2828
to `/opt/toolchains/or1k-elf-multicore` or `/opt/toolchains/or1k-elf`.
29-
You can find all releases
30-
<a href="https://github.com/openrisc/newlib/releases">here</a>. Those
31-
are current releases:</p>
29+
You can find some older multicore releases
30+
<a href="https://github.com/openrisc/newlib/releases">here</a>. The last ones being:</p>
3231

3332
* <a href="https://github.com/openrisc/newlib/releases/download/v2.3.0-1/or1k-elf-multicore_gcc4.9.3_binutils2.26_newlib2.3.0-1_gdb7.11.tgz">GCC 4.9.2, Binutils 2.26, Newlib 2.3.0 (+or1k backports), GDB 7.11
3433
* <a href="https://github.com/openrisc/newlib/releases/download/v2.3.0-1/or1k-elf-multicore_gcc5.2.0_binutils2.26_newlib2.3.0-1_gdb7.11.tgz">GCC 5.2.0, Binutils 2.26, Newlib 2.3.0 (+or1k backports), GDB 7.11

0 commit comments

Comments
 (0)