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 ?‘stub_xc_domain_cpuid_set?’:
xenctrl_stubs.c:741:2: error: implicit declaration of function
?‘xc_cpuid_set?’ [-Werror=implicit-function-declaration]
xenctrl_stubs.c: In function ?‘stub_xc_domain_cpuid_apply_policy?’:
xenctrl_stubs.c:753:2: error: implicit declaration of function
?‘xc_cpuid_apply_policy?’ [-Werror=implicit-function-declaratio ]
xenctrl_stubs.c: In function ?‘stub_xc_cpuid_check?’:
xenctrl_stubs.c:787:2: error: implicit declaration of function
?‘xc_cpuid_check?’ [-Werror=implicit-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 <ian.campbell@citrix.com>
Date: Mon Oct 7 17:39:53 2013 +0100
xenctx: fix typo in arm64 output
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Julien Grall <julien.grall@linaro.org>
Regards,
Vaibhav