qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Mike Ladouceur
Subject: Re: Can't comple qemu-system-aarch64 with egl-headless display
Date: Sun, 5 Sep 2021 10:59:51 -0400

# 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
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 <peter.maydell@linaro.org> wrote:
On Sat, 4 Sept 2021 at 21:02, Mike Ladouceur <mike.ladouceur@live.com> 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. Thanks for the help.

If you don't get any errors from configure or make,
then what goes wrong? We need more detail to be able
to help...

-- PMM

reply via email to

[Prev in Thread] Current Thread [Next in Thread]