> On Aug 29, 2021, at 8:17 AM, Peter Maydell <peter.mayd...@linaro.org> wrote:
> 
> On Sun, 29 Aug 2021 at 11:18, Mark Cave-Ayland
> <mark.cave-ayl...@ilande.co.uk> wrote:
>> What I don't understand is that the binary is installed by default in QEMU's 
>> sharedir
>> so everything works out of the box with "make install". Do you have some 
>> kind of
>> custom installer which is doing something different?
> 
> John has had problems before with the QEMU binary not being able to find
> files at runtime (the previous example was the QEMU logo file). I suspect
> we have a common underlying bug there. John -- do you run QEMU from
> the build directory, or by installing it first and running the installed
> binary, or in some other way ?
> 
> thanks
> -- PMM

I found out that there are two pc-bios folders. One in the root directory and 
one in the build directory. QEMU is looking in the pc-bios folder located 
inside the build folder. The qemu_vga.ndrv file is only located in the root 
directory pc-bios folder. I think a good solution to this issue is to first 
remove one of the pc-bios folders. I'm not sure if it is just me who has two 
pc-bios folders or if everyone does. Anyone else see this?

Reply via email to