From: Christopher Covington <cov@codeaurora.org>
To: QEMU Developers <Qemu-devel@nongnu.org>,
Peter Maydell <peter.maydell@linaro.org>
Subject: [Qemu-devel] Build breakage: error: "ARM_cpsr" redefined
Date: Wed, 2 Mar 2016 08:11:58 -0500 [thread overview]
Message-ID: <56D6E69E.20203@codeaurora.org> (raw)
Hi,
Attempting to build QEMU on aarch64, I got the following error.
===
./configure
--target-list=arm-softmmu,aarch64-softmmu,arm-linux-user,aarch64-linux-user
make
[...]
CC arm-linux-user/exec.o
In file included from /root/qemu/linux-user/qemu.h:16:0,
from /root/qemu/exec.c:42:
/root/qemu/linux-user/arm/target_syscall.h:11:0: error: "ARM_cpsr"
redefined [-Werror]
#define ARM_cpsr uregs[16]
^
In file included from /usr/include/sys/user.h:25:0,
from /usr/include/sys/procfs.h:34,
from /usr/include/sys/ucontext.h:26,
from /usr/include/signal.h:360,
from /root/qemu/include/qemu/osdep.h:79,
from /root/qemu/exec.c:19:
/usr/include/asm/ptrace.h:64:0: note: this is the location of the
previous definition
#define ARM_cpsr pstate
^
In file included from /root/qemu/linux-user/qemu.h:16:0,
from /root/qemu/exec.c:42:
/root/qemu/linux-user/arm/target_syscall.h:12:0: error: "ARM_pc"
redefined [-Werror]
#define ARM_pc uregs[15]
^
In file included from /usr/include/sys/user.h:25:0,
from /usr/include/sys/procfs.h:34,
from /usr/include/sys/ucontext.h:26,
from /usr/include/signal.h:360,
from /root/qemu/include/qemu/osdep.h:79,
from /root/qemu/exec.c:19:
/usr/include/asm/ptrace.h:65:0: note: this is the location of the
previous definition
#define ARM_pc pc
^
In file included from /root/qemu/linux-user/qemu.h:16:0,
from /root/qemu/exec.c:42:
/root/qemu/linux-user/arm/target_syscall.h:14:0: error: "ARM_sp"
redefined [-Werror]
#define ARM_sp uregs[13]
^
In file included from /usr/include/sys/user.h:25:0,
from /usr/include/sys/procfs.h:34,
from /usr/include/sys/ucontext.h:26,
from /usr/include/signal.h:360,
from /root/qemu/include/qemu/osdep.h:79,
from /root/qemu/exec.c:19:
/usr/include/asm/ptrace.h:66:0: note: this is the location of the
previous definition
#define ARM_sp sp
^
cc1: all warnings being treated as errors
make[1]: *** [exec.o] Error 1
make: *** [subdir-arm-linux-user] Error 2
===
git log
commit ed6128ebbdd7cd885d39980659dad4b5c8ae8158
Merge: 9c279be 4ade054
Author: Peter Maydell <peter.maydell@linaro.org>
Date: Tue Mar 1 15:54:03 2016 +0000
===
Thanks,
Christopher Covington
--
Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
next reply other threads:[~2016-03-02 13:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-02 13:11 Christopher Covington [this message]
2016-03-02 13:59 ` [Qemu-devel] Build breakage: error: "ARM_cpsr" redefined Peter Maydell
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=56D6E69E.20203@codeaurora.org \
--to=cov@codeaurora.org \
--cc=Qemu-devel@nongnu.org \
--cc=peter.maydell@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.