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] Gcc error with make world

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Gcc error with make world
From: "Joe Chryst" <jchryst@xxxxxxxxx>
Date: Wed, 12 Apr 2006 22:22:24 -0500
Delivery-date: Wed, 12 Apr 2006 20:23:01 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gA2rx9EVAv/1kohr8EOOmxJA0Xl5VPIuoRho3jJAOJ1PjoHy6SwwxNltwtUM8leEHVlv5Sv6474QvbPAH5MijmHmL7X+T5ws7D/8idP+CdFgsygKgScXSHRHPVici7GF4sP+PIC8XxVQ591C+Yhr4jOf7shFRq77NGqsmXCfaec=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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 am trying to compile the xen sources.  I have tried both 3.0.1 and
3.0-testing packages.  In either case I get the same error when
running make world:

building 'xc' extension
creating build/temp.linux-i686-2.4
creating build/temp.linux-i686-2.4/xen
creating build/temp.linux-i686-2.4/xen/lowlevel
creating build/temp.linux-i686-2.4/xen/lowlevel/xc
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2
-fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall
-Wstrict-prototypes -D__XEN_INTERFACE_VERSION__=0x00030101 -fPIC
-I../../tools/libxc -I../../tools/xenstore -Ixen/lowlevel/xc
-I/usr/include/python2.4 -c xen/lowlevel/xc/xc.c -o
build/temp.linux-i686-2.4/xen/lowlevel/xc/xc.o -fno-strict-aliasing
-Wall -Werror
cc1: error: invalid option `tune=generic'
cc1: error: unrecognized option `-fstack-protector'
cc1: error: invalid parameter `ssp-buffer-size'
error: command 'gcc' failed with exit status 1

I am building on a Intel Core Duo T2500 (dual-core 2 Mhz) with 2 Gb
ram running Fedora Core 5.  I am using gcc 3.3.6 to compile.

Any help would be greatly appreciated.

-Joe

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Gcc error with make world, Joe Chryst <=