Hi,
I built qemu-4.2.0 from source in order to link it with my system
libnettle library. Below some information :
$ pkg-config --modversion nettle
3.5.1
$ find /usr -name 'libnettle*' -type f
/usr/lib64/libnettle.so.7.0
When executing qemu-img, I have the following error :
$ qemu-img
qemu-img:
January 7, 2018 6:30 PM, "Peter Maydell" wrote:
> On 7 January 2018 at 06:55, wrote:
>
>> Hi,
>>
>> I'm trying to build QEMU statically from ARM CPU (without cross-compiling).
>> But at "configure" step
>> I have the following issue :
>>
>> ERROR: User requested feature sdl
>> configure was
Hi,
I'm trying to build QEMU statically from ARM CPU (without cross-compiling). But
at "configure" step I have the following issue :
ERROR: User requested feature sdl
configure was not able to find it.
Install SDL devel
However, from config.log, it seems that issue is not related to SDL.