From: Vaibhav Bedia <vaibhav.bedia@gmail.com>
To: List Xen Developer <xen-devel@lists.xen.org>
Subject: Compilation error with dist-tools
Date: Sun, 27 Oct 2013 05:57:27 -0400 [thread overview]
Message-ID: <CANacCWxHorAwc56WQeHgzMSB0xnr2qhZbAFzHrofamFNBC37iQ@mail.gmail.com> (raw)
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
next reply other threads:[~2013-10-27 9:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-27 9:57 Vaibhav Bedia [this message]
2013-10-31 12:51 ` Compilation error with dist-tools Ian Campbell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CANacCWxHorAwc56WQeHgzMSB0xnr2qhZbAFzHrofamFNBC37iQ@mail.gmail.com \
--to=vaibhav.bedia@gmail.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).