qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 0/3] arch_init: Move soundhw code to hw/audio


From: Eduardo Habkost
Subject: Re: [Qemu-devel] [PATCH v2 0/3] arch_init: Move soundhw code to hw/audio/soundhw.c
Date: Mon, 8 May 2017 17:38:25 -0300
User-agent: Mutt/1.8.0 (2017-02-23)

On Mon, May 08, 2017 at 01:33:09PM -0700, address@hidden wrote:
[...]
>   CC      s390x-softmmu/hw/cpu/core.o
>   CC      ppc-softmmu/hw/ppc/ppc440_bamboo.o
>   CC      s390x-softmmu/hw/display/virtio-gpu.o
>   CC      ppc64-softmmu/hw/ppc/spapr_hcall.o
>   CC      ppc-softmmu/hw/ppc/ppc4xx_pci.o
>   CC      ppc-softmmu/hw/ppc/prep.o
>   CC      ppc64-softmmu/hw/ppc/spapr_iommu.o
> /var/tmp/patchew-tester-tmp-ibdexxkb/src/hw/ppc/prep.c: In function 
> ‘ibm_40p_init’:
> /var/tmp/patchew-tester-tmp-ibdexxkb/src/hw/ppc/prep.c:785:5: error: implicit 
> declaration of function ‘audio_init’ [-Werror=implicit-function-declaration]
>      audio_init();
>      ^~~~~~~~~~
> /var/tmp/patchew-tester-tmp-ibdexxkb/src/hw/ppc/prep.c:785:5: error: nested 
> extern declaration of ‘audio_init’ [-Werror=nested-externs]
> cc1: all warnings being treated as errors
> /var/tmp/patchew-tester-tmp-ibdexxkb/src/rules.mak:69: recipe for target 
> 'hw/ppc/prep.o' failed
> make[1]: *** [hw/ppc/prep.o] Error 1
> Makefile:327: recipe for target 'subdir-ppc-softmmu' failed
> make: *** [subdir-ppc-softmmu] Error 2
> make: *** Waiting for unfinished jobs....
>   CC      ppc64-softmmu/hw/ppc/spapr_rtas.o

Oops, I should have built all targets instead of assuming that
nothing would break on a trivial rebase.

Expect v3 with a fix for that. Sorry for the noise.

-- 
Eduardo



reply via email to

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