Re: Can't comple qemu-system-aarch64 with egl-headless display

2021-09-05 Thread Mike Ladouceur
That was indeed the problem. Installing libgbme-dev solved the problem and will be remembered for the next time Sent from my iPhone > On Sep 5, 2021, at 11:08 AM, Peter Maydell wrote: > > On Sun, 5 Sept 2021 at 16:01, Mike Ladouceur wrote: >> >> # This runs fine >> ./configure --enable-kvm

Re: Can't comple qemu-system-aarch64 with egl-headless display

2021-09-05 Thread Peter Maydell
On Sun, 5 Sept 2021 at 16:01, Mike Ladouceur wrote: > > # This runs fine > ./configure --enable-kvm --enable-system --enable-spice --enable-opengl > --enable-virglrenderer --enable-libusb --target-list=aarch64-softmmu > > # Make runs. with no errors > > # No egl-headless here > $

Re: Can't comple qemu-system-aarch64 with egl-headless display

2021-09-05 Thread Mike Ladouceur
# This runs fine ./configure --enable-kvm --enable-system --enable-spice --enable-opengl --enable-virglrenderer --enable-libusb --target-list=aarch64-softmmu # Make runs. with no errors # No egl-headless here $ qemu-system-aarch64 -display ? Available display backend types: none gtk sdl curses

Re: Can't comple qemu-system-aarch64 with egl-headless display

2021-09-05 Thread Peter Maydell
On Sat, 4 Sept 2021 at 21:02, Mike Ladouceur wrote: > > Hi, for some reason I can't seem to compile qemu-system-aarch64 with > egl-headless capability on Ubuntu on a Raspberry Pi 4. I have all the > dependencies and configure passes without any errors as well as make. I'm > using the git repo.

Can't comple qemu-system-aarch64 with egl-headless display

2021-09-04 Thread Mike Ladouceur
Hi, for some reason I can't seem to compile qemu-system-aarch64 with egl-headless capability on Ubuntu on a Raspberry Pi 4. I have all the dependencies and configure passes without any errors as well as make. I'm using the git repo. Thanks for the help.