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 >&g

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

2021-09-05 Thread Mike Ladouceur
spice-app # I guess this would be expected if the egl-headless isn't listed above. $ qemu-system-aarch64 -display egl-headless qemu-system-aarch64: -display egl-headless: Invalid parameter 'egl-headless' On Sun, Sep 5, 2021 at 10:49 AM Peter Maydell wrote: > On Sat, 4 Sept 2021 at 21:02, M

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.