Skip to content

Commit 18c8580

Browse files
committed
Use Rust toolchain nightly-2023-07-14
Contains a patch to use the N32 ABI: rust-lang/rust#113497
1 parent 0a2ef70 commit 18c8580

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The Nintendo 64 contains two MIPS processors with different microarchitectures.
3030

3131
### Requirements
3232

33-
- Rust, patched to support the N32 MIPS ABI.
33+
- At least Rust nightly-2023-07-14
3434
- A typical Unix terminal, like Bash or zsh
3535
- ... maybe LLVM w/ LLD?
3636

@@ -41,7 +41,7 @@ An end-to-end build happens in two steps:
4141
1. The two kernels are built via `cargo build -Z build-std=core` in each crate directory.
4242
2. A ROM (.z64) is formed from the built kernels via `assemble-rom.sh`
4343

44-
You can run all build everything end-to-end by running `build.sh`
44+
You can run all build everything end-to-end by running `./scripts/build.sh`
4545

4646
## License
4747

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "n64-dev-toolchain"
2+
channel = "nightly-2023-07-14"
33
profile = "minimal"
44
components = [
55
"clippy",

0 commit comments

Comments
 (0)