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
|
bors bot
added a commit
that referenced
this issue
Sep 8, 2022
103: Remove superfluous parentheses from link.x r=almindor a=jannic Fixes #102 Co-authored-by: Jan Niehusmann <[email protected]>
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? |
Merged
bors bot
added a commit
that referenced
this issue
Nov 5, 2022
105: release v0.10.0 r=Disasm a=almindor Release latest master as `v0.10.0` to fix #102 properly Co-authored-by: Ales Katona <[email protected]>
taiki-e
pushed a commit
to taiki-e/riscv-rt
that referenced
this issue
Dec 2, 2022
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: