Re: Blank screen for hello world qemu-4.2.0

2021-07-22 Thread abhijeet inamdar
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 wrote: > On Thu, 22 Jul 2021 at 13:57, abhijeet

Re: Blank screen for hello world qemu-4.2.0

2021-07-22 Thread Peter Maydell
On Thu, 22 Jul 2021 at 13:57, abhijeet inamdar 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

Blank screen for hello world qemu-4.2.0

2021-07-22 Thread abhijeet inamdar
Hi, 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. So, firstly after adding mymachine.c in hw/arm I did "make" in the build directory and it