This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Doesn't compile with the latest nightly toolchain. #102
Comments
Hi! Could you post a minimal example somewhere which reveals the problem? |
I've been looking into this issue since a CI failure in my project. Here's a minimal reproducing example: git clone https://github.com/riscv-rust/longan-nano.git
cd longan-nano
cat > rust-toolchain.toml <<EOF
[toolchain]
channel = "nightly-2022-08-13" # earliest reproducing nightly
targets = ["riscv32imac-unknown-none-elf"]
EOF
cargo build --release --example blinky
|
Thanks for the fix! A version should be published so we can update in our project's Cargo.toml |
This now affects the latest stable 1.65.0, so it might be worth publishing 0.9.1 with the fix? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The project works fine before I update the toolchain today. And then it seems to be faild to linking now:
And I update the
riscv-rt = "0.8.0"
to the latestriscv-rt = "0.9"
, which still doesn't work.The problem is occured here:
riscv-rt/link.x
Line 58 in 99303dd
The text was updated successfully, but these errors were encountered: