All of lore.kernel.org
 help / color / mirror / Atom feed
From: manohar.betham at smartplayin.com <manohar.betham@smartplayin.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Reg Bootstrapping on x86-64 for tizen
Date: Fri, 30 Nov 2012 14:31:57 +0530 (IST)	[thread overview]
Message-ID: <1354266117.93132037@apps.rackspace.com> (raw)
In-Reply-To: <CAPnjgZ34k2V=+G1EH1zJ-W+mhJu5AcYkqc9y+W=TXTNyhXmiMA@mail.gmail.com>


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" <sjg@chromium.org>
Sent: Thursday, November 29, 2012 1:25am
To: manohar.betham at smartplayin.com
Cc: "Graeme Russ" <graeme.russ@gmail.com>, "Marek Vasut" <marex@denx.de>, 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,  <manohar.betham@smartplayin.com> 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

      reply	other threads:[~2012-11-30  9:01 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-22  7:30 [U-Boot] Reg Bootstrapping u-boot on x86-64 for tizen manohar.betham at smartplayin.com
2012-11-23  0:38 ` Marek Vasut
2012-11-23  5:46   ` manohar.betham at smartplayin.com
2012-11-23  6:42     ` Graeme Russ
2012-11-23 10:10       ` manohar.betham at smartplayin.com
2012-11-23 10:53         ` Graeme Russ
2012-11-23 13:44           ` manohar.betham at smartplayin.com
2012-11-23 14:23             ` manohar.betham at smartplayin.com
2012-11-24  7:08           ` manohar.betham at smartplayin.com
2012-11-25  2:22             ` Graeme Russ
2012-11-26  6:41               ` manohar.betham at smartplayin.com
     [not found]                 ` <1353930838.21892194@apps.rackspace.com>
2012-11-27 11:22                   ` [U-Boot] Reg Bootstrapping " manohar.betham at smartplayin.com
2012-11-27 13:47                     ` Wolfgang Denk
2012-12-03  6:35                       ` manohar.betham at smartplayin.com
2012-12-04  1:05                         ` Simon Glass
2012-11-28 19:55                     ` Simon Glass
2012-11-30  9:01                       ` manohar.betham at smartplayin.com [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1354266117.93132037@apps.rackspace.com \
    --to=manohar.betham@smartplayin.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.