rust-embedded / riscv

Low level access to RISC-V processors
818 stars 160 forks source link

`riscv-rt`: nightly builds fail with `single-hart` feature: linker needs `default_mp_hook` symbol #182

Closed romancardenas closed 6 months ago

romancardenas commented 6 months ago

Looks now nightly now fails to compile single-hart examples, as _mp_hook is not defined and default_mp_hook is feature-gated. I guess we could just remove the feature gate, default_mp_hook is a very lightweight function.