From: Steven Haigh <netwiz@crc.id.au>
To: xen-devel@lists.xen.org
Subject: Problems building qemu-xen-dir tools
Date: Wed, 19 Sep 2012 00:28:31 +1000 [thread overview]
Message-ID: <5058850F.6000800@crc.id.au> (raw)
Hi all,
I've noticed I have had to apply the following patch to get tools to
compile properly under an EL6 environment:
--- xen-4.2.0.orig/tools/Makefile 2012-09-17 20:21:18.000000000 +1000
+++ xen-4.2.0/tools/Makefile 2012-09-18 18:55:09.989148544 +1000
@@ -187,6 +187,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-fi
source=.; \
fi; \
cd qemu-xen-dir; \
+ env -u CFLAGS \
$$source/configure --enable-xen --target-list=i386-softmmu \
--source-path=$$source \
--extra-cflags="-I$(XEN_ROOT)/tools/include \
Without this, the build fails due to incompatible CFLAGS.
--
Steven Haigh
Email: netwiz@crc.id.au
Web: http://www.crc.id.au
Phone: (03) 9001 6090 - 0412 935 897
Fax: (03) 8338 0299
next reply other threads:[~2012-09-18 14:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-18 14:28 Steven Haigh [this message]
2012-09-18 14:35 ` Problems building qemu-xen-dir tools Olaf Hering
2012-09-18 18:48 ` M A Young
2012-09-18 21:56 ` Olaf Hering
2012-09-18 23:34 ` M A Young
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=5058850F.6000800@crc.id.au \
--to=netwiz@crc.id.au \
--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 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.