From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Haigh Subject: Problems building qemu-xen-dir tools Date: Wed, 19 Sep 2012 00:28:31 +1000 Message-ID: <5058850F.6000800@crc.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org 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