WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] xm-test make error

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] xm-test make error
From: bo ma <kyle.ma83@xxxxxxxxx>
Date: Tue, 26 May 2009 14:26:08 +0800
Delivery-date: Mon, 25 May 2009 23:27:04 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=EqdM5eSefkgjByniqmRv3MtGVpHCRdO+zwelk5GQm4M=; b=J+7roevLI6x3Zh38fCMSubOe/P0ByejXG+6zcFLnXdO9AwLxYoN/9CfsMlDeFqN4OL EqlVdoWO8RHZ5v3WSe2/Z3Q9jVCM2OGCW+au8Wc3xauWmDltW5QsNnuDUzix4fQL2v1z pAiyN+gsBDZXb7/Caw1Q1vVzkV+/Xn9q6vW3M=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=UFULAAvJxmmYAYMbreuSJ2KczE//368j8/NZUobpDkodePzVCLEs9Pi62XCpQyCLZs 69I+NgGvYxfD0fcY3rlYez4PMv0ilni4KYkUFQedpjwId0RMAB1493UopK2QS1YtKQBf +mswQ3+qmVKkBmw9NIXn6cpo/EtxoXH2TvQAQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,everyone

I want to use tool/xm-test, and I follow the README. First I ./autogen , then ./configure --enable-hvm-support, and finally "make"

But I met a error  as below , could anyone help me? Thank you

make[6]: Leaving directory `/root/Desktop/xm-test/ramdisk/buildroot/toolchain_build_i386/binutils-2.16.91.0.7-build/bfd/po'
make[6]: Entering directory `/root/Desktop/xm-test/ramdisk/buildroot/toolchain_build_i386/binutils-2.16.91.0.7-build/bfd/po'
make[6]: Nothing to be done for `info'.
make[6]: Leaving directory `/root/Desktop/xm-test/ramdisk/buildroot/toolchain_build_i386/binutils-2.16.91.0.7-build/bfd/po'
make[6]: Entering directory `/root/Desktop/xm-test/ramdisk/buildroot/toolchain_build_i386/binutils-2.16.91.0.7-build/bfd'
make[6]: Nothing to be done for `info-am'.
make[6]: Leaving directory `/root/Desktop/xm-test/ramdisk/buildroot/toolchain_build_i386/binutils-2.16.91.0.7-build/bfd'
make[5]: *** [info-recursive] 错误 1
make[5]: Leaving directory `/root/Desktop/xm-test/ramdisk/buildroot/toolchain_build_i386/binutils-2.16.91.0.7-build/bfd'
make[4]: *** [all-bfd] 错误 2
make[4]: Leaving directory `/root/Desktop/xm-test/ramdisk/buildroot/toolchain_build_i386/binutils-2.16.91.0.7-build'
make[3]: *** [all] 错误 2
make[3]: Leaving directory `/root/Desktop/xm-test/ramdisk/buildroot/toolchain_build_i386/binutils-2.16.91.0.7-build'
make[2]: *** [/root/Desktop/xm-test/ramdisk/buildroot/toolchain_build_i386/binutils-2.16.91.0.7-build/binutils/objdump] 错误 2
make[2]: Leaving directory `/root/Desktop/xm-test/ramdisk/buildroot'
make[1]: *** [buildroot/rootfs.i386.ext2] 错误 2
make[1]: Leaving directory `/root/Desktop/xm-test/ramdisk'
make: *** [all-recursive] 错误 1

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] xm-test make error, bo ma <=