I'm interested in writing deeply embedded low level Rust code for risc-v ( http://riscv.org/) that thus don't expect to need a significant runtime library. As such I expect to use #![no_std] and #![no_start].
Anyway, there is a risc-v "llvm compiler" ( http://riscv.org/download.html#tab_llvm) and it appears that rustc is an "llvm compiler". It seems with both being llvm I should be able to connect the Rust's llvm "frontend" to the risc-v "backend" and thus be able to generate Rust code for risc-v. Would love to know if Rust compiler people would think this is reasonably easy and if so what general guidance on how to do it. -- Wink
_______________________________________________ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/listinfo/rust-dev