"Has anybody used a RISC-V..." <- > <@tiwalun:matrix.org> Has anybody used a RISC-V RV32E chip recently? I’m trying to loosely follow https://noxim.xyz/blog/rust-ch32v003/introduction/, but I’m stuck with a linker error:`` cannot link object files with different EF_RISCV_RVE `` > > I'm using nightly, with build-std. I've looked at the object / rlib files, and they seem mostly correct. The `` lib.rmeta `` parts have different flags, not sure if that is a problem . are you following that guide for fun? you don't really need to build a custom rustc for rv32e any more, much easier to go with what's available at https://github.com/ch32-rs/ch32v00x-hal