From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: Xen Source code build Date: Mon, 2 Apr 2012 11:21:05 +0200 Message-ID: <20120402092105.GA25886@aepfle.de> References: <1333356972.25602.11.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1333356972.25602.11.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: "xen-devel@lists.xensource.com" , Mohit Dhingra List-Id: xen-devel@lists.xenproject.org On Mon, Apr 02, Ian Campbell wrote: > On Sun, 2012-04-01 at 06:34 +0100, Mohit Dhingra wrote: > > Hello All, > > > > I am a newbie to Linux and Xen. I tried compiling Xen Source code (I > > want to make some changes and see how it works), but it failed on my > > system as it couldn't find gnu-stubs32.h. Later, on looking at > > Makefile, I figured out that for x86_64, it is not yet supported !! > WRT gnu-stubs32.h I suspect you are missing some -devel package or > other. I don't know about how SuSE lays things out but you should locate > the package containing this file and install it. Googling suggests that > perhaps you meant gnu/stubs32.h? In which case you probably want to > install glibc-devel. Running configure and/or make in a 32bit shell is not needed. "zypper in gcc-32bit glibc-devel-32bit" will install the required packages to compile the 32bit parts in the firmware. Olaf