Skip to content

Commit 0cfe4fa

Browse files
committed
releases: mention new or1k-toolhchain-build location
1 parent 231d883 commit 0cfe4fa

File tree

2 files changed

+16
-22
lines changed

2 files changed

+16
-22
lines changed

index.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,10 @@ 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 releases in the following locations:
65+
to `/opt/toolchains/or1k-elf`. You can find releases at:
6666
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.
67+
* [or1k-toolchain-build/Releases](https://github.com/stffrdhrn/or1k-toolchain-build/releases) Latest
68+
OpenRISC toolchain releases.
7369
7470
After downloading a release you can extract it anywhere in your
7571
filesystem, we recommend to `/opt/toolchains/or1k-elf/`. You need to add
@@ -78,13 +74,12 @@ the toolchain to your path:
7874
```
7975
export PATH=/opt/toolchains/or1k-elf/bin:${PATH}
8076
```
77+
#### Historical releases.
8178
82-
### Development Build status
83-
84-
Whenever something is pushed to the newlib repository, the current
85-
development versions of Binutils, GCC, (or1k) Newlib and GDB are
86-
automatically build
87-
at <a href="https://travis-ci.org/openrisc/newlib">Travis CI</a>.
79+
* [openrisc/newlib/releases](https://github.com/openrisc/newlib/releases) Older
80+
releases from the OpenRISC community last published in May 2016. Used the
81+
old non-upstreamed gcc port.
82+
* [Embecosm OpenRISC toolchain top-of-tree](https://embecosm.com/downloads/tool-chain-downloads/#openrisc-top-of-tree-compilers) Embecosm
83+
produced toolchain builds up until 2023. Unforthunately this effort stopped.
84+
* [openrisc/or1k-gcc/releases](https://github.com/openrisc/or1k-gcc/releases) Older development releases from OpenRISC.
8885
89-
Current build
90-
status: <a href="https://travis-ci.org/openrisc/newlib"><img src="https://travis-ci.org/openrisc/newlib.svg?branch=or1k"></a>

multicore.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ to build newlib with the environment
1414
variable `CFLAGS="-D__OR1K_MULTICORE__"`:
1515

1616
```
17-
../newlib/configure --target=or1k-elf \
17+
../newlib/configure --target=or1k-nonemc-elf \
1818
--prefix=$PREFIX \
1919
CFLAGS_FOR_TARGET="-D__OR1K_MULTICORE__"
2020
```
@@ -25,19 +25,18 @@ variable `CFLAGS="-D__OR1K_MULTICORE__"`:
2525
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
28-
to `/opt/toolchains/or1k-elf-multicore` or `/opt/toolchains/or1k-elf`.
28+
to `/opt/toolchains/or1k-nonemc-elf`.
2929
You can find some older multicore releases
30-
<a href="https://github.com/openrisc/newlib/releases">here</a>. The last ones being:</p>
30+
<a href="https://github.com/stffrdhrn/or1k-toolchain-build/releases">here</a>. The latest ones being:</p>
3131

32-
* <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
33-
* <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
32+
* [GCC 14.2.0, newlib 4.5.0, binutils 2.43.1](https://github.com/stffrdhrn/or1k-toolchain-build/releases/download/or1k-14.2.0-20250329/or1k-nonemc-elf-14.2.0-20250329.tar.xz]
3433

3534
After downloading a release you can extract it anywhere in your
36-
filesystem, preferable to `/opt/toolchains/or1k-elf/`. You need to add
35+
filesystem, preferable to `/opt/toolchains/or1k-nonemc-elf/`. You need to add
3736
the toolchain to your path:
3837

3938
```
40-
export PATH=/opt/toolchains/or1k-elf/bin:${PATH}
39+
export PATH=/opt/toolchains/or1k-nonemc-elf/bin:${PATH}
4140
```
4241

4342

0 commit comments

Comments
 (0)