From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vaibhav Bedia Subject: Compilation error with dist-tools Date: Sun, 27 Oct 2013 05:57:27 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: List Xen Developer List-Id: xen-devel@lists.xenproject.org Hi, Compilation of the xen tools natively on an ARM Ubuntu system fails with the following message: make[7]: Leaving directory `/home/ubuntu/xen/tools/ocaml/libs/mmap' make[6]: Leaving directory `/home/ubuntu/xen/tools/ocaml/libs' make[6]: Entering directory `/home/ubuntu/xen/tools/ocaml/libs' make -C xc install make[7]: Entering directory `/home/ubuntu/xen/tools/ocaml/libs/xc' CC xenctrl_stubs.o xenctrl_stubs.c: In function ?=91stub_xc_domain_cpuid_set?=92: xenctrl_stubs.c:741:2: error: implicit declaration of function ?=91xc_cpuid_set?=92 [-Werror=3Dimplicit-function-declaration] xenctrl_stubs.c: In function ?=91stub_xc_domain_cpuid_apply_policy?=92: xenctrl_stubs.c:753:2: error: implicit declaration of function ?=91xc_cpuid_apply_policy?=92 [-Werror=3Dimplicit-function-declaratio ] xenctrl_stubs.c: In function ?=91stub_xc_cpuid_check?=92: xenctrl_stubs.c:787:2: error: implicit declaration of function ?=91xc_cpuid_check?=92 [-Werror=3Dimplicit-function-declaration] cc1: all warnings being treated as errors make[7]: *** [xenctrl_stubs.o] Error 1 make[7]: Leaving directory `/home/ubuntu/xen/tools/ocaml/libs/xc' make[6]: *** [subdir-install-xc] Error 2 make[6]: Leaving directory `/home/ubuntu/xen/tools/ocaml/libs' make[5]: *** [subdirs-install] Error 2 make[5]: Leaving directory `/home/ubuntu/xen/tools/ocaml/libs' make[4]: *** [subdir-install-libs] Error 2 make[4]: Leaving directory `/home/ubuntu/xen/tools/ocaml' make[3]: *** [subdirs-install] Error 2 make[3]: Leaving directory `/home/ubuntu/xen/tools/ocaml' make[2]: *** [subdir-install-ocaml] Error 2 make[2]: Leaving directory `/home/ubuntu/xen/tools' make[1]: *** [subdirs-install] Error 2 make[1]: Leaving directory `/home/ubuntu/xen/tools' make: *** [install-tools] Error 2 This on the current master branch with the topmost commit being: commit 85c891961bf63943fc975b971f25fb90c25def0a Author: Ian Campbell Date: Mon Oct 7 17:39:53 2013 +0100 xenctx: fix typo in arm64 output Signed-off-by: Ian Campbell Acked-by: Julien Grall Regards, Vaibhav