Hacker News new | ask | show | jobs
by rnestler 1093 days ago
> Can I compile rust-written linux modules with a rust-written rust compiler?

The offficial Rust compiler is written in Rust.

> And where can I download bootstrap static ELF64 binaries of this compiler?

You can get a Rust compiler on https://rustup.rs

Probalby you can get one which is statically compiled for the musl target.

If you want to follow the boostrap procedure see https://rustc-dev-guide.rust-lang.org/building/bootstrapping...

1 comments

Huh, I am unable to get to a nice HTTPS directory tree with sorted builds (looking for that rustc static elf64 binary).