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-users

[Xen-users] Why I can not make the xen-unstable?

To: xen <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Why I can not make the xen-unstable?
From: yang jianguo <yangjianguo_biy@xxxxxxxxxxxx>
Date: Wed, 17 Aug 2005 17:58:23 +0800 (CST)
Delivery-date: Wed, 17 Aug 2005 09:56:47 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.cn; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=btjCUAx4k7psgpoRYpsZV4HEvugDIeQ6wTOXhHGSRk/N2emQ644JmESrY0lNnWIpg1iK8MUwddn7Hm8ONo8E0Vz2F+XQOBEJWxokFi7oT4BVRtMj/MHg6cbLoPVOfcz8u+JO/YRsp67Ig3tM/X22tO6p9c1AszLUkXYW3necaBk= ;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I downloaded xen-unstable.hg.tar.gz, and type:
hg pull
hg update
cp * /home/yjg/xen/new/ -r --reply=yes
cd /home/yjg/xen/new
make
 
and it make an error:
 xen install
...
make[2]: Entering directory `/home/yjg/new/xen/arch/x86'
ld   -m elf_i386  -T x86_32/xen.lds -N \
    boot/x86_32.o /home/yjg/new/xen/common/common.o /home/yjg/new/xen/drivers/char/driver.o /home/yjg/new/xen/drivers/acpi/driver.o /home/yjg/new/xen/arch/x86/arch.o -o /home/yjg/new/xen/xen-syms
/home/yjg/new/xen/common/common.o(.text+0x7eab): In function `do_multicall':
: undefined reference to `hypercall_table'
/home/yjg/new/xen/arch/x86/arch.o(.text+0x343f): In function `continue_nonidle_task':
: undefined reference to `ret_from_intr'
/home/yjg/new/xen/arch/x86/arch.o(.text+0x50d3): In function `common_interrupt':: undefined reference to `setup_vm86_frame'
...
 
make[2]: *** [/home/yjg/new/xen/xen-syms] Error 1
make[2]: Leaving directory `/home/yjg/new/xen/arch/x86'
make[1]: *** [/home/yjg/new/xen/xen] Error 2
make[1]: Leaving directory `/home/yjg/new/xen'
make: *** [xen] Error 2
 
why?Are some files lost?


DO YOU YAHOO!?
雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Why I can not make the xen-unstable?, yang jianguo <=