Hi, I downloaded the qemu-6.0.0. When I did ./configure inside qemu-6.0.0 directory it say ERROR: Cannot find ninja
wherein I did install pip3 install Ninja. What should I do? Thank you, Abhijeet. On Thu, Jul 22, 2021, 15:26 Peter Maydell <peter.mayd...@linaro.org> wrote: > On Thu, 22 Jul 2021 at 13:57, abhijeet inamdar > <abhijeetinamdar3...@gmail.com> wrote: > > I have been trying to create my own machine and execute a hello_world on > QEMU-4.2.0. I created mymachine.c in hw/arm and have my hello_world.c, > mymachine.ld and startup_ARMCM3.S in qemu-4.2.0/proj. > > QEMU 4.2 is pretty old, I'm not sure if anybody's going to be very > interested in debugging changes to that old a version... Generally > if you're making changes to QEMU like adding a new machine you > should work with the head-of-git or at least the most recent version. > > -- PMM >