Re: KVM compile error
From: Christian Zigotzky <hidden>
Date: 2018-02-12 20:57:23
Hello Michael, I compiled the RC1 of kernel 4.16 today. Unfortunately the issue with KVM still exists. I get the error 'label out defined but not used' (see error messages below). Link to the rc1 kernel config without KVM: http://www.xenosoft.de/cyrus-4.16-rc1.config Link to the git kernel config with KVM: http://www.xenosoft.de/cyrus-4.16-alpha10.config Thanks, Christian Sent from my iPhone
On 12. Feb 2018, at 13:04, Christian Zigotzky [off-list ref] wrote: It‘s only an info. I tried to compile the latest git version yesterday and I got this error. I will try to compile the RC1 today and test if this error still exists. Cheers, Christian Sent from my iPhonequoted
On 12. Feb 2018, at 12:08, Michael Ellerman [off-list ref] wrote: Christian Zigotzky [off-list ref] writes:quoted
Just for info: KVM doesn’t compile currently. Error messages: CC arch/powerpc/kvm/powerpc.o arch/powerpc/kvm/powerpc.c: In function 'kvm_arch_vcpu_ioctl_run': arch/powerpc/kvm/powerpc.c:1611:1: error: label 'out' defined but not used [-Werror=unused-label] out: ^ cc1: all warnings being treated as errorsI don't see this, which compiler/config/commit is that? cheers