Skip to content

Commit f964bb3

Browse files
committed
Update RISC-V toolchain version
1 parent 9e69b10 commit f964bb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/development/compiling/compiling_for_linuxbsd.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ To cross-compile Godot for RISC-V devices, we need to setup the following items:
397397
While we are not going to use this directly, it provides us with a sysroot, as well
398398
as header and libraries files that we will need. There are many versions to choose
399399
from, however, the older the toolchain, the more compatible our final binaries will be.
400-
If in doubt, `use this version <https://github.com/riscv-collab/riscv-gnu-toolchain/releases/tag/2021.12.22>`__,
401-
and download ``riscv64-glibc-ubuntu-18.04-nightly-2021.12.22-nightly.tar.gz``. Extract
400+
If in doubt, `use this version <https://github.com/riscv-collab/riscv-gnu-toolchain/releases/tag/2023.07.07>`__,
401+
and download ``riscv64-glibc-ubuntu-20.04-gcc-nightly-2023.07.07-nightly.tar.gz``. Extract
402402
it somewhere and remember its path.
403403
- `mold <https://github.com/rui314/mold/releases>`__. This fast linker,
404404
is the only one that correctly links the resulting binary. Download it, extract it,

0 commit comments

Comments
 (0)