From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:49015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guLzu-0007vC-Tf for qemu-devel@nongnu.org; Thu, 14 Feb 2019 13:44:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guLzo-0005pT-2i for qemu-devel@nongnu.org; Thu, 14 Feb 2019 13:44:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6338) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1guLzm-0005fu-6M for qemu-devel@nongnu.org; Thu, 14 Feb 2019 13:44:27 -0500 References: <20190202144531.5772-1-n54@gmx.com> From: Paolo Bonzini Message-ID: Date: Thu, 14 Feb 2019 19:44:10 +0100 MIME-Version: 1.0 In-Reply-To: <20190202144531.5772-1-n54@gmx.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-i386: Enhance the stub for kvm_arch_get_supported_cpuid() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kamil Rytarowski , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org On 02/02/19 15:45, Kamil Rytarowski wrote: > > Clang/LLVM on NetBSD with enabled optimization cannot link > correct qemu program because of a missing symbol of > kvm_arch_get_supported_cpuid() in kvm-stubs.o used by executables. Can you please include the full error message? Usually these things are a sign of a bug elsewhere. Paolo