Re: [Qemu-devel] Building QEMU natively from ARM CPU statically

2018-01-07 Thread shiftag
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

Re: [Qemu-devel] Building QEMU natively from ARM CPU statically

2018-01-07 Thread Peter Maydell
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 not able to find it. > Install SDL devel > However, from config.

[Qemu-devel] Building QEMU natively from ARM CPU statically

2018-01-06 Thread shiftag
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.