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] error compiling xen

To: "xen-users list" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] error compiling xen
From: "edu gargiulo" <egargiulo+lists@xxxxxxxxx>
Date: Sun, 24 Aug 2008 23:12:51 -0300
Delivery-date: Sun, 24 Aug 2008 19:13:44 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:x-google-sender-auth; bh=mjlkQsH5uOxIFMTqVr3/YqlYFEn6k6s9aPYfdFD3fY8=; b=JBlezmvUXFc9bVTEob6j86rMUpxjWnzAnV9NpZNseRPRw2SMSnvlEs+QB9vvRp8ReA X0MkkkqsZOnwo5ZkvV/nGvcYx8ZLCCf2VPUtYI65a5LQpdkoTmr1noyn1/rX6NezDgwu kLn77NEBKFttB7O+ZTxGwMFZkvEKKKpQrqh9Y=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :x-google-sender-auth; b=qmey75ZlGclrzAa5A/9SCcADmLK5FlGptR0hkKmOnUZMiDNsPP25/mDQhD72702iGS maosjlhuJGqFkhp4qMbpp9RPjgCWaTJI1Aq6VO6niY1t3NP/O0SeFK5eGBRSNA+m1fAP Ab7E88/nweoS+vTTtxNjW9zj5bUaq9ygPyg1A=
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I'm trying to build xen-3.2.0 on debian-amd64 (stable version).
Following the steps from [1]. After run make prep-kernels y got the
error

scripts/kconfig/conf -s arch/x86_64/Kconfig
  Using /usr/src/linux-2.6.18-xen.hg as source for kernel
  GEN     /usr/src/xen-3.2.0/build-linux-2.6.18-xen_x86_64/Makefile
  CHK     include/linux/version.h
  UPD     include/linux/version.h
  CHK     include/linux/utsrelease.h
  UPD     include/linux/utsrelease.h
  SYMLINK include/asm -> include/asm-x86_64
  Updating /usr/src/xen-3.2.0/build-linux-2.6.18-xen_x86_64/scripts/Makefile.xen
  CC      arch/x86_64/kernel/asm-offsets.s
  GEN     include/asm-x86_64/asm-offsets.h
make[3]: se sale del directorio
`/usr/src/xen-3.2.0/build-linux-2.6.18-xen_x86_64'
make[2]: se sale del directorio `/usr/src/xen-3.2.0'
make[1]: se sale del directorio `/usr/src/xen-3.2.0'
make: *** No hay ninguna regla para construir el objetivo `1'.  Alto.

The file asm-offsets.h is present under kernel-headers package, but
the compiler does not found it. Attached is the full log of the
compiling process. Any help would be appreciated.

regards,

--
edu

[1] http://lists.xensource.com/archives/html/xen-users/2008-01/msg00699.html

Attachment: stderror.log
Description: Binary data

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] error compiling xen, edu gargiulo <=