riscv-rust-toolchain icon indicating copy to clipboard operation
riscv-rust-toolchain copied to clipboard

Readme contains link to the dead fork of rust

Open Shchvova opened this issue 7 years ago • 8 comments

link https://github.com/riscv-rust/rust is broken

Problem is this is first search result which comes up when searching for "Risc-V rust" please, fix it, because it seems like rust on Risc-V is dead and this thing is obsolete.

# OBSOLETE

This is no longer the recommended way to get a Rust toolchain for RISCV.
Instead, you can clone the [riscv-rust/rust](https://github.com/riscv-rust/rust)
fork of Rust and build it as normal:

    ./x.py build

Shchvova avatar Aug 24 '18 00:08 Shchvova

Oops yeah, we better fix that. It's even better than that nowadays, you can just rustup a nightly and you get working RISCV support. :-)

danc86 avatar Aug 24 '18 00:08 danc86

Please do. I tried to find how to do it, but couldn’t. RISC-V not even on https://forge.rust-lang.org/platform-support.html

Shchvova avatar Aug 24 '18 00:08 Shchvova

There’s rust issue https://github.com/rust-lang/rust/issues/34333 about risc rupport, but basically it stalled into “not working”. I suggest updating documentation and links because from what I could find I concluded that rust doesn’t support risc.

Shchvova avatar Aug 24 '18 00:08 Shchvova

Please rustup target add riscv32imac-unknown-none-elf.

@danc86 Good thing I deleted the riscv-rust repo otherwise we'd be getting weekly reports from people trying to use it. Have you submitted a PR for advancing the rust lld fork? I think we can delete this repo too after to avoid confusion...

dvc94ch avatar Aug 24 '18 04:08 dvc94ch

Yep lld in rust is updated on master, although I think it hasn't made it into any nightly build yet...

danc86 avatar Aug 24 '18 04:08 danc86

@dvc94ch @danc86 Are there still any concerns about deleting this repo?

This repo is pinned to https://github.com/riscv-rust and it even seems like this repo is one of the most important for The RISC-V team.

laysakura avatar Jan 28 '20 13:01 laysakura

I don't know if deleting the repo is a good idea, Github will let us mark the repo as "archived" which might be better. Then we won't break any existing historical links to the repo or old commits from it which might be referenced somewhere.

I think the README pretty clearly points people to the right place already, if they do happen to land here from a Google search or wherever.

Do you think we need to make the README more obvious somehow, before we mark the repo as archived?

danc86 avatar Jan 29 '20 02:01 danc86

It's comfortable for me just if this repo is unpinned from https://github.com/riscv-rust .

I assume pinned repositories are kind of most importantly maintained ones.

If I were a maintainer of this repo, I would unpin and archive it.

laysakura avatar Jan 29 '20 04:01 laysakura