[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Compilation error with dist-tools
On Sun, 2013-10-27 at 05:57 -0400, Vaibhav Bedia wrote: > 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 xc_cpuid_* are x86 specific. They should be stubbed out in both xenctrl_stubs.c and in the ocaml equivalent (I'm not sure how to achieve the latter). Your best bet is probably to disable the ocaml stuff on ARM for the time being. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |