Re: [Qemu-devel] [PATCH] riscv: requires libfdt

2018-04-19 Thread Michael Clark
On Fri, Apr 20, 2018 at 4:56 AM, Philippe Mathieu-Daudé wrote: > > On 04/19/2018 12:51 PM, KONRAD Frederic wrote: > >> When compiling on a machine without libfdt installed the configure > script > >> should try to get libfdt from the git or should die because otherwise > >> CONFIG_LIBFDT is not s

Re: [Qemu-devel] [PATCH] riscv: requires libfdt

2018-04-19 Thread Philippe Mathieu-Daudé
> On 04/19/2018 12:51 PM, KONRAD Frederic wrote: >> When compiling on a machine without libfdt installed the configure script >> should try to get libfdt from the git or should die because otherwise >> CONFIG_LIBFDT is not set and the build process end in an error in the >> link >> phase.. eg: >> >

Re: [Qemu-devel] [PATCH] riscv: requires libfdt

2018-04-19 Thread KONRAD Frederic
On 04/19/2018 12:51 PM, KONRAD Frederic wrote: When compiling on a machine without libfdt installed the configure script should try to get libfdt from the git or should die because otherwise CONFIG_LIBFDT is not set and the build process end in an error in the link phase.. eg: hw/riscv/virt.o:

Re: [Qemu-devel] [PATCH] riscv: requires libfdt

2018-04-19 Thread Peter Maydell
On 19 April 2018 at 13:00, Paolo Bonzini wrote: > On 19/04/2018 12:51, KONRAD Frederic wrote: >> --- a/configure >> +++ b/configure >> @@ -3732,7 +3732,7 @@ fi >> fdt_required=no >> for target in $target_list; do >>case $target in >> - >> aarch64*-softmmu|arm*-softmmu|ppc*-softmmu|microb

Re: [Qemu-devel] [PATCH] riscv: requires libfdt

2018-04-19 Thread KONRAD Frederic
On 04/19/2018 02:00 PM, Paolo Bonzini wrote: On 19/04/2018 12:51, KONRAD Frederic wrote: When compiling on a machine without libfdt installed the configure script should try to get libfdt from the git or should die because otherwise CONFIG_LIBFDT is not set and the build process end in an erro

Re: [Qemu-devel] [PATCH] riscv: requires libfdt

2018-04-19 Thread Paolo Bonzini
On 19/04/2018 12:51, KONRAD Frederic wrote: > When compiling on a machine without libfdt installed the configure script > should try to get libfdt from the git or should die because otherwise > CONFIG_LIBFDT is not set and the build process end in an error in the link > phase.. eg: > > hw/riscv/vi

Re: [Qemu-devel] [PATCH] riscv: requires libfdt

2018-04-19 Thread Bastian Koppelmann
On 04/19/2018 12:51 PM, KONRAD Frederic wrote: > When compiling on a machine without libfdt installed the configure script > should try to get libfdt from the git or should die because otherwise > CONFIG_LIBFDT is not set and the build process end in an error in the link > phase.. eg: > > hw/riscv

[Qemu-devel] [PATCH] riscv: requires libfdt

2018-04-19 Thread KONRAD Frederic
When compiling on a machine without libfdt installed the configure script should try to get libfdt from the git or should die because otherwise CONFIG_LIBFDT is not set and the build process end in an error in the link phase.. eg: hw/riscv/virt.o: In function `riscv_virt_board_init': qemu/src/hw/r