Semihosting for AArch64, ARM, RISC-V, MIPS32, MIPS64, and Xtensa.

no-std qemu rust
1 Open Issue Need Help Last updated: Jul 1, 2025

Open Issues Need Help

View All on GitHub
armebv7r-none-eabi about 2 months ago

AI Summary: The task is to debug why semihosting is not working for the `armebv7r-none-eabi` target in QEMU, despite working for `armv7r-none-eabi`. The issue likely stems from endianness differences between the two targets and how QEMU handles semihosting in big-endian mode. The solution involves investigating QEMU's semihosting support for big-endian ARMv7-R and potentially adjusting the semihosting library or QEMU settings.

Complexity: 4/5
help wanted O-arm

Semihosting for AArch64, ARM, RISC-V, MIPS32, MIPS64, and Xtensa.

Rust
#no-std#qemu#rust