On 17/02/2024 19.52, Isaac David Bermudez Lara wrote:
Hi, I am just starting out on QEMU development, and I would like to know which tools to use. I would really appreciate it.
Hi Isaac,please see https://wiki.qemu.org/Hosts/Linux for some hints on how to get started.
Additionally, how is the support for LLVM toolchain on QEMU?
You can easily compile QEMU with clang by running the configure script with "--cc=clang".
HTH, Thomas