From mboxrd@z Thu Jan 1 00:00:00 1970 From: manohar.betham at smartplayin.com Date: Fri, 30 Nov 2012 14:31:57 +0530 (IST) Subject: [U-Boot] Reg Bootstrapping on x86-64 for tizen In-Reply-To: References: <1353569402.811926239@apps.rackspace.com> <201211230138.13410.marex@denx.de> <1353649583.776115952@apps.rackspace.com> <50AF1ADB.4070909@gmail.com> <1353665409.27427632@apps.rackspace.com> <50AF55C7.80508@gmail.com> <1353740891.02621651@apps.rackspace.com> <50B180D0.2030702@gmail.com> <1353912065.366710922@apps.rackspace.com> <1353930838.21892194@apps.rackspace.com> <1354015336.6967435@apps.rackspace.com> Message-ID: <1354266117.93132037@apps.rackspace.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I did following steps to compile u-boot on x86-64. U-boot Build procedure The following command sequence is used to build the u-boot for the particular board. ->To remove ALL files made by by make,configure make distclean To configure the x86 32 bit based board for the target we have taken the coreboot make coreboot-x86_config To build the coreboot-x86 run the below command make all ->if the following error [-Werror=unused-but-set-variable] ext4fs.c: In function ?ext4fs_write_file?: ext4fs.c:933:6: error: variable ?delayed_skipfirst? set but not used [-Werror=unused-but-set-variable] cc1: all warnings being treated as errors make[1]: *** [ext4fs.o] Error 1 make[1]: Leaving directory `/home/manoharb/Kernel_Tizen/intel_tizen/latest/u-boot/fs/ext4' make: *** [fs/ext4/libext4fs.o] Error 2 ?__maybe_unused? in front of variable declaration vim fs/ext4/ext4fs.c +122 for example __maybe_unused int delayed_skipfirst = 0; 2)if the error comes from the ?/usr/bin/ld.bfd.real: cannot find -lgcc ? sudo apt-get install ia32-libs export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu As of now i required the procedure to build Tizen kernel on my x86-64 bit machine. Please help me to build it or send me the procedure. Thank you! Best Regards, Manohar -----Original Message----- From: "Simon Glass" Sent: Thursday, November 29, 2012 1:25am To: manohar.betham at smartplayin.com Cc: "Graeme Russ" , "Marek Vasut" , u-boot at lists.denx.de Subject: Re: Reg Bootstrapping on x86-64 for tizen Hi, On Tue, Nov 27, 2012 at 3:22 AM, wrote: > Dear All, > > > > I am Manohar ,have compiled the u-boot on x86 64 bit machine using > coreboot-x86. > > > > Please help me / send me the procedure of bootstrapping steps of it for > Tizen kernel. Do you have coreboot working correctly on the platform? There is not a lot of upstream support for creating a coreboot rom with U-Boot in it yet. Please can you point me to the toolchain you used, command line, etc. I would be interested in replicating your build as I cannot build on a x86_64 toolchain at present. Regards, Simon > > > > Thank you! > > Best Regards, > > Manohar > > 8790215215