From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Clark Subject: Re: build related basic question Date: Fri, 29 Apr 2005 13:36:03 -0700 Message-ID: References: <0BAE938A1E68534E928747B9B46A759A58124E@EXCNYSM0A1AH.nysemail.nyenet> Reply-To: cwc22@cam.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <0BAE938A1E68534E928747B9B46A759A58124E@EXCNYSM0A1AH.nysemail.nyenet> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Aggarwal, Vikas (OFT)" Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org cd linux-2.6.11-xenU ARCH=3Dxen make and then dig out the bzimage from inside the tree or in the directory above do: ARCH=3Dxen make kernels and it should only rebuild what has changed (plus a couple of files) and dump the new bzimage into dist/install/boot for you c. On 4/29/05, Aggarwal, Vikas (OFT) wrote: > Hello, > Please tell me how I can just build a bzImage for xenU. > I am debugging my front-end driver, don't want to do the whole thing > --$make install-kernels, when I only added a single printk statement > inside my front-end driver for debug. >=20 > If I just try to do a $make inside my xenU kernel directory , it fails > complaining phys_to_machine_mapping_undeclare. >=20 > -vikas >=20 > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >