Looking to incorporate the QEMU simulator into eide for use with RISC-V... Is there any documentation available showing how to expand (or add to) the standard Build, ReBuild, Flash, Clean commands?
cktdesigner
This plug-in just compile you code and generate a elf file.
I don't know what QEMU needs as input.
If QEMU just need a elf file. you can write a launch.json to startup it.
This is just conjecture because i haven't used qemu for risc-v.