Skip to content

Commit 6164056

Browse files
committed
build: Fix some typos, links
1 parent 0cfe4fa commit 6164056

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ architecture:
168168

169169
```
170170
mkdir build-gdb; cd build-gdb
171-
../gdb/configure --target=or1k-elf \
171+
../binutils-gdb/configure --target=or1k-elf \
172172
--prefix=$PREFIX \
173173
--disable-itcl \
174174
--disable-tk \

multicore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ to `/opt/toolchains/or1k-nonemc-elf`.
2929
You can find some older multicore releases
3030
<a href="https://github.com/stffrdhrn/or1k-toolchain-build/releases">here</a>. The latest ones being:</p>
3131

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]
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)
3333

3434
After downloading a release you can extract it anywhere in your
3535
filesystem, preferable to `/opt/toolchains/or1k-nonemc-elf/`. You need to add

0 commit comments

Comments
 (0)