IoT Techie and Educator / Apache NuttX PMC @lupyuen@qoto.org
Jun 24 • 6 tweets • 3 min read
Our #RustLang App compiles for Software Floating-Point, but Apache #NuttX RTOS expects Hardware Floating-Point ... Let's fix this with a Rust Custom Target for QEMU #RISCV
Source: lupyuen.codeberg.page/articles/rust4…
GCC Linker won’t link the binaries: Hard-Float vs Soft-Float ... Here's how we fix the #RustLang binaries in Apache #NuttX RTOS
Apache #NuttX RTOS crashes on @ThePine64 Star64 #JH7110 #RISCV SBC because there's no Semihosting ... Let's modify NuttX to boot with an Initial RAM Disk instead (initrd)
Article: https://t.co/nhtphJNCvVlupyuen.codeberg.page/articles/semih…
Apache #NuttX RTOS crashes on Star64 #JH7110 with #RISCV MCAUSE 3 ... Let's find out why