All of lore.kernel.org
 help / color / mirror / Atom feed
* Updating uboot to v2013.01
@ 2013-02-20 13:17 Satya Swaroop Damarla
  2013-02-20 16:16 ` Rudolf Streif
  0 siblings, 1 reply; 20+ messages in thread
From: Satya Swaroop Damarla @ 2013-02-20 13:17 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 634 bytes --]

Hi Guys,

I need support for uboot on Tamonten board but the version on it is
v2012.04 but I came to know that v2012.10 or v2013.01 supports the
Tamontenboard through some guys here..

It would be great if you can tell me how can I accomplish v2013.01 or
v2012.10 into the build system and make it available so that I can compile
the and get uImage

(Tamonten board is a derivative of harmony board with some changes and has
arm cortexa9 processor without neon extentions )

I am kind of new to add new .bb files and help is really appreciated as I
am not able to figure out how to add

Greetings & Regards,
Swaroop

[-- Attachment #2: Type: text/html, Size: 838 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Updating uboot to v2013.01
  2013-02-20 13:17 Updating uboot to v2013.01 Satya Swaroop Damarla
@ 2013-02-20 16:16 ` Rudolf Streif
  2013-02-20 17:01   ` Hans Beckérus
  0 siblings, 1 reply; 20+ messages in thread
From: Rudolf Streif @ 2013-02-20 16:16 UTC (permalink / raw)
  To: Satya Swaroop Damarla; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1880 bytes --]

Satya,

Simply look at the u-boot recipes in meta/recipes-bsp/u-boot such as
u-boot_2012.04.01.bb. You can simply copy it and name it
u-boot_2013.01.bband then modify SRCREV to the revision that
corresponds to the tag 2013.01
or 2013.01.01 in git.denx.de:

for 2013.01: 3a9d879f6f64585b819af728b53be0a05037fe0d<http://git.denx.de/?p=u-boot.git;a=commit;h=3a9d879f6f64585b819af728b53be0a05037fe0d>
for 2013.01.01:
e8ae0fa5edd152b2b29c470b88429be4cdcd2c46<http://git.denx.de/?p=u-boot.git;a=commit;h=e8ae0fa5edd152b2b29c470b88429be4cdcd2c46>

Do the same for u-boot-mkimage and include the u-boot version with your bsp.

Rudi


On Wed, Feb 20, 2013 at 5:17 AM, Satya Swaroop Damarla <
swaroop.damarla@gmail.com> wrote:

> Hi Guys,
>
> I need support for uboot on Tamonten board but the version on it is
> v2012.04 but I came to know that v2012.10 or v2013.01 supports the
> Tamontenboard through some guys here..
>
> It would be great if you can tell me how can I accomplish v2013.01 or
> v2012.10 into the build system and make it available so that I can compile
> the and get uImage
>
> (Tamonten board is a derivative of harmony board with some changes and has
> arm cortexa9 processor without neon extentions )
>
> I am kind of new to add new .bb files and help is really appreciated as I
> am not able to figure out how to add
>
> Greetings & Regards,
> Swaroop
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>


-- 
-- 
*Rudolf J. Streif*
Director of Embedded Solutions
The Linux Foundation

rudolf.streif@linux.com
Phone: +1.619.631.5383
Skype: rudolfstreif
PGP: RSA 2048/2048 D6E7D28B

Linux Foundation Events Schedule:  events.linuxfoundation.org
Linux Foundation Training Schedule: training.linuxfoundation.org

[-- Attachment #2: Type: text/html, Size: 4074 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Updating uboot to v2013.01
  2013-02-20 16:16 ` Rudolf Streif
@ 2013-02-20 17:01   ` Hans Beckérus
  2013-02-20 17:12     ` Satya Swaroop Damarla
  0 siblings, 1 reply; 20+ messages in thread
From: Hans Beckérus @ 2013-02-20 17:01 UTC (permalink / raw)
  To: Rudolf Streif; +Cc: yocto@yoctoproject.org

On Wed, Feb 20, 2013 at 5:16 PM, Rudolf Streif
<rstreif@linuxfoundation.org> wrote:
> Satya,
>
> Simply look at the u-boot recipes in meta/recipes-bsp/u-boot such as
> u-boot_2012.04.01.bb. You can simply copy it and name it u-boot_2013.01.bb
> and then modify SRCREV to the revision that corresponds to the tag 2013.01
> or 2013.01.01 in git.denx.de:
>
> for 2013.01: 3a9d879f6f64585b819af728b53be0a05037fe0d
> for 2013.01.01: e8ae0fa5edd152b2b29c470b88429be4cdcd2c46
>
> Do the same for u-boot-mkimage and include the u-boot version with your bsp.
>
> Rudi
>
>
Hi Rudi, sorry to chime in , but I have a similar problem but do not
really get the last thing you said.
What do you mean by including the u-boot version in the bsp? Also is
it a must to also copy the mkimage .bb or will the system find a
suitable one automatically?
The thing is that I only copied/edited the u-boot .bb but never the
mkimage. Still my kernel successfully builds the kernel uImage!?
Some magic that I have missed :)

Hans


> On Wed, Feb 20, 2013 at 5:17 AM, Satya Swaroop Damarla
> <swaroop.damarla@gmail.com> wrote:
>>
>> Hi Guys,
>>
>> I need support for uboot on Tamonten board but the version on it is
>> v2012.04 but I came to know that v2012.10 or v2013.01 supports the
>> Tamontenboard through some guys here..
>>
>> It would be great if you can tell me how can I accomplish v2013.01 or
>> v2012.10 into the build system and make it available so that I can compile
>> the and get uImage
>>
>> (Tamonten board is a derivative of harmony board with some changes and has
>> arm cortexa9 processor without neon extentions )
>>
>> I am kind of new to add new .bb files and help is really appreciated as I
>> am not able to figure out how to add
>>
>> Greetings & Regards,
>> Swaroop
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>
>
>
> --
> --
> Rudolf J. Streif
> Director of Embedded Solutions
> The Linux Foundation
>
> rudolf.streif@linux.com
> Phone: +1.619.631.5383
> Skype: rudolfstreif
> PGP: RSA 2048/2048 D6E7D28B
>
> Linux Foundation Events Schedule:  events.linuxfoundation.org
> Linux Foundation Training Schedule: training.linuxfoundation.org
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Updating uboot to v2013.01
  2013-02-20 17:01   ` Hans Beckérus
@ 2013-02-20 17:12     ` Satya Swaroop Damarla
  2013-02-20 17:46       ` Hans Beckérus
  0 siblings, 1 reply; 20+ messages in thread
From: Satya Swaroop Damarla @ 2013-02-20 17:12 UTC (permalink / raw)
  To: Hans Beckérus; +Cc: yocto@yoctoproject.org, Rudolf Streif

[-- Attachment #1: Type: text/plain, Size: 3179 bytes --]

Hey hans, this is what he meant,

In the machine config file add the following

PREFERRED_VERSION_u-boot ?= "v2013.01%"  or PREFERRED_VERSION_u-boot ?=
"v2013.01.01%"

By the way did you already complete the first part... There is also other
file called "u-boot-fw-utils_2012.04.01.bb" ... I think we should do the
same...

Hans bytheway,  are you also working on the same board or diffferent board
with same problem?






On Wed, Feb 20, 2013 at 6:01 PM, Hans Beckérus <hans.beckerus@gmail.com>wrote:

> On Wed, Feb 20, 2013 at 5:16 PM, Rudolf Streif
> <rstreif@linuxfoundation.org> wrote:
> > Satya,
> >
> > Simply look at the u-boot recipes in meta/recipes-bsp/u-boot such as
> > u-boot_2012.04.01.bb. You can simply copy it and name it
> u-boot_2013.01.bb
> > and then modify SRCREV to the revision that corresponds to the tag
> 2013.01
> > or 2013.01.01 in git.denx.de:
> >
> > for 2013.01: 3a9d879f6f64585b819af728b53be0a05037fe0d
> > for 2013.01.01: e8ae0fa5edd152b2b29c470b88429be4cdcd2c46
> >
> > Do the same for u-boot-mkimage and include the u-boot version with your
> bsp.
> >
> > Rudi
> >
> >
> Hi Rudi, sorry to chime in , but I have a similar problem but do not
> really get the last thing you said.
> What do you mean by including the u-boot version in the bsp? Also is
> it a must to also copy the mkimage .bb or will the system find a
> suitable one automatically?
> The thing is that I only copied/edited the u-boot .bb but never the
> mkimage. Still my kernel successfully builds the kernel uImage!?
> Some magic that I have missed :)
>
> Hans
>
>
> > On Wed, Feb 20, 2013 at 5:17 AM, Satya Swaroop Damarla
> > <swaroop.damarla@gmail.com> wrote:
> >>
> >> Hi Guys,
> >>
> >> I need support for uboot on Tamonten board but the version on it is
> >> v2012.04 but I came to know that v2012.10 or v2013.01 supports the
> >> Tamontenboard through some guys here..
> >>
> >> It would be great if you can tell me how can I accomplish v2013.01 or
> >> v2012.10 into the build system and make it available so that I can
> compile
> >> the and get uImage
> >>
> >> (Tamonten board is a derivative of harmony board with some changes and
> has
> >> arm cortexa9 processor without neon extentions )
> >>
> >> I am kind of new to add new .bb files and help is really appreciated as
> I
> >> am not able to figure out how to add
> >>
> >> Greetings & Regards,
> >> Swaroop
> >>
> >> _______________________________________________
> >> yocto mailing list
> >> yocto@yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/yocto
> >>
> >
> >
> >
> > --
> > --
> > Rudolf J. Streif
> > Director of Embedded Solutions
> > The Linux Foundation
> >
> > rudolf.streif@linux.com
> > Phone: +1.619.631.5383
> > Skype: rudolfstreif
> > PGP: RSA 2048/2048 D6E7D28B
> >
> > Linux Foundation Events Schedule:  events.linuxfoundation.org
> > Linux Foundation Training Schedule: training.linuxfoundation.org
> >
> >
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> >
>

[-- Attachment #2: Type: text/html, Size: 5015 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Updating uboot to v2013.01
  2013-02-20 17:12     ` Satya Swaroop Damarla
@ 2013-02-20 17:46       ` Hans Beckérus
  2013-02-20 18:19         ` Satya Swaroop DAMARLA
  0 siblings, 1 reply; 20+ messages in thread
From: Hans Beckérus @ 2013-02-20 17:46 UTC (permalink / raw)
  To: Satya Swaroop Damarla; +Cc: yocto@yoctoproject.org, Rudolf Streif

On Wed, Feb 20, 2013 at 6:12 PM, Satya Swaroop Damarla
<swaroop.damarla@gmail.com> wrote:
> Hey hans, this is what he meant,
>
> In the machine config file add the following
>
> PREFERRED_VERSION_u-boot ?= "v2013.01%"  or PREFERRED_VERSION_u-boot ?=
> "v2013.01.01%"
>
> By the way did you already complete the first part... There is also other
> file called "u-boot-fw-utils_2012.04.01.bb" ... I think we should do the
> same...
>
> Hans bytheway,  are you also working on the same board or diffferent board
> with same problem?
>

Different board, same core, similar problem ;)
Now I get it. Thanks. But still question remains how in earth I
managed to build the kernel if not also having copied/renamed the
mkimage .bb?
Is the PREFERRED_VERSION_u-boot used to determine what mkimage and fw
utils it picks up?
Then it might be that since I/we build u-boot as a separate package,
but kernel lifts in the mkimage stuff, it works but the wrong package
was used.
In my case obviously compatible, but not recommended I guess. Also, I
agree that the fw utils should probably be in sync similar to mkimage.

Hans

>
>
>
>
>
> On Wed, Feb 20, 2013 at 6:01 PM, Hans Beckérus <hans.beckerus@gmail.com>
> wrote:
>>
>> On Wed, Feb 20, 2013 at 5:16 PM, Rudolf Streif
>> <rstreif@linuxfoundation.org> wrote:
>> > Satya,
>> >
>> > Simply look at the u-boot recipes in meta/recipes-bsp/u-boot such as
>> > u-boot_2012.04.01.bb. You can simply copy it and name it
>> > u-boot_2013.01.bb
>> > and then modify SRCREV to the revision that corresponds to the tag
>> > 2013.01
>> > or 2013.01.01 in git.denx.de:
>> >
>> > for 2013.01: 3a9d879f6f64585b819af728b53be0a05037fe0d
>> > for 2013.01.01: e8ae0fa5edd152b2b29c470b88429be4cdcd2c46
>> >
>> > Do the same for u-boot-mkimage and include the u-boot version with your
>> > bsp.
>> >
>> > Rudi
>> >
>> >
>> Hi Rudi, sorry to chime in , but I have a similar problem but do not
>> really get the last thing you said.
>> What do you mean by including the u-boot version in the bsp? Also is
>> it a must to also copy the mkimage .bb or will the system find a
>> suitable one automatically?
>> The thing is that I only copied/edited the u-boot .bb but never the
>> mkimage. Still my kernel successfully builds the kernel uImage!?
>> Some magic that I have missed :)
>>
>> Hans
>>
>>
>> > On Wed, Feb 20, 2013 at 5:17 AM, Satya Swaroop Damarla
>> > <swaroop.damarla@gmail.com> wrote:
>> >>
>> >> Hi Guys,
>> >>
>> >> I need support for uboot on Tamonten board but the version on it is
>> >> v2012.04 but I came to know that v2012.10 or v2013.01 supports the
>> >> Tamontenboard through some guys here..
>> >>
>> >> It would be great if you can tell me how can I accomplish v2013.01 or
>> >> v2012.10 into the build system and make it available so that I can
>> >> compile
>> >> the and get uImage
>> >>
>> >> (Tamonten board is a derivative of harmony board with some changes and
>> >> has
>> >> arm cortexa9 processor without neon extentions )
>> >>
>> >> I am kind of new to add new .bb files and help is really appreciated as
>> >> I
>> >> am not able to figure out how to add
>> >>
>> >> Greetings & Regards,
>> >> Swaroop
>> >>
>> >> _______________________________________________
>> >> yocto mailing list
>> >> yocto@yoctoproject.org
>> >> https://lists.yoctoproject.org/listinfo/yocto
>> >>
>> >
>> >
>> >
>> > --
>> > --
>> > Rudolf J. Streif
>> > Director of Embedded Solutions
>> > The Linux Foundation
>> >
>> > rudolf.streif@linux.com
>> > Phone: +1.619.631.5383
>> > Skype: rudolfstreif
>> > PGP: RSA 2048/2048 D6E7D28B
>> >
>> > Linux Foundation Events Schedule:  events.linuxfoundation.org
>> > Linux Foundation Training Schedule: training.linuxfoundation.org
>> >
>> >
>> > _______________________________________________
>> > yocto mailing list
>> > yocto@yoctoproject.org
>> > https://lists.yoctoproject.org/listinfo/yocto
>> >
>
>


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Updating uboot to v2013.01
  2013-02-20 17:46       ` Hans Beckérus
@ 2013-02-20 18:19         ` Satya Swaroop DAMARLA
  2013-02-20 18:19           ` Satya Swaroop Damarla
  0 siblings, 1 reply; 20+ messages in thread
From: Satya Swaroop DAMARLA @ 2013-02-20 18:19 UTC (permalink / raw)
  To: Hans Beckérus; +Cc: yocto@yoctoproject.org, Rudolf Streif


[-- Attachment #1.1: Type: text/plain, Size: 4478 bytes --]

hey Guys... I get the following error... which I attached.. Its completely
greek and latin to me.. Can you please help me..


On Wed, Feb 20, 2013 at 6:46 PM, Hans Beckérus <hans.beckerus@gmail.com>wrote:

> On Wed, Feb 20, 2013 at 6:12 PM, Satya Swaroop Damarla
> <swaroop.damarla@gmail.com> wrote:
> > Hey hans, this is what he meant,
> >
> > In the machine config file add the following
> >
> > PREFERRED_VERSION_u-boot ?= "v2013.01%"  or PREFERRED_VERSION_u-boot ?=
> > "v2013.01.01%"
> >
> > By the way did you already complete the first part... There is also other
> > file called "u-boot-fw-utils_2012.04.01.bb" ... I think we should do the
> > same...
> >
> > Hans bytheway,  are you also working on the same board or diffferent
> board
> > with same problem?
> >
>
> Different board, same core, similar problem ;)
> Now I get it. Thanks. But still question remains how in earth I
> managed to build the kernel if not also having copied/renamed the
> mkimage .bb?
> Is the PREFERRED_VERSION_u-boot used to determine what mkimage and fw
> utils it picks up?
> Then it might be that since I/we build u-boot as a separate package,
> but kernel lifts in the mkimage stuff, it works but the wrong package
> was used.
> In my case obviously compatible, but not recommended I guess. Also, I
> agree that the fw utils should probably be in sync similar to mkimage.
>
> Hans
>
> >
> >
> >
> >
> >
> > On Wed, Feb 20, 2013 at 6:01 PM, Hans Beckérus <hans.beckerus@gmail.com>
> > wrote:
> >>
> >> On Wed, Feb 20, 2013 at 5:16 PM, Rudolf Streif
> >> <rstreif@linuxfoundation.org> wrote:
> >> > Satya,
> >> >
> >> > Simply look at the u-boot recipes in meta/recipes-bsp/u-boot such as
> >> > u-boot_2012.04.01.bb. You can simply copy it and name it
> >> > u-boot_2013.01.bb
> >> > and then modify SRCREV to the revision that corresponds to the tag
> >> > 2013.01
> >> > or 2013.01.01 in git.denx.de:
> >> >
> >> > for 2013.01: 3a9d879f6f64585b819af728b53be0a05037fe0d
> >> > for 2013.01.01: e8ae0fa5edd152b2b29c470b88429be4cdcd2c46
> >> >
> >> > Do the same for u-boot-mkimage and include the u-boot version with
> your
> >> > bsp.
> >> >
> >> > Rudi
> >> >
> >> >
> >> Hi Rudi, sorry to chime in , but I have a similar problem but do not
> >> really get the last thing you said.
> >> What do you mean by including the u-boot version in the bsp? Also is
> >> it a must to also copy the mkimage .bb or will the system find a
> >> suitable one automatically?
> >> The thing is that I only copied/edited the u-boot .bb but never the
> >> mkimage. Still my kernel successfully builds the kernel uImage!?
> >> Some magic that I have missed :)
> >>
> >> Hans
> >>
> >>
> >> > On Wed, Feb 20, 2013 at 5:17 AM, Satya Swaroop Damarla
> >> > <swaroop.damarla@gmail.com> wrote:
> >> >>
> >> >> Hi Guys,
> >> >>
> >> >> I need support for uboot on Tamonten board but the version on it is
> >> >> v2012.04 but I came to know that v2012.10 or v2013.01 supports the
> >> >> Tamontenboard through some guys here..
> >> >>
> >> >> It would be great if you can tell me how can I accomplish v2013.01 or
> >> >> v2012.10 into the build system and make it available so that I can
> >> >> compile
> >> >> the and get uImage
> >> >>
> >> >> (Tamonten board is a derivative of harmony board with some changes
> and
> >> >> has
> >> >> arm cortexa9 processor without neon extentions )
> >> >>
> >> >> I am kind of new to add new .bb files and help is really appreciated
> as
> >> >> I
> >> >> am not able to figure out how to add
> >> >>
> >> >> Greetings & Regards,
> >> >> Swaroop
> >> >>
> >> >> _______________________________________________
> >> >> yocto mailing list
> >> >> yocto@yoctoproject.org
> >> >> https://lists.yoctoproject.org/listinfo/yocto
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> > --
> >> > Rudolf J. Streif
> >> > Director of Embedded Solutions
> >> > The Linux Foundation
> >> >
> >> > rudolf.streif@linux.com
> >> > Phone: +1.619.631.5383
> >> > Skype: rudolfstreif
> >> > PGP: RSA 2048/2048 D6E7D28B
> >> >
> >> > Linux Foundation Events Schedule:  events.linuxfoundation.org
> >> > Linux Foundation Training Schedule: training.linuxfoundation.org
> >> >
> >> >
> >> > _______________________________________________
> >> > yocto mailing list
> >> > yocto@yoctoproject.org
> >> > https://lists.yoctoproject.org/listinfo/yocto
> >> >
> >
> >
>

[-- Attachment #1.2: Type: text/html, Size: 6915 bytes --]

[-- Attachment #2: log --]
[-- Type: application/octet-stream, Size: 228165 bytes --]

Loading cache...done.
Loaded 1124 entries from dependency cache.

Build Configuration:
BB_VERSION        = "1.17.1"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-12.04"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "skidata-tamonten"
DISTRO            = "poky"
DISTRO_VERSION    = "1.3+snapshot-20130220"
TUNE_FEATURES     = "armv7a vfp thumb cortexa9"
TARGET_FPU        = "vfp"
meta              
meta-yocto        
meta-yocto-bsp    = "master:7d22ef28e64de06b6238d0ef9b664c0bee6efa46"

NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Running task 4206 of 5405 (ID: 74, /home/build/poky/meta/recipes-bsp/u-boot/u-boot_2013.01.bb, do_compile)
NOTE: Running task 5395 of 5405 (ID: 7, /home/build/poky/meta/recipes-sato/images/core-image-sato.bb, do_rootfs)
NOTE: recipe u-boot-v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2: task do_compile: Started
NOTE: recipe core-image-sato-1.0-r0: task do_rootfs: Started
ERROR: Function failed: do_compile (see /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/temp/log.do_compile.7228 for further information)
ERROR: Logfile of failure stored in: /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/temp/log.do_compile.7228
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j 8 CROSS_COMPILE=arm-poky-linux-gnueabi- CC=arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten tec_config
| Configuring for tec board...
| NOTE: make -j 8 CROSS_COMPILE=arm-poky-linux-gnueabi- CC=arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten all
| Generating include/autoconf.mk
| Generating include/autoconf.mk.dep
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten -DDO_DEPS_ONLY \
| 		-g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage   \
| 		-o lib/asm-offsets.s lib/asm-offsets.c -c -S
| if [ -f arch/arm/cpu/armv7/tegra20/asm-offsets.c ];then \
| 		arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten -DDO_DEPS_ONLY \
| 		-g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage   \
| 			-o arch/arm/cpu/armv7/tegra20/asm-offsets.s arch/arm/cpu/armv7/tegra20/asm-offsets.c -c -S; \
| 	else \
| 		touch arch/arm/cpu/armv7/tegra20/asm-offsets.s; \
| 	fi
| Generating include/generated/asm-offsets.h
| tools/scripts/make-asm-offsets arch/arm/cpu/armv7/tegra20/asm-offsets.s include/generated/asm-offsets.h
| Generating include/generated/generic-asm-offsets.h
| tools/scripts/make-asm-offsets lib/asm-offsets.s include/generated/generic-asm-offsets.h
| for dir in tools examples/standalone examples/api arch/arm/cpu/armv7  ; do \
| 			make -C $dir _depend ; done
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/tools'
| make[1]: Nothing to be done for `_depend'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/tools'
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/examples/standalone'
| make[1]: Nothing to be done for `_depend'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/examples/standalone'
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/examples/api'
| make[1]: Nothing to be done for `_depend'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/examples/api'
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7'
| make[1]: Nothing to be done for `_depend'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7'
| make -C tools all
| make -C arch/arm/cpu/armv7 start.o
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/ u-boot.lds
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu'
| make[1]: Nothing to be done for `u-boot.lds'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu'
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten   -D__ASSEMBLY__ -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a   -o start.o start.S -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/tools'
| gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -idirafter /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include2 -idirafter /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -I /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/libfdt -I /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/tools -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o env_embedded.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/common/env_embedded.c
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7'
| gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -idirafter /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include2 -idirafter /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -I /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/libfdt -I /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/tools -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic   -o envcrc.o envcrc.c -c
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/tools/kernel-doc'
| make[2]: Nothing to be done for `all'.
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/tools/kernel-doc'
| gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -idirafter /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include2 -idirafter /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -I /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/libfdt -I /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/tools -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic  -o envcrc crc32.o env_embedded.o envcrc.o sha1.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/tools'
| make -C api/
| make -C arch/arm/cpu/armv7/
| make -C arch/arm/cpu/armv7/tegra-common/
| make -C arch/arm/cpu/armv7/tegra20/
| make -C arch/arm/cpu/tegra-common/
| make -C arch/arm/cpu/tegra20-common/
| make -C arch/arm/lib/
| make -C common/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/api'
| make[1]: `libapi.o' is up to date.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/api'
| make -C disk/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cache_v7.o cache_v7.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7/tegra-common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_enterrcm.o cmd_enterrcm.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7/tegra20'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o usb.o usb.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra-common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten   -D__ASSEMBLY__ -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a   -o lowlevel_init.o lowlevel_init.S -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/lib'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten   -D__ASSEMBLY__ -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a   -o crt0.o crt0.S -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra20-common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o clock.o clock.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o board.o board.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o ap.o ap.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/disk'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o part.o part.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o bouncebuf.o bouncebuf.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cpu.o cpu.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_bdinfo.o cmd_bdinfo.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libtegra-common.o  cmd_enterrcm.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7/tegra-common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o syslib.o syslib.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o board.o board.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o bootm.o bootm.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o part_dos.o part_dos.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libtegra20.o  usb.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7/tegra20'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o part_efi.o part_efi.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o interrupts.o interrupts.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libarmv7.o  cache_v7.o cpu.o syslib.o lowlevel_init.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7'
| make -C drivers/bios_emulator/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_boot.o cmd_boot.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o sys_info.o sys_info.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/bios_emulator'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/bios_emulator'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o reset.o reset.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o funcmux.o funcmux.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o timer.o timer.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cache.o cache.c -c
| make -C drivers/block/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_bootm.o cmd_bootm.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o pinmux.o pinmux.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_console.o cmd_console.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cache-cp15.o cache-cp15.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/block'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/block'
| make -C drivers/dfu/
| arm-poky-linux-gnueabi-ld.bfd  -r -o libcputegra-common.o  lowlevel_init.o ap.o board.o sys_info.o timer.o
| make -C drivers/dma/
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra-common'
| make -C drivers/fpga/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/dma'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/dma'
| make -C drivers/gpio/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/dfu'
| make[1]: `libdfu.o' is up to date.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/dfu'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_disk.o cmd_disk.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/fpga'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/fpga'
| make -C drivers/hwmon/
| arm-poky-linux-gnueabi-ld.bfd  -r -o libdisk.o  part.o part_dos.o part_efi.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/disk'
| make -C drivers/i2c/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_echo.o cmd_echo.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/gpio'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o tegra_gpio.o tegra_gpio.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libtegra20-common.o  clock.o funcmux.o pinmux.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra20-common'
| make -C drivers/input/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/i2c'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/i2c'
| arm-poky-linux-gnueabi-ld.bfd  -r -o libarm.o  crt0.o board.o bootm.o interrupts.o reset.o cache.o cache-cp15.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/lib'
| make -C drivers/misc/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_exit.o cmd_exit.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/input'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o input.o input.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/hwmon'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/hwmon'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o key_matrix.o key_matrix.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/misc'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/misc'
| make -C drivers/mmc/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_ext2.o cmd_ext2.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_fat.o cmd_fat.c -c
| make -C drivers/mtd/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mmc'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o mmc.o mmc.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libgpio.o  tegra_gpio.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/gpio'
| make -C drivers/mtd/nand/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_fdt.o cmd_fdt.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd/nand'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o nand.o nand.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd'
| make -C drivers/mtd/onenand/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_gpio.o cmd_gpio.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o tegra_mmc.o tegra_mmc.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o nand_bbt.o nand_bbt.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd/onenand'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd/onenand'
| make -C drivers/mtd/spi/
| arm-poky-linux-gnueabi-ld.bfd  -r -o libinput.o  input.o key_matrix.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/input'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o nand_ids.o nand_ids.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o nand_util.o nand_util.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_help.o cmd_help.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd/spi'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd/spi'
| make -C drivers/mtd/ubi/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_itest.o cmd_itest.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd/ubi'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd/ubi'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o nand_ecc.o nand_ecc.c -c
| make -C drivers/net/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_load.o cmd_load.c -c
| make -C drivers/net/phy/
| make -C drivers/pci/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/net/phy'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/net/phy'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_mem.o cmd_mem.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/pci'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/pci'
| make -C drivers/pcmcia/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o nand_base.o nand_base.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/net'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/net'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_misc.o cmd_misc.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libmmc.o  mmc.o tegra_mmc.o
| make -C drivers/power/battery/
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mmc'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o tegra_nand.o tegra_nand.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/pcmcia'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o rpx_pcmcia.o rpx_pcmcia.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/power/battery'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/power/battery'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o tqm8xx_pcmcia.o tqm8xx_pcmcia.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_mmc.o cmd_mmc.c -c
| make -C drivers/power/fuel_gauge/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/power/fuel_gauge'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/power/fuel_gauge'
| make -C drivers/power/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/power'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/power'
| make -C drivers/power/pmic/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_nand.o cmd_nand.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_net.o cmd_net.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/power/pmic'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/power/pmic'
| make -C drivers/rtc/
| make -C drivers/serial/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/rtc'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o date.o date.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libpcmcia.o  rpx_pcmcia.o tqm8xx_pcmcia.o
| make -C drivers/sound/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/serial'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o ns16550.o ns16550.c -c
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/pcmcia'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_nvedit.o cmd_nvedit.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o librtc.o  date.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/rtc'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o serial.o serial.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o serial_ns16550.o serial_ns16550.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/sound'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/sound'
| make -C drivers/spi/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_part.o cmd_part.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_pcmcia.o cmd_pcmcia.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/spi'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/spi'
| make -C drivers/twserial/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_source.o cmd_source.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_test.o cmd_test.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_usb.o cmd_usb.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/twserial'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/twserial'
| make -C drivers/usb/eth/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/eth'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o usb_ether.o usb_ether.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libserial.o  ns16550.o serial.o serial_ns16550.o
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_version.o cmd_version.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o smsc95xx.o smsc95xx.c -c
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/serial'
| make -C drivers/usb/gadget/
| make -C drivers/usb/host/
| make -C drivers/usb/musb-new/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/gadget'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/gadget'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_ximg.o cmd_ximg.c -c
| make -C drivers/usb/musb/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/host'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o ehci-hcd.o ehci-hcd.c -c
| make -C drivers/usb/phy/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/musb'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/musb'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o command.o command.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/phy'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/phy'
| make -C drivers/usb/ulpi/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/ulpi'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/ulpi'
| make -C drivers/video/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/video'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/video'
| make -C drivers/watchdog/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o console.o console.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/musb-new'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/musb-new'
| make -C fs/cbfs/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/cbfs'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/cbfs'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o ehci-tegra.o ehci-tegra.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o dlmalloc.o dlmalloc.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/watchdog'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/watchdog'
| make -C fs/cramfs/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/cramfs'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/cramfs'
| make -C fs/ext4/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o env_attr.o env_attr.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libusb_eth.o  usb_ether.o smsc95xx.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/eth'
| make -C fs/fat/
| make -C fs/fdos/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/ext4'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o ext4fs.o ext4fs.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/fat'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fat.o fat.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libusb_host.o  ehci-hcd.o ehci-tegra.o
| make -C fs/jffs2/
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/host'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o env_callback.o env_callback.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/fdos'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/fdos'
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/jffs2'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/jffs2'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -mno-unaligned-access     -o file.o file.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o ext4_common.o ext4_common.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o env_common.o env_common.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o env_flags.o env_flags.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o dev.o dev.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libnand.o  nand.o nand_bbt.o nand_ids.o nand_util.o nand_ecc.o nand_base.o tegra_nand.o
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o env_nand.o env_nand.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o exports.o exports.c -c
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd/nand'
| make -C fs/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -mno-unaligned-access     -o fdt_support.o fdt_support.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fs.o fs.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o flash.o flash.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o hash.o hash.c -c
| make -C fs/reiserfs/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -mno-unaligned-access     -o hush.o hush.c -c
| make -C fs/ubifs/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/ubifs'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/ubifs'
| make -C fs/yaffs2/
| arm-poky-linux-gnueabi-ld.bfd  -r -o libext4fs.o  ext4fs.o ext4_common.o dev.o
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/reiserfs'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/reiserfs'
| make -C fs/zfs/
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/ext4'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o image.o image.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o iomux.o iomux.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/yaffs2'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/yaffs2'
| make -C lib/libfdt/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/zfs'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/zfs'
| make -C lib/
| arm-poky-linux-gnueabi-ld.bfd  -r -o libfat.o  fat.o file.o
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/libfdt'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fdt.o fdt.c -c
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/fat'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o main.o main.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libfs.o  fs.o
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o crc32.o crc32.c -c
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs'
| make -C lib/lzma/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/lzma'
| make[1]: `liblzma.o' is up to date.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/lzma'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o memsize.o memsize.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fdt_empty_tree.o fdt_empty_tree.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o display_options.o display_options.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o s_record.o s_record.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o stdio.o stdio.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fdtdec.o fdtdec.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fdt_ro.o fdt_ro.c -c
| make -C lib/lzo/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fdt_rw.o fdt_rw.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/lzo'
| make[1]: `liblzo.o' is up to date.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/lzo'
| make -C lib/zlib/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/zlib'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o zlib.o zlib.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o usb.o usb.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fdt_strerror.o fdt_strerror.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fdt_sw.o fdt_sw.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o gunzip.o gunzip.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o hashtable.o hashtable.c -c
| make -C net/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o usb_hub.o usb_hub.c -c
| make -C post/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o usb_storage.o usb_storage.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/post'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/post'
| make -C test/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fdt_wip.o fdt_wip.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/test'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/test'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o linux_string.o linux_string.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/net'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o arp.o arp.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o lmb.o lmb.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o bootp.o bootp.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libfdt.o  fdt.o fdt_empty_tree.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/libfdt'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o xyzModem.o xyzModem.c -c
| make -C spl all
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o md5.o md5.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl'
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/start.o
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o net_utils.o net_utils.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o eth.o eth.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o net.o net.c -c
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t/
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten   -D__ASSEMBLY__ -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi   -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/start.o start.S -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o qsort.o qsort.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/interrupts.o interrupts.c -c
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t'
| make[2]: `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/start.o' is up to date.
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t'
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t/tegra-common/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o tftp.o tftp.c -c
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t/tegra-common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/tegra-common/spl.o spl.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libcommon.o  bouncebuf.o cmd_bdinfo.o cmd_boot.o cmd_bootm.o cmd_console.o cmd_disk.o cmd_echo.o cmd_exit.o cmd_ext2.o cmd_fat.o cmd_fdt.o cmd_gpio.o cmd_help.o cmd_itest.o cmd_load.o cmd_mem.o cmd_misc.o cmd_mmc.o cmd_nand.o cmd_net.o cmd_nvedit.o cmd_part.o cmd_pcmcia.o cmd_source.o cmd_test.o cmd_usb.o cmd_version.o cmd_ximg.o command.o console.o dlmalloc.o env_attr.o env_callback.o env_common.o env_flags.o env_nand.o exports.o fdt_support.o flash.o hash.o hush.o image.o iomux.o main.o memsize.o s_record.o stdio.o usb.o usb_hub.o usb_storage.o xyzModem.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o sha1.o sha1.c -c
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t/tegra20/
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra-common/
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/libarm720t.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/interrupts.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/cpu.o
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t'
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra20-common/
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra-common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten   -D__ASSEMBLY__ -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi   -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/lowlevel_init.o lowlevel_init.S -c
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra20-common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra20-common/clock.o clock.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libz.o  zlib.o
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/ap.o ap.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/tegra-common/libtegra-common.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/tegra-common/spl.o
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t/tegra-common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o string.o string.c -c
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/zlib'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra20-common/funcmux.o funcmux.c -c
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t/tegra20'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/tegra20/cpu.o cpu.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o strmhz.o strmhz.c -c
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/lib/
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/lib'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten   -D__ASSEMBLY__ -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi   -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/crt0.o crt0.S -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libnet.o  arp.o bootp.o eth.o net.o tftp.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/net'
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/board/avionic-design/tec/
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/tegra20/libtegra20.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/tegra20/cpu.o
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra20-common/pinmux.o pinmux.c -c
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t/tegra20'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/board.o board.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/spl.o spl.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/sys_info.o sys_info.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o time.o time.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/interrupts.o interrupts.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/timer.o timer.c -c
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/board/avionic-design/tec'
| make[2]: `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/board/avionic-design/tec/libtec.o' is up to date.
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/board/avionic-design/tec'
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/common/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o vsprintf.o vsprintf.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra20-common/libtegra20-common.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra20-common/clock.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra20-common/funcmux.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra20-common/pinmux.o
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra20-common'
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/common/spl/
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/bouncebuf.o bouncebuf.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/reset.o reset.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/cmd_nvedit.o cmd_nvedit.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/cache.o cache.c -c
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/common/spl'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/spl/spl.o spl.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/libcputegra-common.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/lowlevel_init.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/ap.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/board.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/sys_info.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/timer.o
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/console.o console.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/dlmalloc.o dlmalloc.c -c
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra-common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/cache-cp15.o cache-cp15.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/env_common.o env_common.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/image.o image.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/spl/libspl.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/spl/spl.o
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/memsize.o memsize.c -c
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/gpio/
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/common/spl'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/stdio.o stdio.c -c
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/serial/
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/gpio'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/gpio/tegra_gpio.o tegra_gpio.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/libarm.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/crt0.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/spl.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/interrupts.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/reset.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/cache.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/cache-cp15.o
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/serial'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/serial/ns16550.o ns16550.c -c
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/lib'
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/crc32.o crc32.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/linux_string.o linux_string.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/serial/serial.o serial.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libgeneric.o  crc16.o crc32.o crc7.o ctype.o display_options.o div64.o errno.o fdtdec.o gunzip.o hashtable.o ldiv.o linux_string.o lmb.o md5.o net_utils.o qsort.o sha1.o string.o strmhz.o time.o vsprintf.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/string.o string.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/serial/serial_ns16550.o serial_ns16550.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/gpio/libgpio.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/gpio/tegra_gpio.o
| make -C board/avionic-design/tec/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/time.o time.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/board/avionic-design/tec'
| make[1]: `libtec.o' is up to date.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/board/avionic-design/tec'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/vsprintf.o vsprintf.c -c
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/gpio'
| arm-poky-linux-gnueabi-objdump -h  board/avionic-design/tec/libtec.o api/libapi.o arch/arm/cpu/armv7/libarmv7.o arch/arm/cpu/armv7/tegra-common/libtegra-common.o arch/arm/cpu/armv7/tegra20/libtegra20.o arch/arm/cpu/tegra-common/libcputegra-common.o arch/arm/cpu/tegra20-common/libtegra20-common.o arch/arm/lib/libarm.o common/libcommon.o disk/libdisk.o drivers/bios_emulator/libatibiosemu.o drivers/block/libblock.o drivers/dfu/libdfu.o drivers/dma/libdma.o drivers/fpga/libfpga.o drivers/gpio/libgpio.o drivers/hwmon/libhwmon.o drivers/i2c/libi2c.o drivers/input/libinput.o drivers/misc/libmisc.o drivers/mmc/libmmc.o drivers/mtd/libmtd.o drivers/mtd/nand/libnand.o drivers/mtd/onenand/libonenand.o drivers/mtd/spi/libspi_flash.o drivers/mtd/ubi/libubi.o drivers/net/libnet.o drivers/net/phy/libphy.o drivers/pci/libpci.o drivers/pcmcia/libpcmcia.o drivers/power/battery/libbattery.o drivers/power/fuel_gauge/libfuel_gauge.o drivers/power/libpower.o drivers/power/pmic/libpmic.o drivers/rtc/librtc.o drivers/serial/libserial.o drivers/sound/libsound.o drivers/spi/libspi.o drivers/twserial/libtws.o drivers/usb/eth/libusb_eth.o drivers/usb/gadget/libusb_gadget.o drivers/usb/host/libusb_host.o drivers/usb/musb-new/libusb_musb-new.o drivers/usb/musb/libusb_musb.o drivers/usb/phy/libusb_phy.o drivers/usb/ulpi/libusb_ulpi.o drivers/video/libvideo.o drivers/watchdog/libwatchdog.o fs/cbfs/libcbfs.o fs/cramfs/libcramfs.o fs/ext4/libext4fs.o fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o fs/libfs.o fs/reiserfs/libreiserfs.o fs/ubifs/libubifs.o fs/yaffs2/libyaffs2.o fs/zfs/libzfs.o lib/libfdt/libfdt.o lib/libgeneric.o lib/lzma/liblzma.o lib/lzo/liblzo.o lib/zlib/libz.o net/libnet.o post/libpost.o test/libtest.o | sed -n -e '/.*\.u_boot_list[^ ]\+/ ! {d;n}' -e 's/.*\(\.u_boot_list[^ ]\+\).*$/\1/' -e 's/\.[^\.]\+$//' -e ':s /^.\+$/ { p;s/^\(.*\)\.[^\.]*$/\1/;b s }' | sed -n -e 'h;s/$/\a/p;g;s/$/@/p;g;s/$/~/p;' | LC_COLLATE=C sort -u | sed -n -e '/\a$/ { s/\./_/g;s/\a$/__start = .;/p; }' -e '/~$/ { s/\./_/g;s/~$/__end = .;/p; }' -e '/@$/ { s/\(.*\)@$/*(SORT(\1.*));/p }' >  include/u-boot.lst
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten -E -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -include /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include/u-boot/u-boot.lds.h -DCPUDIR=arch/arm/cpu/armv7  -ansi -D__ASSEMBLY__ -P - </home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/u-boot.lds >u-boot.lds
| UNDEF_LST=`arm-poky-linux-gnueabi-objdump -x board/avionic-design/tec/libtec.o api/libapi.o arch/arm/cpu/armv7/libarmv7.o arch/arm/cpu/armv7/tegra-common/libtegra-common.o arch/arm/cpu/armv7/tegra20/libtegra20.o arch/arm/cpu/tegra-common/libcputegra-common.o arch/arm/cpu/tegra20-common/libtegra20-common.o arch/arm/lib/libarm.o common/libcommon.o disk/libdisk.o drivers/bios_emulator/libatibiosemu.o drivers/block/libblock.o drivers/dfu/libdfu.o drivers/dma/libdma.o drivers/fpga/libfpga.o drivers/gpio/libgpio.o drivers/hwmon/libhwmon.o drivers/i2c/libi2c.o drivers/input/libinput.o drivers/misc/libmisc.o drivers/mmc/libmmc.o drivers/mtd/libmtd.o drivers/mtd/nand/libnand.o drivers/mtd/onenand/libonenand.o drivers/mtd/spi/libspi_flash.o drivers/mtd/ubi/libubi.o drivers/net/libnet.o drivers/net/phy/libphy.o drivers/pci/libpci.o drivers/pcmcia/libpcmcia.o drivers/power/battery/libbattery.o drivers/power/fuel_gauge/libfuel_gauge.o drivers/power/libpower.o drivers/power/pmic/libpmic.o drivers/rtc/librtc.o drivers/serial/libserial.o drivers/sound/libsound.o drivers/spi/libspi.o drivers/twserial/libtws.o drivers/usb/eth/libusb_eth.o drivers/usb/gadget/libusb_gadget.o drivers/usb/host/libusb_host.o drivers/usb/musb-new/libusb_musb-new.o drivers/usb/musb/libusb_musb.o drivers/usb/phy/libusb_phy.o drivers/usb/ulpi/libusb_ulpi.o drivers/video/libvideo.o drivers/watchdog/libwatchdog.o fs/cbfs/libcbfs.o fs/cramfs/libcramfs.o fs/ext4/libext4fs.o fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o fs/libfs.o fs/reiserfs/libreiserfs.o fs/ubifs/libubifs.o fs/yaffs2/libyaffs2.o fs/zfs/libzfs.o lib/libfdt/libfdt.o lib/libgeneric.o lib/lzma/liblzma.o lib/lzo/liblzo.o lib/zlib/libz.o net/libnet.o post/libpost.o test/libtest.o | sed  -n -e 's/.*\(_u_boot_list_.*\)/-u\1/p'|sort|uniq`; cd /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git && arm-poky-linux-gnueabi-ld.bfd  -pie -T u-boot.lds -Bstatic -Ttext 0x0010c000 $UNDEF_LST arch/arm/cpu/armv7/start.o --start-group api/libapi.o arch/arm/cpu/armv7/libarmv7.o arch/arm/cpu/armv7/tegra-common/libtegra-common.o arch/arm/cpu/armv7/tegra20/libtegra20.o arch/arm/cpu/tegra-common/libcputegra-common.o arch/arm/cpu/tegra20-common/libtegra20-common.o arch/arm/lib/libarm.o common/libcommon.o disk/libdisk.o drivers/bios_emulator/libatibiosemu.o drivers/block/libblock.o drivers/dfu/libdfu.o drivers/dma/libdma.o drivers/fpga/libfpga.o drivers/gpio/libgpio.o drivers/hwmon/libhwmon.o drivers/i2c/libi2c.o drivers/input/libinput.o drivers/misc/libmisc.o drivers/mmc/libmmc.o drivers/mtd/libmtd.o drivers/mtd/nand/libnand.o drivers/mtd/onenand/libonenand.o drivers/mtd/spi/libspi_flash.o drivers/mtd/ubi/libubi.o drivers/net/libnet.o drivers/net/phy/libphy.o drivers/pci/libpci.o drivers/pcmcia/libpcmcia.o drivers/power/battery/libbattery.o drivers/power/fuel_gauge/libfuel_gauge.o drivers/power/libpower.o drivers/power/pmic/libpmic.o drivers/rtc/librtc.o drivers/serial/libserial.o drivers/sound/libsound.o drivers/spi/libspi.o drivers/twserial/libtws.o drivers/usb/eth/libusb_eth.o drivers/usb/gadget/libusb_gadget.o drivers/usb/host/libusb_host.o drivers/usb/musb-new/libusb_musb-new.o drivers/usb/musb/libusb_musb.o drivers/usb/phy/libusb_phy.o drivers/usb/ulpi/libusb_ulpi.o drivers/video/libvideo.o drivers/watchdog/libwatchdog.o fs/cbfs/libcbfs.o fs/cramfs/libcramfs.o fs/ext4/libext4fs.o fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o fs/libfs.o fs/reiserfs/libreiserfs.o fs/ubifs/libubifs.o fs/yaffs2/libyaffs2.o fs/zfs/libzfs.o lib/libfdt/libfdt.o lib/libgeneric.o lib/lzma/liblzma.o lib/lzo/liblzo.o lib/zlib/libz.o net/libnet.o post/libpost.o test/libtest.o board/avionic-design/tec/libtec.o --end-group /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/lib/eabi_compat.o  -L /home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten/usr/lib/arm-poky-linux-gnueabi/4.7.2 -lgcc -Map u-boot.map -o u-boot
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/serial/libserial.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/serial/ns16550.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/serial/serial.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/serial/serial_ns16550.o
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/serial'
| arm-poky-linux-gnueabi-objcopy -O srec u-boot u-boot.srec
| arm-poky-linux-gnueabi-objcopy --gap-fill=0xff -O binary u-boot u-boot.bin
| make -C dts binary
| make -C examples/standalone all
| make -C examples/api all
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/dts'
| rc=$( cat /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/board/avionic-design/dts/tegra20-tec.dts | arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten -E -P -ansi -DARCH_CPU_DTS=\"/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/dts/tegra20.dtsi\" -DBOARD_DTS=\"/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/board/avionic-design/tec/dts/tegra20-tec.dts\" - | { { dtc -R 4 -p 0x1000 -O dtb -o dt.dtb - 2>&1 ; echo $? >&3 ; } | grep -v '^DTC: dts->dtb  on file' ; } 3>&1 1>&2 ) ; \
| 	exit $rc
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/examples/api'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/examples/api'
| /bin/sh: 1: dtc: not found
| make[1]: *** [dt.dtb] Error 127
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/dts'
| make: *** [u-boot.dtb] Error 2
| make: *** Waiting for unfinished jobs....
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/examples/standalone'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -fno-toplevel-reorder     -o hello_world.o hello_world.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -fno-toplevel-reorder     -o stubs.o stubs.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/libcommon.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/bouncebuf.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/cmd_nvedit.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/console.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/dlmalloc.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/env_common.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/image.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/memsize.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/stdio.o
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/common'
| arm-poky-linux-gnueabi-ld.bfd  -r -o libstubs.o  stubs.o
| arm-poky-linux-gnueabi-ld.bfd  -g -Ttext 0xc100000 \
| 			-o hello_world -e hello_world hello_world.o libstubs.o \
| 			-L/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten/usr/lib/arm-poky-linux-gnueabi/4.7.2 -lgcc
| arm-poky-linux-gnueabi-objcopy -O srec hello_world hello_world.srec 2>/dev/null
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/libgeneric.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/crc32.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/ctype.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/div64.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/linux_string.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/string.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/time.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/vsprintf.o
| arm-poky-linux-gnueabi-objcopy -O binary hello_world hello_world.bin 2>/dev/null
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/examples/standalone'
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib'
| arm-poky-linux-gnueabi-objdump -h  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/libarm720t.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/tegra-common/libtegra-common.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/tegra20/libtegra20.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/libcputegra-common.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra20-common/libtegra20-common.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/libarm.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/board/avionic-design/tec/libtec.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/libcommon.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/spl/libspl.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/gpio/libgpio.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/serial/libserial.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/libgeneric.o | sed -n -e '/.*\.u_boot_list[^ ]\+/ ! {d;n}' -e 's/.*\(\.u_boot_list[^ ]\+\).*$/\1/' -e 's/\.[^\.]\+$//' -e ':s /^.\+$/ { p;s/^\(.*\)\.[^\.]*$/\1/;b s }' | sed -n -e 'h;s/$/\a/p;g;s/$/@/p;g;s/$/~/p;' | LC_COLLATE=C sort -u | sed -n -e '/\a$/ { s/\./_/g;s/\a$/__start = .;/p; }' -e '/~$/ { s/\./_/g;s/~$/__end = .;/p; }' -e '/@$/ { s/\(.*\)@$/*(SORT(\1.*));/p }' >  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/u-boot.lst
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten -E -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -include /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include/u-boot/u-boot.lds.h -include /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include/config.h -DCPUDIR=arch/arm/cpu/arm720t  -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/. -ansi -D__ASSEMBLY__ -P - < /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/u-boot.lds > /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/u-boot-spl.lds
| cd /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/ && arm-poky-linux-gnueabi-ld.bfd  -T /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/u-boot-spl.lds --gc-sections -Bstatic -Ttext 0x00108000 arch/arm/cpu/arm720t/start.o --start-group arch/arm/cpu/arm720t/libarm720t.o arch/arm/cpu/arm720t/tegra-common/libtegra-common.o arch/arm/cpu/arm720t/tegra20/libtegra20.o arch/arm/cpu/tegra-common/libcputegra-common.o arch/arm/cpu/tegra20-common/libtegra20-common.o arch/arm/lib/libarm.o board/avionic-design/tec/libtec.o common/libcommon.o common/spl/libspl.o drivers/gpio/libgpio.o drivers/serial/libserial.o lib/libgeneric.o --end-group /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/eabi_compat.o -L /home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten/usr/lib/arm-poky-linux-gnueabi/4.7.2 /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/libgcc.o -Map u-boot-spl.map -o u-boot-spl
| arm-poky-linux-gnueabi-objcopy --gap-fill=0xff -O binary /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/u-boot-spl /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/u-boot-spl.bin
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl'
| ERROR: oe_runmake failed
| ERROR: Function failed: do_compile (see /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/temp/log.do_compile.7228 for further information)
NOTE: recipe u-boot-v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2: task do_compile: Failed
ERROR: Task 74 (/home/build/poky/meta/recipes-bsp/u-boot/u-boot_2013.01.bb, do_compile) failed with exit code '1'
NOTE: recipe core-image-sato-1.0-r0: task do_rootfs: Succeeded
NOTE: Tasks Summary: Attempted 5396 tasks of which 5394 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /home/build/poky/meta/recipes-bsp/u-boot/u-boot_2013.01.bb, do_compile
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Updating uboot to v2013.01
  2013-02-20 18:19         ` Satya Swaroop DAMARLA
@ 2013-02-20 18:19           ` Satya Swaroop Damarla
  2013-02-21 10:10             ` Satya Swaroop DAMARLA
  0 siblings, 1 reply; 20+ messages in thread
From: Satya Swaroop Damarla @ 2013-02-20 18:19 UTC (permalink / raw)
  To: Hans Beckérus; +Cc: yocto@yoctoproject.org, Rudolf Streif


[-- Attachment #1.1: Type: text/plain, Size: 4857 bytes --]

hey Guys... I get the following error... which I attached.. Its completely
greek and latin to me.. Can you please help me..


On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop DAMARLA
<swaroop@weisser.at>wrote:

> hey Guys... I get the following error... which I attached.. Its completely
> greek and latin to me.. Can you please help me..
>
>
> On Wed, Feb 20, 2013 at 6:46 PM, Hans Beckérus <hans.beckerus@gmail.com>wrote:
>
>> On Wed, Feb 20, 2013 at 6:12 PM, Satya Swaroop Damarla
>> <swaroop.damarla@gmail.com> wrote:
>> > Hey hans, this is what he meant,
>> >
>> > In the machine config file add the following
>> >
>> > PREFERRED_VERSION_u-boot ?= "v2013.01%"  or PREFERRED_VERSION_u-boot ?=
>> > "v2013.01.01%"
>> >
>> > By the way did you already complete the first part... There is also
>> other
>> > file called "u-boot-fw-utils_2012.04.01.bb" ... I think we should do
>> the
>> > same...
>> >
>> > Hans bytheway,  are you also working on the same board or diffferent
>> board
>> > with same problem?
>> >
>>
>> Different board, same core, similar problem ;)
>> Now I get it. Thanks. But still question remains how in earth I
>> managed to build the kernel if not also having copied/renamed the
>> mkimage .bb?
>> Is the PREFERRED_VERSION_u-boot used to determine what mkimage and fw
>> utils it picks up?
>> Then it might be that since I/we build u-boot as a separate package,
>> but kernel lifts in the mkimage stuff, it works but the wrong package
>> was used.
>> In my case obviously compatible, but not recommended I guess. Also, I
>> agree that the fw utils should probably be in sync similar to mkimage.
>>
>> Hans
>>
>> >
>> >
>> >
>> >
>> >
>> > On Wed, Feb 20, 2013 at 6:01 PM, Hans Beckérus <hans.beckerus@gmail.com
>> >
>> > wrote:
>> >>
>> >> On Wed, Feb 20, 2013 at 5:16 PM, Rudolf Streif
>> >> <rstreif@linuxfoundation.org> wrote:
>> >> > Satya,
>> >> >
>> >> > Simply look at the u-boot recipes in meta/recipes-bsp/u-boot such as
>> >> > u-boot_2012.04.01.bb. You can simply copy it and name it
>> >> > u-boot_2013.01.bb
>> >> > and then modify SRCREV to the revision that corresponds to the tag
>> >> > 2013.01
>> >> > or 2013.01.01 in git.denx.de:
>> >> >
>> >> > for 2013.01: 3a9d879f6f64585b819af728b53be0a05037fe0d
>> >> > for 2013.01.01: e8ae0fa5edd152b2b29c470b88429be4cdcd2c46
>> >> >
>> >> > Do the same for u-boot-mkimage and include the u-boot version with
>> your
>> >> > bsp.
>> >> >
>> >> > Rudi
>> >> >
>> >> >
>> >> Hi Rudi, sorry to chime in , but I have a similar problem but do not
>> >> really get the last thing you said.
>> >> What do you mean by including the u-boot version in the bsp? Also is
>> >> it a must to also copy the mkimage .bb or will the system find a
>> >> suitable one automatically?
>> >> The thing is that I only copied/edited the u-boot .bb but never the
>> >> mkimage. Still my kernel successfully builds the kernel uImage!?
>> >> Some magic that I have missed :)
>> >>
>> >> Hans
>> >>
>> >>
>> >> > On Wed, Feb 20, 2013 at 5:17 AM, Satya Swaroop Damarla
>> >> > <swaroop.damarla@gmail.com> wrote:
>> >> >>
>> >> >> Hi Guys,
>> >> >>
>> >> >> I need support for uboot on Tamonten board but the version on it is
>> >> >> v2012.04 but I came to know that v2012.10 or v2013.01 supports the
>> >> >> Tamontenboard through some guys here..
>> >> >>
>> >> >> It would be great if you can tell me how can I accomplish v2013.01
>> or
>> >> >> v2012.10 into the build system and make it available so that I can
>> >> >> compile
>> >> >> the and get uImage
>> >> >>
>> >> >> (Tamonten board is a derivative of harmony board with some changes
>> and
>> >> >> has
>> >> >> arm cortexa9 processor without neon extentions )
>> >> >>
>> >> >> I am kind of new to add new .bb files and help is really
>> appreciated as
>> >> >> I
>> >> >> am not able to figure out how to add
>> >> >>
>> >> >> Greetings & Regards,
>> >> >> Swaroop
>> >> >>
>> >> >> _______________________________________________
>> >> >> yocto mailing list
>> >> >> yocto@yoctoproject.org
>> >> >> https://lists.yoctoproject.org/listinfo/yocto
>> >> >>
>> >> >
>> >> >
>> >> >
>> >> > --
>> >> > --
>> >> > Rudolf J. Streif
>> >> > Director of Embedded Solutions
>> >> > The Linux Foundation
>> >> >
>> >> > rudolf.streif@linux.com
>> >> > Phone: +1.619.631.5383
>> >> > Skype: rudolfstreif
>> >> > PGP: RSA 2048/2048 D6E7D28B
>> >> >
>> >> > Linux Foundation Events Schedule:  events.linuxfoundation.org
>> >> > Linux Foundation Training Schedule: training.linuxfoundation.org
>> >> >
>> >> >
>> >> > _______________________________________________
>> >> > yocto mailing list
>> >> > yocto@yoctoproject.org
>> >> > https://lists.yoctoproject.org/listinfo/yocto
>> >> >
>> >
>> >
>>
>
>

[-- Attachment #1.2: Type: text/html, Size: 7635 bytes --]

[-- Attachment #2: log --]
[-- Type: application/octet-stream, Size: 228165 bytes --]

Loading cache...done.
Loaded 1124 entries from dependency cache.

Build Configuration:
BB_VERSION        = "1.17.1"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-12.04"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "skidata-tamonten"
DISTRO            = "poky"
DISTRO_VERSION    = "1.3+snapshot-20130220"
TUNE_FEATURES     = "armv7a vfp thumb cortexa9"
TARGET_FPU        = "vfp"
meta              
meta-yocto        
meta-yocto-bsp    = "master:7d22ef28e64de06b6238d0ef9b664c0bee6efa46"

NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Running task 4206 of 5405 (ID: 74, /home/build/poky/meta/recipes-bsp/u-boot/u-boot_2013.01.bb, do_compile)
NOTE: Running task 5395 of 5405 (ID: 7, /home/build/poky/meta/recipes-sato/images/core-image-sato.bb, do_rootfs)
NOTE: recipe u-boot-v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2: task do_compile: Started
NOTE: recipe core-image-sato-1.0-r0: task do_rootfs: Started
ERROR: Function failed: do_compile (see /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/temp/log.do_compile.7228 for further information)
ERROR: Logfile of failure stored in: /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/temp/log.do_compile.7228
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j 8 CROSS_COMPILE=arm-poky-linux-gnueabi- CC=arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten tec_config
| Configuring for tec board...
| NOTE: make -j 8 CROSS_COMPILE=arm-poky-linux-gnueabi- CC=arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten all
| Generating include/autoconf.mk
| Generating include/autoconf.mk.dep
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten -DDO_DEPS_ONLY \
| 		-g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage   \
| 		-o lib/asm-offsets.s lib/asm-offsets.c -c -S
| if [ -f arch/arm/cpu/armv7/tegra20/asm-offsets.c ];then \
| 		arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten -DDO_DEPS_ONLY \
| 		-g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage   \
| 			-o arch/arm/cpu/armv7/tegra20/asm-offsets.s arch/arm/cpu/armv7/tegra20/asm-offsets.c -c -S; \
| 	else \
| 		touch arch/arm/cpu/armv7/tegra20/asm-offsets.s; \
| 	fi
| Generating include/generated/asm-offsets.h
| tools/scripts/make-asm-offsets arch/arm/cpu/armv7/tegra20/asm-offsets.s include/generated/asm-offsets.h
| Generating include/generated/generic-asm-offsets.h
| tools/scripts/make-asm-offsets lib/asm-offsets.s include/generated/generic-asm-offsets.h
| for dir in tools examples/standalone examples/api arch/arm/cpu/armv7  ; do \
| 			make -C $dir _depend ; done
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/tools'
| make[1]: Nothing to be done for `_depend'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/tools'
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/examples/standalone'
| make[1]: Nothing to be done for `_depend'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/examples/standalone'
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/examples/api'
| make[1]: Nothing to be done for `_depend'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/examples/api'
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7'
| make[1]: Nothing to be done for `_depend'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7'
| make -C tools all
| make -C arch/arm/cpu/armv7 start.o
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/ u-boot.lds
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu'
| make[1]: Nothing to be done for `u-boot.lds'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu'
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten   -D__ASSEMBLY__ -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a   -o start.o start.S -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/tools'
| gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -idirafter /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include2 -idirafter /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -I /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/libfdt -I /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/tools -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o env_embedded.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/common/env_embedded.c
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7'
| gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -idirafter /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include2 -idirafter /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -I /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/libfdt -I /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/tools -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic   -o envcrc.o envcrc.c -c
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/tools/kernel-doc'
| make[2]: Nothing to be done for `all'.
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/tools/kernel-doc'
| gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -idirafter /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include2 -idirafter /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -I /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/libfdt -I /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/tools -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -pedantic  -o envcrc crc32.o env_embedded.o envcrc.o sha1.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/tools'
| make -C api/
| make -C arch/arm/cpu/armv7/
| make -C arch/arm/cpu/armv7/tegra-common/
| make -C arch/arm/cpu/armv7/tegra20/
| make -C arch/arm/cpu/tegra-common/
| make -C arch/arm/cpu/tegra20-common/
| make -C arch/arm/lib/
| make -C common/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/api'
| make[1]: `libapi.o' is up to date.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/api'
| make -C disk/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cache_v7.o cache_v7.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7/tegra-common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_enterrcm.o cmd_enterrcm.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7/tegra20'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o usb.o usb.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra-common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten   -D__ASSEMBLY__ -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a   -o lowlevel_init.o lowlevel_init.S -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/lib'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten   -D__ASSEMBLY__ -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a   -o crt0.o crt0.S -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra20-common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o clock.o clock.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o board.o board.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o ap.o ap.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/disk'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o part.o part.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o bouncebuf.o bouncebuf.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cpu.o cpu.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_bdinfo.o cmd_bdinfo.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libtegra-common.o  cmd_enterrcm.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7/tegra-common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o syslib.o syslib.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o board.o board.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o bootm.o bootm.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o part_dos.o part_dos.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libtegra20.o  usb.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7/tegra20'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o part_efi.o part_efi.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o interrupts.o interrupts.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libarmv7.o  cache_v7.o cpu.o syslib.o lowlevel_init.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/armv7'
| make -C drivers/bios_emulator/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_boot.o cmd_boot.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o sys_info.o sys_info.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/bios_emulator'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/bios_emulator'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o reset.o reset.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o funcmux.o funcmux.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o timer.o timer.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cache.o cache.c -c
| make -C drivers/block/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_bootm.o cmd_bootm.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o pinmux.o pinmux.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_console.o cmd_console.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cache-cp15.o cache-cp15.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/block'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/block'
| make -C drivers/dfu/
| arm-poky-linux-gnueabi-ld.bfd  -r -o libcputegra-common.o  lowlevel_init.o ap.o board.o sys_info.o timer.o
| make -C drivers/dma/
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra-common'
| make -C drivers/fpga/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/dma'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/dma'
| make -C drivers/gpio/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/dfu'
| make[1]: `libdfu.o' is up to date.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/dfu'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_disk.o cmd_disk.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/fpga'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/fpga'
| make -C drivers/hwmon/
| arm-poky-linux-gnueabi-ld.bfd  -r -o libdisk.o  part.o part_dos.o part_efi.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/disk'
| make -C drivers/i2c/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_echo.o cmd_echo.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/gpio'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o tegra_gpio.o tegra_gpio.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libtegra20-common.o  clock.o funcmux.o pinmux.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra20-common'
| make -C drivers/input/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/i2c'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/i2c'
| arm-poky-linux-gnueabi-ld.bfd  -r -o libarm.o  crt0.o board.o bootm.o interrupts.o reset.o cache.o cache-cp15.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/lib'
| make -C drivers/misc/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_exit.o cmd_exit.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/input'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o input.o input.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/hwmon'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/hwmon'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o key_matrix.o key_matrix.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/misc'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/misc'
| make -C drivers/mmc/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_ext2.o cmd_ext2.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_fat.o cmd_fat.c -c
| make -C drivers/mtd/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mmc'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o mmc.o mmc.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libgpio.o  tegra_gpio.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/gpio'
| make -C drivers/mtd/nand/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_fdt.o cmd_fdt.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd/nand'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o nand.o nand.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd'
| make -C drivers/mtd/onenand/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_gpio.o cmd_gpio.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o tegra_mmc.o tegra_mmc.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o nand_bbt.o nand_bbt.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd/onenand'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd/onenand'
| make -C drivers/mtd/spi/
| arm-poky-linux-gnueabi-ld.bfd  -r -o libinput.o  input.o key_matrix.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/input'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o nand_ids.o nand_ids.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o nand_util.o nand_util.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_help.o cmd_help.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd/spi'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd/spi'
| make -C drivers/mtd/ubi/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_itest.o cmd_itest.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd/ubi'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd/ubi'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o nand_ecc.o nand_ecc.c -c
| make -C drivers/net/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_load.o cmd_load.c -c
| make -C drivers/net/phy/
| make -C drivers/pci/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/net/phy'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/net/phy'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_mem.o cmd_mem.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/pci'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/pci'
| make -C drivers/pcmcia/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o nand_base.o nand_base.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/net'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/net'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_misc.o cmd_misc.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libmmc.o  mmc.o tegra_mmc.o
| make -C drivers/power/battery/
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mmc'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o tegra_nand.o tegra_nand.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/pcmcia'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o rpx_pcmcia.o rpx_pcmcia.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/power/battery'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/power/battery'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o tqm8xx_pcmcia.o tqm8xx_pcmcia.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_mmc.o cmd_mmc.c -c
| make -C drivers/power/fuel_gauge/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/power/fuel_gauge'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/power/fuel_gauge'
| make -C drivers/power/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/power'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/power'
| make -C drivers/power/pmic/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_nand.o cmd_nand.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_net.o cmd_net.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/power/pmic'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/power/pmic'
| make -C drivers/rtc/
| make -C drivers/serial/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/rtc'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o date.o date.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libpcmcia.o  rpx_pcmcia.o tqm8xx_pcmcia.o
| make -C drivers/sound/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/serial'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o ns16550.o ns16550.c -c
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/pcmcia'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_nvedit.o cmd_nvedit.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o librtc.o  date.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/rtc'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o serial.o serial.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o serial_ns16550.o serial_ns16550.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/sound'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/sound'
| make -C drivers/spi/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_part.o cmd_part.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_pcmcia.o cmd_pcmcia.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/spi'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/spi'
| make -C drivers/twserial/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_source.o cmd_source.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_test.o cmd_test.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_usb.o cmd_usb.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/twserial'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/twserial'
| make -C drivers/usb/eth/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/eth'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o usb_ether.o usb_ether.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libserial.o  ns16550.o serial.o serial_ns16550.o
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_version.o cmd_version.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o smsc95xx.o smsc95xx.c -c
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/serial'
| make -C drivers/usb/gadget/
| make -C drivers/usb/host/
| make -C drivers/usb/musb-new/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/gadget'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/gadget'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_ximg.o cmd_ximg.c -c
| make -C drivers/usb/musb/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/host'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o ehci-hcd.o ehci-hcd.c -c
| make -C drivers/usb/phy/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/musb'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/musb'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o command.o command.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/phy'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/phy'
| make -C drivers/usb/ulpi/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/ulpi'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/ulpi'
| make -C drivers/video/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/video'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/video'
| make -C drivers/watchdog/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o console.o console.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/musb-new'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/musb-new'
| make -C fs/cbfs/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/cbfs'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/cbfs'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o ehci-tegra.o ehci-tegra.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o dlmalloc.o dlmalloc.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/watchdog'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/watchdog'
| make -C fs/cramfs/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/cramfs'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/cramfs'
| make -C fs/ext4/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o env_attr.o env_attr.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libusb_eth.o  usb_ether.o smsc95xx.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/eth'
| make -C fs/fat/
| make -C fs/fdos/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/ext4'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o ext4fs.o ext4fs.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/fat'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fat.o fat.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libusb_host.o  ehci-hcd.o ehci-tegra.o
| make -C fs/jffs2/
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/usb/host'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o env_callback.o env_callback.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/fdos'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/fdos'
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/jffs2'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/jffs2'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -mno-unaligned-access     -o file.o file.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o ext4_common.o ext4_common.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o env_common.o env_common.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o env_flags.o env_flags.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o dev.o dev.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libnand.o  nand.o nand_bbt.o nand_ids.o nand_util.o nand_ecc.o nand_base.o tegra_nand.o
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o env_nand.o env_nand.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o exports.o exports.c -c
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/mtd/nand'
| make -C fs/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -mno-unaligned-access     -o fdt_support.o fdt_support.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fs.o fs.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o flash.o flash.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o hash.o hash.c -c
| make -C fs/reiserfs/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -mno-unaligned-access     -o hush.o hush.c -c
| make -C fs/ubifs/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/ubifs'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/ubifs'
| make -C fs/yaffs2/
| arm-poky-linux-gnueabi-ld.bfd  -r -o libext4fs.o  ext4fs.o ext4_common.o dev.o
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/reiserfs'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/reiserfs'
| make -C fs/zfs/
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/ext4'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o image.o image.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o iomux.o iomux.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/yaffs2'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/yaffs2'
| make -C lib/libfdt/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/zfs'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/zfs'
| make -C lib/
| arm-poky-linux-gnueabi-ld.bfd  -r -o libfat.o  fat.o file.o
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/libfdt'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fdt.o fdt.c -c
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs/fat'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o main.o main.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libfs.o  fs.o
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o crc32.o crc32.c -c
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/fs'
| make -C lib/lzma/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/lzma'
| make[1]: `liblzma.o' is up to date.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/lzma'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o memsize.o memsize.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fdt_empty_tree.o fdt_empty_tree.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o display_options.o display_options.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o s_record.o s_record.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o stdio.o stdio.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fdtdec.o fdtdec.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fdt_ro.o fdt_ro.c -c
| make -C lib/lzo/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fdt_rw.o fdt_rw.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/lzo'
| make[1]: `liblzo.o' is up to date.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/lzo'
| make -C lib/zlib/
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/zlib'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o zlib.o zlib.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o usb.o usb.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fdt_strerror.o fdt_strerror.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fdt_sw.o fdt_sw.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o gunzip.o gunzip.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o hashtable.o hashtable.c -c
| make -C net/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o usb_hub.o usb_hub.c -c
| make -C post/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o usb_storage.o usb_storage.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/post'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/post'
| make -C test/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o fdt_wip.o fdt_wip.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/test'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/test'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o linux_string.o linux_string.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/net'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o arp.o arp.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o lmb.o lmb.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o bootp.o bootp.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libfdt.o  fdt.o fdt_empty_tree.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/libfdt'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o xyzModem.o xyzModem.c -c
| make -C spl all
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o md5.o md5.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl'
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/start.o
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o net_utils.o net_utils.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o eth.o eth.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o net.o net.c -c
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t/
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten   -D__ASSEMBLY__ -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi   -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/start.o start.S -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o qsort.o qsort.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/interrupts.o interrupts.c -c
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t'
| make[2]: `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/start.o' is up to date.
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t'
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t/tegra-common/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o tftp.o tftp.c -c
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t/tegra-common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/tegra-common/spl.o spl.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libcommon.o  bouncebuf.o cmd_bdinfo.o cmd_boot.o cmd_bootm.o cmd_console.o cmd_disk.o cmd_echo.o cmd_exit.o cmd_ext2.o cmd_fat.o cmd_fdt.o cmd_gpio.o cmd_help.o cmd_itest.o cmd_load.o cmd_mem.o cmd_misc.o cmd_mmc.o cmd_nand.o cmd_net.o cmd_nvedit.o cmd_part.o cmd_pcmcia.o cmd_source.o cmd_test.o cmd_usb.o cmd_version.o cmd_ximg.o command.o console.o dlmalloc.o env_attr.o env_callback.o env_common.o env_flags.o env_nand.o exports.o fdt_support.o flash.o hash.o hush.o image.o iomux.o main.o memsize.o s_record.o stdio.o usb.o usb_hub.o usb_storage.o xyzModem.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o sha1.o sha1.c -c
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t/tegra20/
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra-common/
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/libarm720t.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/interrupts.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/cpu.o
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t'
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra20-common/
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra-common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten   -D__ASSEMBLY__ -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi   -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/lowlevel_init.o lowlevel_init.S -c
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra20-common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra20-common/clock.o clock.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libz.o  zlib.o
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/ap.o ap.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/tegra-common/libtegra-common.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/tegra-common/spl.o
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t/tegra-common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o string.o string.c -c
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/zlib'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra20-common/funcmux.o funcmux.c -c
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t/tegra20'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/tegra20/cpu.o cpu.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o strmhz.o strmhz.c -c
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/lib/
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/lib'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten   -D__ASSEMBLY__ -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi   -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/crt0.o crt0.S -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libnet.o  arp.o bootp.o eth.o net.o tftp.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/net'
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/board/avionic-design/tec/
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/tegra20/libtegra20.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/tegra20/cpu.o
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra20-common/pinmux.o pinmux.c -c
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/arm720t/tegra20'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/board.o board.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/spl.o spl.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/sys_info.o sys_info.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o time.o time.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/interrupts.o interrupts.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/timer.o timer.c -c
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/board/avionic-design/tec'
| make[2]: `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/board/avionic-design/tec/libtec.o' is up to date.
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/board/avionic-design/tec'
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/common/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o vsprintf.o vsprintf.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra20-common/libtegra20-common.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra20-common/clock.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra20-common/funcmux.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra20-common/pinmux.o
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra20-common'
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/common/spl/
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/bouncebuf.o bouncebuf.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/reset.o reset.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/cmd_nvedit.o cmd_nvedit.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/cache.o cache.c -c
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/common/spl'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/spl/spl.o spl.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/libcputegra-common.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/lowlevel_init.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/ap.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/board.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/sys_info.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/timer.o
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/console.o console.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/dlmalloc.o dlmalloc.c -c
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/tegra-common'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/cache-cp15.o cache-cp15.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/env_common.o env_common.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/image.o image.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/spl/libspl.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/spl/spl.o
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/memsize.o memsize.c -c
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/gpio/
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/common/spl'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/stdio.o stdio.c -c
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/serial/
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/gpio'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/gpio/tegra_gpio.o tegra_gpio.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/libarm.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/crt0.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/spl.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/interrupts.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/reset.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/cache.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/cache-cp15.o
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/serial'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/serial/ns16550.o ns16550.c -c
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/lib'
| make -C /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib/
| make[2]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/crc32.o crc32.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/linux_string.o linux_string.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/serial/serial.o serial.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o libgeneric.o  crc16.o crc32.o crc7.o ctype.o display_options.o div64.o errno.o fdtdec.o gunzip.o hashtable.o ldiv.o linux_string.o lmb.o md5.o net_utils.o qsort.o sha1.o string.o strmhz.o time.o vsprintf.o
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/string.o string.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/serial/serial_ns16550.o serial_ns16550.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/gpio/libgpio.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/gpio/tegra_gpio.o
| make -C board/avionic-design/tec/
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/time.o time.c -c
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/board/avionic-design/tec'
| make[1]: `libtec.o' is up to date.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/board/avionic-design/tec'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/vsprintf.o vsprintf.c -c
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/gpio'
| arm-poky-linux-gnueabi-objdump -h  board/avionic-design/tec/libtec.o api/libapi.o arch/arm/cpu/armv7/libarmv7.o arch/arm/cpu/armv7/tegra-common/libtegra-common.o arch/arm/cpu/armv7/tegra20/libtegra20.o arch/arm/cpu/tegra-common/libcputegra-common.o arch/arm/cpu/tegra20-common/libtegra20-common.o arch/arm/lib/libarm.o common/libcommon.o disk/libdisk.o drivers/bios_emulator/libatibiosemu.o drivers/block/libblock.o drivers/dfu/libdfu.o drivers/dma/libdma.o drivers/fpga/libfpga.o drivers/gpio/libgpio.o drivers/hwmon/libhwmon.o drivers/i2c/libi2c.o drivers/input/libinput.o drivers/misc/libmisc.o drivers/mmc/libmmc.o drivers/mtd/libmtd.o drivers/mtd/nand/libnand.o drivers/mtd/onenand/libonenand.o drivers/mtd/spi/libspi_flash.o drivers/mtd/ubi/libubi.o drivers/net/libnet.o drivers/net/phy/libphy.o drivers/pci/libpci.o drivers/pcmcia/libpcmcia.o drivers/power/battery/libbattery.o drivers/power/fuel_gauge/libfuel_gauge.o drivers/power/libpower.o drivers/power/pmic/libpmic.o drivers/rtc/librtc.o drivers/serial/libserial.o drivers/sound/libsound.o drivers/spi/libspi.o drivers/twserial/libtws.o drivers/usb/eth/libusb_eth.o drivers/usb/gadget/libusb_gadget.o drivers/usb/host/libusb_host.o drivers/usb/musb-new/libusb_musb-new.o drivers/usb/musb/libusb_musb.o drivers/usb/phy/libusb_phy.o drivers/usb/ulpi/libusb_ulpi.o drivers/video/libvideo.o drivers/watchdog/libwatchdog.o fs/cbfs/libcbfs.o fs/cramfs/libcramfs.o fs/ext4/libext4fs.o fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o fs/libfs.o fs/reiserfs/libreiserfs.o fs/ubifs/libubifs.o fs/yaffs2/libyaffs2.o fs/zfs/libzfs.o lib/libfdt/libfdt.o lib/libgeneric.o lib/lzma/liblzma.o lib/lzo/liblzo.o lib/zlib/libz.o net/libnet.o post/libpost.o test/libtest.o | sed -n -e '/.*\.u_boot_list[^ ]\+/ ! {d;n}' -e 's/.*\(\.u_boot_list[^ ]\+\).*$/\1/' -e 's/\.[^\.]\+$//' -e ':s /^.\+$/ { p;s/^\(.*\)\.[^\.]*$/\1/;b s }' | sed -n -e 'h;s/$/\a/p;g;s/$/@/p;g;s/$/~/p;' | LC_COLLATE=C sort -u | sed -n -e '/\a$/ { s/\./_/g;s/\a$/__start = .;/p; }' -e '/~$/ { s/\./_/g;s/~$/__end = .;/p; }' -e '/@$/ { s/\(.*\)@$/*(SORT(\1.*));/p }' >  include/u-boot.lst
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten -E -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -include /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include/u-boot/u-boot.lds.h -DCPUDIR=arch/arm/cpu/armv7  -ansi -D__ASSEMBLY__ -P - </home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/u-boot.lds >u-boot.lds
| UNDEF_LST=`arm-poky-linux-gnueabi-objdump -x board/avionic-design/tec/libtec.o api/libapi.o arch/arm/cpu/armv7/libarmv7.o arch/arm/cpu/armv7/tegra-common/libtegra-common.o arch/arm/cpu/armv7/tegra20/libtegra20.o arch/arm/cpu/tegra-common/libcputegra-common.o arch/arm/cpu/tegra20-common/libtegra20-common.o arch/arm/lib/libarm.o common/libcommon.o disk/libdisk.o drivers/bios_emulator/libatibiosemu.o drivers/block/libblock.o drivers/dfu/libdfu.o drivers/dma/libdma.o drivers/fpga/libfpga.o drivers/gpio/libgpio.o drivers/hwmon/libhwmon.o drivers/i2c/libi2c.o drivers/input/libinput.o drivers/misc/libmisc.o drivers/mmc/libmmc.o drivers/mtd/libmtd.o drivers/mtd/nand/libnand.o drivers/mtd/onenand/libonenand.o drivers/mtd/spi/libspi_flash.o drivers/mtd/ubi/libubi.o drivers/net/libnet.o drivers/net/phy/libphy.o drivers/pci/libpci.o drivers/pcmcia/libpcmcia.o drivers/power/battery/libbattery.o drivers/power/fuel_gauge/libfuel_gauge.o drivers/power/libpower.o drivers/power/pmic/libpmic.o drivers/rtc/librtc.o drivers/serial/libserial.o drivers/sound/libsound.o drivers/spi/libspi.o drivers/twserial/libtws.o drivers/usb/eth/libusb_eth.o drivers/usb/gadget/libusb_gadget.o drivers/usb/host/libusb_host.o drivers/usb/musb-new/libusb_musb-new.o drivers/usb/musb/libusb_musb.o drivers/usb/phy/libusb_phy.o drivers/usb/ulpi/libusb_ulpi.o drivers/video/libvideo.o drivers/watchdog/libwatchdog.o fs/cbfs/libcbfs.o fs/cramfs/libcramfs.o fs/ext4/libext4fs.o fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o fs/libfs.o fs/reiserfs/libreiserfs.o fs/ubifs/libubifs.o fs/yaffs2/libyaffs2.o fs/zfs/libzfs.o lib/libfdt/libfdt.o lib/libgeneric.o lib/lzma/liblzma.o lib/lzo/liblzo.o lib/zlib/libz.o net/libnet.o post/libpost.o test/libtest.o | sed  -n -e 's/.*\(_u_boot_list_.*\)/-u\1/p'|sort|uniq`; cd /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git && arm-poky-linux-gnueabi-ld.bfd  -pie -T u-boot.lds -Bstatic -Ttext 0x0010c000 $UNDEF_LST arch/arm/cpu/armv7/start.o --start-group api/libapi.o arch/arm/cpu/armv7/libarmv7.o arch/arm/cpu/armv7/tegra-common/libtegra-common.o arch/arm/cpu/armv7/tegra20/libtegra20.o arch/arm/cpu/tegra-common/libcputegra-common.o arch/arm/cpu/tegra20-common/libtegra20-common.o arch/arm/lib/libarm.o common/libcommon.o disk/libdisk.o drivers/bios_emulator/libatibiosemu.o drivers/block/libblock.o drivers/dfu/libdfu.o drivers/dma/libdma.o drivers/fpga/libfpga.o drivers/gpio/libgpio.o drivers/hwmon/libhwmon.o drivers/i2c/libi2c.o drivers/input/libinput.o drivers/misc/libmisc.o drivers/mmc/libmmc.o drivers/mtd/libmtd.o drivers/mtd/nand/libnand.o drivers/mtd/onenand/libonenand.o drivers/mtd/spi/libspi_flash.o drivers/mtd/ubi/libubi.o drivers/net/libnet.o drivers/net/phy/libphy.o drivers/pci/libpci.o drivers/pcmcia/libpcmcia.o drivers/power/battery/libbattery.o drivers/power/fuel_gauge/libfuel_gauge.o drivers/power/libpower.o drivers/power/pmic/libpmic.o drivers/rtc/librtc.o drivers/serial/libserial.o drivers/sound/libsound.o drivers/spi/libspi.o drivers/twserial/libtws.o drivers/usb/eth/libusb_eth.o drivers/usb/gadget/libusb_gadget.o drivers/usb/host/libusb_host.o drivers/usb/musb-new/libusb_musb-new.o drivers/usb/musb/libusb_musb.o drivers/usb/phy/libusb_phy.o drivers/usb/ulpi/libusb_ulpi.o drivers/video/libvideo.o drivers/watchdog/libwatchdog.o fs/cbfs/libcbfs.o fs/cramfs/libcramfs.o fs/ext4/libext4fs.o fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o fs/libfs.o fs/reiserfs/libreiserfs.o fs/ubifs/libubifs.o fs/yaffs2/libyaffs2.o fs/zfs/libzfs.o lib/libfdt/libfdt.o lib/libgeneric.o lib/lzma/liblzma.o lib/lzo/liblzo.o lib/zlib/libz.o net/libnet.o post/libpost.o test/libtest.o board/avionic-design/tec/libtec.o --end-group /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/lib/eabi_compat.o  -L /home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten/usr/lib/arm-poky-linux-gnueabi/4.7.2 -lgcc -Map u-boot.map -o u-boot
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/serial/libserial.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/serial/ns16550.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/serial/serial.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/serial/serial_ns16550.o
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/drivers/serial'
| arm-poky-linux-gnueabi-objcopy -O srec u-boot u-boot.srec
| arm-poky-linux-gnueabi-objcopy --gap-fill=0xff -O binary u-boot u-boot.bin
| make -C dts binary
| make -C examples/standalone all
| make -C examples/api all
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/dts'
| rc=$( cat /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/board/avionic-design/dts/tegra20-tec.dts | arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten -E -P -ansi -DARCH_CPU_DTS=\"/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/dts/tegra20.dtsi\" -DBOARD_DTS=\"/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/board/avionic-design/tec/dts/tegra20-tec.dts\" - | { { dtc -R 4 -p 0x1000 -O dtb -o dt.dtb - 2>&1 ; echo $? >&3 ; } | grep -v '^DTC: dts->dtb  on file' ; } 3>&1 1>&2 ) ; \
| 	exit $rc
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/examples/api'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/examples/api'
| /bin/sh: 1: dtc: not found
| make[1]: *** [dt.dtb] Error 127
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/dts'
| make: *** [u-boot.dtb] Error 2
| make: *** Waiting for unfinished jobs....
| make[1]: Entering directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/examples/standalone'
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -fno-toplevel-reorder     -o hello_world.o hello_world.c -c
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten  -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -fno-toplevel-reorder     -o stubs.o stubs.c -c
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/libcommon.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/bouncebuf.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/cmd_nvedit.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/console.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/dlmalloc.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/env_common.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/image.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/memsize.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/stdio.o
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/common'
| arm-poky-linux-gnueabi-ld.bfd  -r -o libstubs.o  stubs.o
| arm-poky-linux-gnueabi-ld.bfd  -g -Ttext 0xc100000 \
| 			-o hello_world -e hello_world hello_world.o libstubs.o \
| 			-L/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten/usr/lib/arm-poky-linux-gnueabi/4.7.2 -lgcc
| arm-poky-linux-gnueabi-objcopy -O srec hello_world hello_world.srec 2>/dev/null
| arm-poky-linux-gnueabi-ld.bfd  -r -o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/libgeneric.o  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/crc32.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/ctype.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/div64.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/linux_string.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/string.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/time.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/vsprintf.o
| arm-poky-linux-gnueabi-objcopy -O binary hello_world hello_world.bin 2>/dev/null
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/examples/standalone'
| make[2]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/lib'
| arm-poky-linux-gnueabi-objdump -h  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/libarm720t.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/tegra-common/libtegra-common.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/arm720t/tegra20/libtegra20.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra-common/libcputegra-common.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/cpu/tegra20-common/libtegra20-common.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/libarm.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/board/avionic-design/tec/libtec.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/libcommon.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/common/spl/libspl.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/gpio/libgpio.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/drivers/serial/libserial.o /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/lib/libgeneric.o | sed -n -e '/.*\.u_boot_list[^ ]\+/ ! {d;n}' -e 's/.*\(\.u_boot_list[^ ]\+\).*$/\1/' -e 's/\.[^\.]\+$//' -e ':s /^.\+$/ { p;s/^\(.*\)\.[^\.]*$/\1/;b s }' | sed -n -e 'h;s/$/\a/p;g;s/$/@/p;g;s/$/~/p;' | LC_COLLATE=C sort -u | sed -n -e '/\a$/ { s/\./_/g;s/\a$/__start = .;/p; }' -e '/~$/ { s/\./_/g;s/~$/__end = .;/p; }' -e '/@$/ { s/\(.*\)@$/*(SORT(\1.*));/p }' >  /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/u-boot.lst
| arm-poky-linux-gnueabi-gcc  --sysroot=/home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten -E -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x0010c000 -DCONFIG_SPL_TEXT_BASE=0x00108000 -DCONFIG_SPL_BUILD -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/build/poky/buildSkidataTamomten/tmp/sysroots/x86_64-linux/usr/lib/cortexa9-vfp-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv4 -mtune=arm7tdmi -include /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include/u-boot/u-boot.lds.h -include /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/include/config.h -DCPUDIR=arch/arm/cpu/arm720t  -I/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/. -ansi -D__ASSEMBLY__ -P - < /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/arch/arm/cpu/u-boot.lds > /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/u-boot-spl.lds
| cd /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/ && arm-poky-linux-gnueabi-ld.bfd  -T /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/u-boot-spl.lds --gc-sections -Bstatic -Ttext 0x00108000 arch/arm/cpu/arm720t/start.o --start-group arch/arm/cpu/arm720t/libarm720t.o arch/arm/cpu/arm720t/tegra-common/libtegra-common.o arch/arm/cpu/arm720t/tegra20/libtegra20.o arch/arm/cpu/tegra-common/libcputegra-common.o arch/arm/cpu/tegra20-common/libtegra20-common.o arch/arm/lib/libarm.o board/avionic-design/tec/libtec.o common/libcommon.o common/spl/libspl.o drivers/gpio/libgpio.o drivers/serial/libserial.o lib/libgeneric.o --end-group /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/eabi_compat.o -L /home/build/poky/buildSkidataTamomten/tmp/sysroots/skidata-tamonten/usr/lib/arm-poky-linux-gnueabi/4.7.2 /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/arch/arm/lib/libgcc.o -Map u-boot-spl.map -o u-boot-spl
| arm-poky-linux-gnueabi-objcopy --gap-fill=0xff -O binary /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/u-boot-spl /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl/u-boot-spl.bin
| make[1]: Leaving directory `/home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/git/spl'
| ERROR: oe_runmake failed
| ERROR: Function failed: do_compile (see /home/build/poky/buildSkidataTamomten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot/v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2/temp/log.do_compile.7228 for further information)
NOTE: recipe u-boot-v2013.01+gitAUTOINC+3a9d879f6f64585b819af728b53be0a05037fe0d-r2: task do_compile: Failed
ERROR: Task 74 (/home/build/poky/meta/recipes-bsp/u-boot/u-boot_2013.01.bb, do_compile) failed with exit code '1'
NOTE: recipe core-image-sato-1.0-r0: task do_rootfs: Succeeded
NOTE: Tasks Summary: Attempted 5396 tasks of which 5394 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /home/build/poky/meta/recipes-bsp/u-boot/u-boot_2013.01.bb, do_compile
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Updating uboot to v2013.01
  2013-02-20 18:19           ` Satya Swaroop Damarla
@ 2013-02-21 10:10             ` Satya Swaroop DAMARLA
  2013-02-21 16:28               ` Rudolf Streif
  2013-02-21 19:03               ` How to make a recipe doing mkimage on a initrd image? Hans Beckerus
  0 siblings, 2 replies; 20+ messages in thread
From: Satya Swaroop DAMARLA @ 2013-02-21 10:10 UTC (permalink / raw)
  To: Hans Beckérus; +Cc: yocto@yoctoproject.org, Rudolf Streif

[-- Attachment #1: Type: text/plain, Size: 5350 bytes --]

Hello Guys,

I have not received any reply from you. If you can help me to figure out
what the errors mean when adding a new .bb or recipe file then I can learn
the mistake and take care in the new recipes.... I request your time


On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop Damarla <
swaroop.damarla@gmail.com> wrote:

> hey Guys... I get the following error... which I attached.. Its completely
> greek and latin to me.. Can you please help me..
>
>
> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop DAMARLA <swaroop@weisser.at
> > wrote:
>
>> hey Guys... I get the following error... which I attached.. Its
>> completely greek and latin to me.. Can you please help me..
>>
>>
>> On Wed, Feb 20, 2013 at 6:46 PM, Hans Beckérus <hans.beckerus@gmail.com>wrote:
>>
>>> On Wed, Feb 20, 2013 at 6:12 PM, Satya Swaroop Damarla
>>> <swaroop.damarla@gmail.com> wrote:
>>> > Hey hans, this is what he meant,
>>> >
>>> > In the machine config file add the following
>>> >
>>> > PREFERRED_VERSION_u-boot ?= "v2013.01%"  or PREFERRED_VERSION_u-boot ?=
>>> > "v2013.01.01%"
>>> >
>>> > By the way did you already complete the first part... There is also
>>> other
>>> > file called "u-boot-fw-utils_2012.04.01.bb" ... I think we should do
>>> the
>>> > same...
>>> >
>>> > Hans bytheway,  are you also working on the same board or diffferent
>>> board
>>> > with same problem?
>>> >
>>>
>>> Different board, same core, similar problem ;)
>>> Now I get it. Thanks. But still question remains how in earth I
>>> managed to build the kernel if not also having copied/renamed the
>>> mkimage .bb?
>>> Is the PREFERRED_VERSION_u-boot used to determine what mkimage and fw
>>> utils it picks up?
>>> Then it might be that since I/we build u-boot as a separate package,
>>> but kernel lifts in the mkimage stuff, it works but the wrong package
>>> was used.
>>> In my case obviously compatible, but not recommended I guess. Also, I
>>> agree that the fw utils should probably be in sync similar to mkimage.
>>>
>>> Hans
>>>
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > On Wed, Feb 20, 2013 at 6:01 PM, Hans Beckérus <
>>> hans.beckerus@gmail.com>
>>> > wrote:
>>> >>
>>> >> On Wed, Feb 20, 2013 at 5:16 PM, Rudolf Streif
>>> >> <rstreif@linuxfoundation.org> wrote:
>>> >> > Satya,
>>> >> >
>>> >> > Simply look at the u-boot recipes in meta/recipes-bsp/u-boot such as
>>> >> > u-boot_2012.04.01.bb. You can simply copy it and name it
>>> >> > u-boot_2013.01.bb
>>> >> > and then modify SRCREV to the revision that corresponds to the tag
>>> >> > 2013.01
>>> >> > or 2013.01.01 in git.denx.de:
>>> >> >
>>> >> > for 2013.01: 3a9d879f6f64585b819af728b53be0a05037fe0d
>>> >> > for 2013.01.01: e8ae0fa5edd152b2b29c470b88429be4cdcd2c46
>>> >> >
>>> >> > Do the same for u-boot-mkimage and include the u-boot version with
>>> your
>>> >> > bsp.
>>> >> >
>>> >> > Rudi
>>> >> >
>>> >> >
>>> >> Hi Rudi, sorry to chime in , but I have a similar problem but do not
>>> >> really get the last thing you said.
>>> >> What do you mean by including the u-boot version in the bsp? Also is
>>> >> it a must to also copy the mkimage .bb or will the system find a
>>> >> suitable one automatically?
>>> >> The thing is that I only copied/edited the u-boot .bb but never the
>>> >> mkimage. Still my kernel successfully builds the kernel uImage!?
>>> >> Some magic that I have missed :)
>>> >>
>>> >> Hans
>>> >>
>>> >>
>>> >> > On Wed, Feb 20, 2013 at 5:17 AM, Satya Swaroop Damarla
>>> >> > <swaroop.damarla@gmail.com> wrote:
>>> >> >>
>>> >> >> Hi Guys,
>>> >> >>
>>> >> >> I need support for uboot on Tamonten board but the version on it is
>>> >> >> v2012.04 but I came to know that v2012.10 or v2013.01 supports the
>>> >> >> Tamontenboard through some guys here..
>>> >> >>
>>> >> >> It would be great if you can tell me how can I accomplish v2013.01
>>> or
>>> >> >> v2012.10 into the build system and make it available so that I can
>>> >> >> compile
>>> >> >> the and get uImage
>>> >> >>
>>> >> >> (Tamonten board is a derivative of harmony board with some changes
>>> and
>>> >> >> has
>>> >> >> arm cortexa9 processor without neon extentions )
>>> >> >>
>>> >> >> I am kind of new to add new .bb files and help is really
>>> appreciated as
>>> >> >> I
>>> >> >> am not able to figure out how to add
>>> >> >>
>>> >> >> Greetings & Regards,
>>> >> >> Swaroop
>>> >> >>
>>> >> >> _______________________________________________
>>> >> >> yocto mailing list
>>> >> >> yocto@yoctoproject.org
>>> >> >> https://lists.yoctoproject.org/listinfo/yocto
>>> >> >>
>>> >> >
>>> >> >
>>> >> >
>>> >> > --
>>> >> > --
>>> >> > Rudolf J. Streif
>>> >> > Director of Embedded Solutions
>>> >> > The Linux Foundation
>>> >> >
>>> >> > rudolf.streif@linux.com
>>> >> > Phone: +1.619.631.5383
>>> >> > Skype: rudolfstreif
>>> >> > PGP: RSA 2048/2048 D6E7D28B
>>> >> >
>>> >> > Linux Foundation Events Schedule:  events.linuxfoundation.org
>>> >> > Linux Foundation Training Schedule: training.linuxfoundation.org
>>> >> >
>>> >> >
>>> >> > _______________________________________________
>>> >> > yocto mailing list
>>> >> > yocto@yoctoproject.org
>>> >> > https://lists.yoctoproject.org/listinfo/yocto
>>> >> >
>>> >
>>> >
>>>
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 8351 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Updating uboot to v2013.01
  2013-02-21 10:10             ` Satya Swaroop DAMARLA
@ 2013-02-21 16:28               ` Rudolf Streif
  2013-02-25 14:58                 ` Satya Swaroop DAMARLA
  2013-02-21 19:03               ` How to make a recipe doing mkimage on a initrd image? Hans Beckerus
  1 sibling, 1 reply; 20+ messages in thread
From: Rudolf Streif @ 2013-02-21 16:28 UTC (permalink / raw)
  To: Satya Swaroop DAMARLA; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 6069 bytes --]

Satya,

I will look into it later today. I am currently at the Linux Foundation's
Embedded Linux Conference.

Rudi


On Thu, Feb 21, 2013 at 2:10 AM, Satya Swaroop DAMARLA
<swaroop@weisser.at>wrote:

> Hello Guys,
>
> I have not received any reply from you. If you can help me to figure out
> what the errors mean when adding a new .bb or recipe file then I can learn
> the mistake and take care in the new recipes.... I request your time
>
>
> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop Damarla <
> swaroop.damarla@gmail.com> wrote:
>
>> hey Guys... I get the following error... which I attached.. Its
>> completely greek and latin to me.. Can you please help me..
>>
>>
>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop DAMARLA <
>> swaroop@weisser.at> wrote:
>>
>>> hey Guys... I get the following error... which I attached.. Its
>>> completely greek and latin to me.. Can you please help me..
>>>
>>>
>>> On Wed, Feb 20, 2013 at 6:46 PM, Hans Beckérus <hans.beckerus@gmail.com>wrote:
>>>
>>>> On Wed, Feb 20, 2013 at 6:12 PM, Satya Swaroop Damarla
>>>> <swaroop.damarla@gmail.com> wrote:
>>>> > Hey hans, this is what he meant,
>>>> >
>>>> > In the machine config file add the following
>>>> >
>>>> > PREFERRED_VERSION_u-boot ?= "v2013.01%"  or PREFERRED_VERSION_u-boot
>>>> ?=
>>>> > "v2013.01.01%"
>>>> >
>>>> > By the way did you already complete the first part... There is also
>>>> other
>>>> > file called "u-boot-fw-utils_2012.04.01.bb" ... I think we should do
>>>> the
>>>> > same...
>>>> >
>>>> > Hans bytheway,  are you also working on the same board or diffferent
>>>> board
>>>> > with same problem?
>>>> >
>>>>
>>>> Different board, same core, similar problem ;)
>>>> Now I get it. Thanks. But still question remains how in earth I
>>>> managed to build the kernel if not also having copied/renamed the
>>>> mkimage .bb?
>>>> Is the PREFERRED_VERSION_u-boot used to determine what mkimage and fw
>>>> utils it picks up?
>>>> Then it might be that since I/we build u-boot as a separate package,
>>>> but kernel lifts in the mkimage stuff, it works but the wrong package
>>>> was used.
>>>> In my case obviously compatible, but not recommended I guess. Also, I
>>>> agree that the fw utils should probably be in sync similar to mkimage.
>>>>
>>>> Hans
>>>>
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > On Wed, Feb 20, 2013 at 6:01 PM, Hans Beckérus <
>>>> hans.beckerus@gmail.com>
>>>> > wrote:
>>>> >>
>>>> >> On Wed, Feb 20, 2013 at 5:16 PM, Rudolf Streif
>>>> >> <rstreif@linuxfoundation.org> wrote:
>>>> >> > Satya,
>>>> >> >
>>>> >> > Simply look at the u-boot recipes in meta/recipes-bsp/u-boot such
>>>> as
>>>> >> > u-boot_2012.04.01.bb. You can simply copy it and name it
>>>> >> > u-boot_2013.01.bb
>>>> >> > and then modify SRCREV to the revision that corresponds to the tag
>>>> >> > 2013.01
>>>> >> > or 2013.01.01 in git.denx.de:
>>>> >> >
>>>> >> > for 2013.01: 3a9d879f6f64585b819af728b53be0a05037fe0d
>>>> >> > for 2013.01.01: e8ae0fa5edd152b2b29c470b88429be4cdcd2c46
>>>> >> >
>>>> >> > Do the same for u-boot-mkimage and include the u-boot version with
>>>> your
>>>> >> > bsp.
>>>> >> >
>>>> >> > Rudi
>>>> >> >
>>>> >> >
>>>> >> Hi Rudi, sorry to chime in , but I have a similar problem but do not
>>>> >> really get the last thing you said.
>>>> >> What do you mean by including the u-boot version in the bsp? Also is
>>>> >> it a must to also copy the mkimage .bb or will the system find a
>>>> >> suitable one automatically?
>>>> >> The thing is that I only copied/edited the u-boot .bb but never the
>>>> >> mkimage. Still my kernel successfully builds the kernel uImage!?
>>>> >> Some magic that I have missed :)
>>>> >>
>>>> >> Hans
>>>> >>
>>>> >>
>>>> >> > On Wed, Feb 20, 2013 at 5:17 AM, Satya Swaroop Damarla
>>>> >> > <swaroop.damarla@gmail.com> wrote:
>>>> >> >>
>>>> >> >> Hi Guys,
>>>> >> >>
>>>> >> >> I need support for uboot on Tamonten board but the version on it
>>>> is
>>>> >> >> v2012.04 but I came to know that v2012.10 or v2013.01 supports the
>>>> >> >> Tamontenboard through some guys here..
>>>> >> >>
>>>> >> >> It would be great if you can tell me how can I accomplish
>>>> v2013.01 or
>>>> >> >> v2012.10 into the build system and make it available so that I can
>>>> >> >> compile
>>>> >> >> the and get uImage
>>>> >> >>
>>>> >> >> (Tamonten board is a derivative of harmony board with some
>>>> changes and
>>>> >> >> has
>>>> >> >> arm cortexa9 processor without neon extentions )
>>>> >> >>
>>>> >> >> I am kind of new to add new .bb files and help is really
>>>> appreciated as
>>>> >> >> I
>>>> >> >> am not able to figure out how to add
>>>> >> >>
>>>> >> >> Greetings & Regards,
>>>> >> >> Swaroop
>>>> >> >>
>>>> >> >> _______________________________________________
>>>> >> >> yocto mailing list
>>>> >> >> yocto@yoctoproject.org
>>>> >> >> https://lists.yoctoproject.org/listinfo/yocto
>>>> >> >>
>>>> >> >
>>>> >> >
>>>> >> >
>>>> >> > --
>>>> >> > --
>>>> >> > Rudolf J. Streif
>>>> >> > Director of Embedded Solutions
>>>> >> > The Linux Foundation
>>>> >> >
>>>> >> > rudolf.streif@linux.com
>>>> >> > Phone: +1.619.631.5383
>>>> >> > Skype: rudolfstreif
>>>> >> > PGP: RSA 2048/2048 D6E7D28B
>>>> >> >
>>>> >> > Linux Foundation Events Schedule:  events.linuxfoundation.org
>>>> >> > Linux Foundation Training Schedule: training.linuxfoundation.org
>>>> >> >
>>>> >> >
>>>> >> > _______________________________________________
>>>> >> > yocto mailing list
>>>> >> > yocto@yoctoproject.org
>>>> >> > https://lists.yoctoproject.org/listinfo/yocto
>>>> >> >
>>>> >
>>>> >
>>>>
>>>
>>>
>>
>


-- 
-- 
*Rudolf J. Streif*
Director of Embedded Solutions
The Linux Foundation

rudolf.streif@linux.com
Phone: +1.619.631.5383
Skype: rudolfstreif
PGP: RSA 2048/2048 D6E7D28B

Linux Foundation Events Schedule:  events.linuxfoundation.org
Linux Foundation Training Schedule: training.linuxfoundation.org

[-- Attachment #2: Type: text/html, Size: 10429 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* How to make a recipe doing mkimage on a initrd image?
  2013-02-21 10:10             ` Satya Swaroop DAMARLA
  2013-02-21 16:28               ` Rudolf Streif
@ 2013-02-21 19:03               ` Hans Beckerus
  1 sibling, 0 replies; 20+ messages in thread
From: Hans Beckerus @ 2013-02-21 19:03 UTC (permalink / raw)
  To: yocto@yoctoproject.org

I have created a cpio type rootfs image and are trying to load it as a 
initrd ramdisk.
After several boot failures  (U-Boot complains it is not a valid image) 
I finally realized that the U-Boot version being used on this system 
requires that the ramdisk image is also prepended with a mkimage header. 
The standard image .bbclass that I am using in my simple recipe does not 
seem to have this functionality. Has anyone done a recipe (or image 
class?) that is calling mkimage in the do_deploy stage that could help 
me on the way here?
I wish to have it work similar to the kernel uImage build for which I 
guess the u-boot-native-mkimage is being used.

Hans


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Updating uboot to v2013.01
  2013-02-21 16:28               ` Rudolf Streif
@ 2013-02-25 14:58                 ` Satya Swaroop DAMARLA
  2013-02-25 15:56                   ` Satya Swaroop Damarla
  2013-02-25 16:05                   ` Hans Beckérus
  0 siblings, 2 replies; 20+ messages in thread
From: Satya Swaroop DAMARLA @ 2013-02-25 14:58 UTC (permalink / raw)
  To: Rudolf Streif; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 7075 bytes --]

Guys. I found the solution to this problem....

I think if you already install uboot-tools or uboot-mkimage packes from
Ubuntu repository then it is used instead of the one that is downloaded and
we should uninstall the packages and then rerun the build,,... Then IT
WORKS... So, thank you for the time and enegry... I assume this thread is
closed and this is the solution and if this doesnot work for some then
please post it and we may discuss the situation depending on the problem,

Greetings & Regards,
Satya


On Thu, Feb 21, 2013 at 5:28 PM, Rudolf Streif
<rstreif@linuxfoundation.org>wrote:

> Satya,
>
> I will look into it later today. I am currently at the Linux Foundation's
> Embedded Linux Conference.
>
> Rudi
>
>
> On Thu, Feb 21, 2013 at 2:10 AM, Satya Swaroop DAMARLA <swaroop@weisser.at
> > wrote:
>
>> Hello Guys,
>>
>> I have not received any reply from you. If you can help me to figure out
>> what the errors mean when adding a new .bb or recipe file then I can learn
>> the mistake and take care in the new recipes.... I request your time
>>
>>
>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop Damarla <
>> swaroop.damarla@gmail.com> wrote:
>>
>>> hey Guys... I get the following error... which I attached.. Its
>>> completely greek and latin to me.. Can you please help me..
>>>
>>>
>>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop DAMARLA <
>>> swaroop@weisser.at> wrote:
>>>
>>>> hey Guys... I get the following error... which I attached.. Its
>>>> completely greek and latin to me.. Can you please help me..
>>>>
>>>>
>>>> On Wed, Feb 20, 2013 at 6:46 PM, Hans Beckérus <hans.beckerus@gmail.com
>>>> > wrote:
>>>>
>>>>> On Wed, Feb 20, 2013 at 6:12 PM, Satya Swaroop Damarla
>>>>> <swaroop.damarla@gmail.com> wrote:
>>>>> > Hey hans, this is what he meant,
>>>>> >
>>>>> > In the machine config file add the following
>>>>> >
>>>>> > PREFERRED_VERSION_u-boot ?= "v2013.01%"  or PREFERRED_VERSION_u-boot
>>>>> ?=
>>>>> > "v2013.01.01%"
>>>>> >
>>>>> > By the way did you already complete the first part... There is also
>>>>> other
>>>>> > file called "u-boot-fw-utils_2012.04.01.bb" ... I think we should
>>>>> do the
>>>>> > same...
>>>>> >
>>>>> > Hans bytheway,  are you also working on the same board or diffferent
>>>>> board
>>>>> > with same problem?
>>>>> >
>>>>>
>>>>> Different board, same core, similar problem ;)
>>>>> Now I get it. Thanks. But still question remains how in earth I
>>>>> managed to build the kernel if not also having copied/renamed the
>>>>> mkimage .bb?
>>>>> Is the PREFERRED_VERSION_u-boot used to determine what mkimage and fw
>>>>> utils it picks up?
>>>>> Then it might be that since I/we build u-boot as a separate package,
>>>>> but kernel lifts in the mkimage stuff, it works but the wrong package
>>>>> was used.
>>>>> In my case obviously compatible, but not recommended I guess. Also, I
>>>>> agree that the fw utils should probably be in sync similar to mkimage.
>>>>>
>>>>> Hans
>>>>>
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> > On Wed, Feb 20, 2013 at 6:01 PM, Hans Beckérus <
>>>>> hans.beckerus@gmail.com>
>>>>> > wrote:
>>>>> >>
>>>>> >> On Wed, Feb 20, 2013 at 5:16 PM, Rudolf Streif
>>>>> >> <rstreif@linuxfoundation.org> wrote:
>>>>> >> > Satya,
>>>>> >> >
>>>>> >> > Simply look at the u-boot recipes in meta/recipes-bsp/u-boot such
>>>>> as
>>>>> >> > u-boot_2012.04.01.bb. You can simply copy it and name it
>>>>> >> > u-boot_2013.01.bb
>>>>> >> > and then modify SRCREV to the revision that corresponds to the tag
>>>>> >> > 2013.01
>>>>> >> > or 2013.01.01 in git.denx.de:
>>>>> >> >
>>>>> >> > for 2013.01: 3a9d879f6f64585b819af728b53be0a05037fe0d
>>>>> >> > for 2013.01.01: e8ae0fa5edd152b2b29c470b88429be4cdcd2c46
>>>>> >> >
>>>>> >> > Do the same for u-boot-mkimage and include the u-boot version
>>>>> with your
>>>>> >> > bsp.
>>>>> >> >
>>>>> >> > Rudi
>>>>> >> >
>>>>> >> >
>>>>> >> Hi Rudi, sorry to chime in , but I have a similar problem but do not
>>>>> >> really get the last thing you said.
>>>>> >> What do you mean by including the u-boot version in the bsp? Also is
>>>>> >> it a must to also copy the mkimage .bb or will the system find a
>>>>> >> suitable one automatically?
>>>>> >> The thing is that I only copied/edited the u-boot .bb but never the
>>>>> >> mkimage. Still my kernel successfully builds the kernel uImage!?
>>>>> >> Some magic that I have missed :)
>>>>> >>
>>>>> >> Hans
>>>>> >>
>>>>> >>
>>>>> >> > On Wed, Feb 20, 2013 at 5:17 AM, Satya Swaroop Damarla
>>>>> >> > <swaroop.damarla@gmail.com> wrote:
>>>>> >> >>
>>>>> >> >> Hi Guys,
>>>>> >> >>
>>>>> >> >> I need support for uboot on Tamonten board but the version on it
>>>>> is
>>>>> >> >> v2012.04 but I came to know that v2012.10 or v2013.01 supports
>>>>> the
>>>>> >> >> Tamontenboard through some guys here..
>>>>> >> >>
>>>>> >> >> It would be great if you can tell me how can I accomplish
>>>>> v2013.01 or
>>>>> >> >> v2012.10 into the build system and make it available so that I
>>>>> can
>>>>> >> >> compile
>>>>> >> >> the and get uImage
>>>>> >> >>
>>>>> >> >> (Tamonten board is a derivative of harmony board with some
>>>>> changes and
>>>>> >> >> has
>>>>> >> >> arm cortexa9 processor without neon extentions )
>>>>> >> >>
>>>>> >> >> I am kind of new to add new .bb files and help is really
>>>>> appreciated as
>>>>> >> >> I
>>>>> >> >> am not able to figure out how to add
>>>>> >> >>
>>>>> >> >> Greetings & Regards,
>>>>> >> >> Swaroop
>>>>> >> >>
>>>>> >> >> _______________________________________________
>>>>> >> >> yocto mailing list
>>>>> >> >> yocto@yoctoproject.org
>>>>> >> >> https://lists.yoctoproject.org/listinfo/yocto
>>>>> >> >>
>>>>> >> >
>>>>> >> >
>>>>> >> >
>>>>> >> > --
>>>>> >> > --
>>>>> >> > Rudolf J. Streif
>>>>> >> > Director of Embedded Solutions
>>>>> >> > The Linux Foundation
>>>>> >> >
>>>>> >> > rudolf.streif@linux.com
>>>>> >> > Phone: +1.619.631.5383
>>>>> >> > Skype: rudolfstreif
>>>>> >> > PGP: RSA 2048/2048 D6E7D28B
>>>>> >> >
>>>>> >> > Linux Foundation Events Schedule:  events.linuxfoundation.org
>>>>> >> > Linux Foundation Training Schedule: training.linuxfoundation.org
>>>>> >> >
>>>>> >> >
>>>>> >> > _______________________________________________
>>>>> >> > yocto mailing list
>>>>> >> > yocto@yoctoproject.org
>>>>> >> > https://lists.yoctoproject.org/listinfo/yocto
>>>>> >> >
>>>>> >
>>>>> >
>>>>>
>>>>
>>>>
>>>
>>
>
>
> --
> --
> *Rudolf J. Streif*
> Director of Embedded Solutions
> The Linux Foundation
>
> rudolf.streif@linux.com
> Phone: +1.619.631.5383
> Skype: rudolfstreif
> PGP: RSA 2048/2048 D6E7D28B
>
> Linux Foundation Events Schedule:  events.linuxfoundation.org
> Linux Foundation Training Schedule: training.linuxfoundation.org
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>

[-- Attachment #2: Type: text/html, Size: 11808 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Updating uboot to v2013.01
  2013-02-25 14:58                 ` Satya Swaroop DAMARLA
@ 2013-02-25 15:56                   ` Satya Swaroop Damarla
  2013-02-25 16:02                     ` Hans Beckérus
  2013-02-26 17:19                     ` Rudolf Streif
  2013-02-25 16:05                   ` Hans Beckérus
  1 sibling, 2 replies; 20+ messages in thread
From: Satya Swaroop Damarla @ 2013-02-25 15:56 UTC (permalink / raw)
  To: Rudolf Streif, Hans Beckérus; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 7815 bytes --]

Another important package that has to be installed in  the "apt-get install
device-tree-compiler" package. This was adviced by the Thierry Reding, wh
wrote the uboot config for Tamonten board.. Rudolf, may I ask you how did
you find the SRCREV values for the uboot packages ... It would be great to
know as there is not sufficient literature avilable to explain this on the
internet...


On Mon, Feb 25, 2013 at 3:58 PM, Satya Swaroop DAMARLA
<swaroop@weisser.at>wrote:

> Guys. I found the solution to this problem....
>
> I think if you already install uboot-tools or uboot-mkimage packes from
> Ubuntu repository then it is used instead of the one that is downloaded and
> we should uninstall the packages and then rerun the build,,... Then IT
> WORKS... So, thank you for the time and enegry... I assume this thread is
> closed and this is the solution and if this doesnot work for some then
> please post it and we may discuss the situation depending on the problem,
>
> Greetings & Regards,
> Satya
>
>
> On Thu, Feb 21, 2013 at 5:28 PM, Rudolf Streif <
> rstreif@linuxfoundation.org> wrote:
>
>> Satya,
>>
>> I will look into it later today. I am currently at the Linux Foundation's
>> Embedded Linux Conference.
>>
>> Rudi
>>
>>
>> On Thu, Feb 21, 2013 at 2:10 AM, Satya Swaroop DAMARLA <
>> swaroop@weisser.at> wrote:
>>
>>> Hello Guys,
>>>
>>> I have not received any reply from you. If you can help me to figure out
>>> what the errors mean when adding a new .bb or recipe file then I can learn
>>> the mistake and take care in the new recipes.... I request your time
>>>
>>>
>>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop Damarla <
>>> swaroop.damarla@gmail.com> wrote:
>>>
>>>> hey Guys... I get the following error... which I attached.. Its
>>>> completely greek and latin to me.. Can you please help me..
>>>>
>>>>
>>>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop DAMARLA <
>>>> swaroop@weisser.at> wrote:
>>>>
>>>>> hey Guys... I get the following error... which I attached.. Its
>>>>> completely greek and latin to me.. Can you please help me..
>>>>>
>>>>>
>>>>> On Wed, Feb 20, 2013 at 6:46 PM, Hans Beckérus <
>>>>> hans.beckerus@gmail.com> wrote:
>>>>>
>>>>>> On Wed, Feb 20, 2013 at 6:12 PM, Satya Swaroop Damarla
>>>>>> <swaroop.damarla@gmail.com> wrote:
>>>>>> > Hey hans, this is what he meant,
>>>>>> >
>>>>>> > In the machine config file add the following
>>>>>> >
>>>>>> > PREFERRED_VERSION_u-boot ?= "v2013.01%"  or
>>>>>> PREFERRED_VERSION_u-boot ?=
>>>>>> > "v2013.01.01%"
>>>>>> >
>>>>>> > By the way did you already complete the first part... There is also
>>>>>> other
>>>>>> > file called "u-boot-fw-utils_2012.04.01.bb" ... I think we should
>>>>>> do the
>>>>>> > same...
>>>>>> >
>>>>>> > Hans bytheway,  are you also working on the same board or
>>>>>> diffferent board
>>>>>> > with same problem?
>>>>>> >
>>>>>>
>>>>>> Different board, same core, similar problem ;)
>>>>>> Now I get it. Thanks. But still question remains how in earth I
>>>>>> managed to build the kernel if not also having copied/renamed the
>>>>>> mkimage .bb?
>>>>>> Is the PREFERRED_VERSION_u-boot used to determine what mkimage and fw
>>>>>> utils it picks up?
>>>>>> Then it might be that since I/we build u-boot as a separate package,
>>>>>> but kernel lifts in the mkimage stuff, it works but the wrong package
>>>>>> was used.
>>>>>> In my case obviously compatible, but not recommended I guess. Also, I
>>>>>> agree that the fw utils should probably be in sync similar to mkimage.
>>>>>>
>>>>>> Hans
>>>>>>
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> > On Wed, Feb 20, 2013 at 6:01 PM, Hans Beckérus <
>>>>>> hans.beckerus@gmail.com>
>>>>>> > wrote:
>>>>>> >>
>>>>>> >> On Wed, Feb 20, 2013 at 5:16 PM, Rudolf Streif
>>>>>> >> <rstreif@linuxfoundation.org> wrote:
>>>>>> >> > Satya,
>>>>>> >> >
>>>>>> >> > Simply look at the u-boot recipes in meta/recipes-bsp/u-boot
>>>>>> such as
>>>>>> >> > u-boot_2012.04.01.bb. You can simply copy it and name it
>>>>>> >> > u-boot_2013.01.bb
>>>>>> >> > and then modify SRCREV to the revision that corresponds to the
>>>>>> tag
>>>>>> >> > 2013.01
>>>>>> >> > or 2013.01.01 in git.denx.de:
>>>>>> >> >
>>>>>> >> > for 2013.01: 3a9d879f6f64585b819af728b53be0a05037fe0d
>>>>>> >> > for 2013.01.01: e8ae0fa5edd152b2b29c470b88429be4cdcd2c46
>>>>>> >> >
>>>>>> >> > Do the same for u-boot-mkimage and include the u-boot version
>>>>>> with your
>>>>>> >> > bsp.
>>>>>> >> >
>>>>>> >> > Rudi
>>>>>> >> >
>>>>>> >> >
>>>>>> >> Hi Rudi, sorry to chime in , but I have a similar problem but do
>>>>>> not
>>>>>> >> really get the last thing you said.
>>>>>> >> What do you mean by including the u-boot version in the bsp? Also
>>>>>> is
>>>>>> >> it a must to also copy the mkimage .bb or will the system find a
>>>>>> >> suitable one automatically?
>>>>>> >> The thing is that I only copied/edited the u-boot .bb but never the
>>>>>> >> mkimage. Still my kernel successfully builds the kernel uImage!?
>>>>>> >> Some magic that I have missed :)
>>>>>> >>
>>>>>> >> Hans
>>>>>> >>
>>>>>> >>
>>>>>> >> > On Wed, Feb 20, 2013 at 5:17 AM, Satya Swaroop Damarla
>>>>>> >> > <swaroop.damarla@gmail.com> wrote:
>>>>>> >> >>
>>>>>> >> >> Hi Guys,
>>>>>> >> >>
>>>>>> >> >> I need support for uboot on Tamonten board but the version on
>>>>>> it is
>>>>>> >> >> v2012.04 but I came to know that v2012.10 or v2013.01 supports
>>>>>> the
>>>>>> >> >> Tamontenboard through some guys here..
>>>>>> >> >>
>>>>>> >> >> It would be great if you can tell me how can I accomplish
>>>>>> v2013.01 or
>>>>>> >> >> v2012.10 into the build system and make it available so that I
>>>>>> can
>>>>>> >> >> compile
>>>>>> >> >> the and get uImage
>>>>>> >> >>
>>>>>> >> >> (Tamonten board is a derivative of harmony board with some
>>>>>> changes and
>>>>>> >> >> has
>>>>>> >> >> arm cortexa9 processor without neon extentions )
>>>>>> >> >>
>>>>>> >> >> I am kind of new to add new .bb files and help is really
>>>>>> appreciated as
>>>>>> >> >> I
>>>>>> >> >> am not able to figure out how to add
>>>>>> >> >>
>>>>>> >> >> Greetings & Regards,
>>>>>> >> >> Swaroop
>>>>>> >> >>
>>>>>> >> >> _______________________________________________
>>>>>> >> >> yocto mailing list
>>>>>> >> >> yocto@yoctoproject.org
>>>>>> >> >> https://lists.yoctoproject.org/listinfo/yocto
>>>>>> >> >>
>>>>>> >> >
>>>>>> >> >
>>>>>> >> >
>>>>>> >> > --
>>>>>> >> > --
>>>>>> >> > Rudolf J. Streif
>>>>>> >> > Director of Embedded Solutions
>>>>>> >> > The Linux Foundation
>>>>>> >> >
>>>>>> >> > rudolf.streif@linux.com
>>>>>> >> > Phone: +1.619.631.5383
>>>>>> >> > Skype: rudolfstreif
>>>>>> >> > PGP: RSA 2048/2048 D6E7D28B
>>>>>> >> >
>>>>>> >> > Linux Foundation Events Schedule:  events.linuxfoundation.org
>>>>>> >> > Linux Foundation Training Schedule: training.linuxfoundation.org
>>>>>> >> >
>>>>>> >> >
>>>>>> >> > _______________________________________________
>>>>>> >> > yocto mailing list
>>>>>> >> > yocto@yoctoproject.org
>>>>>> >> > https://lists.yoctoproject.org/listinfo/yocto
>>>>>> >> >
>>>>>> >
>>>>>> >
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
>>
>> --
>> --
>> *Rudolf J. Streif*
>> Director of Embedded Solutions
>> The Linux Foundation
>>
>> rudolf.streif@linux.com
>> Phone: +1.619.631.5383
>> Skype: rudolfstreif
>> PGP: RSA 2048/2048 D6E7D28B
>>
>> Linux Foundation Events Schedule:  events.linuxfoundation.org
>> Linux Foundation Training Schedule: training.linuxfoundation.org
>>
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 12630 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Updating uboot to v2013.01
  2013-02-25 15:56                   ` Satya Swaroop Damarla
@ 2013-02-25 16:02                     ` Hans Beckérus
  2013-02-26 17:19                     ` Rudolf Streif
  1 sibling, 0 replies; 20+ messages in thread
From: Hans Beckérus @ 2013-02-25 16:02 UTC (permalink / raw)
  To: Satya Swaroop Damarla; +Cc: yocto@yoctoproject.org, Rudolf Streif

[-- Attachment #1: Type: text/plain, Size: 8101 bytes --]



25 feb 2013 kl. 16:56 skrev Satya Swaroop Damarla <swaroop.damarla@gmail.com>:

> Another important package that has to be installed in  the "apt-get install device-tree-compiler" package. This was adviced by the Thierry Reding, wh wrote the uboot config for Tamonten board.. Rudolf, may I ask you how did you find the SRCREV values for the uboot packages ... It would be great to know as there is not sufficient literature avilable to explain this on the internet...
> 
I do not get this. Why should you want to install this package? The dts compiler should be part of any complete kernel! I think it is the wrong solution to use the one from the host distro. You should use the one the specific kernel version provides.

> 
> On Mon, Feb 25, 2013 at 3:58 PM, Satya Swaroop DAMARLA <swaroop@weisser.at> wrote:
>> Guys. I found the solution to this problem....
>> 
>> I think if you already install uboot-tools or uboot-mkimage packes from Ubuntu repository then it is used instead of the one that is downloaded and we should uninstall the packages and then rerun the build,,... Then IT WORKS... So, thank you for the time and enegry... I assume this thread is closed and this is the solution and if this doesnot work for some then please post it and we may discuss the situation depending on the problem,
>> 
>> Greetings & Regards,
>> Satya
>> 
>> 
>> On Thu, Feb 21, 2013 at 5:28 PM, Rudolf Streif <rstreif@linuxfoundation.org> wrote:
>>> Satya,
>>> 
>>> I will look into it later today. I am currently at the Linux Foundation's Embedded Linux Conference.
>>> 
>>> Rudi
>>> 
>>> 
>>> On Thu, Feb 21, 2013 at 2:10 AM, Satya Swaroop DAMARLA <swaroop@weisser.at> wrote:
>>>> Hello Guys,
>>>> 
>>>> I have not received any reply from you. If you can help me to figure out what the errors mean when adding a new .bb or recipe file then I can learn the mistake and take care in the new recipes.... I request your time 
>>>> 
>>>> 
>>>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop Damarla <swaroop.damarla@gmail.com> wrote:
>>>>> hey Guys... I get the following error... which I attached.. Its completely greek and latin to me.. Can you please help me..
>>>>> 
>>>>> 
>>>>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop DAMARLA <swaroop@weisser.at> wrote:
>>>>>> hey Guys... I get the following error... which I attached.. Its completely greek and latin to me.. Can you please help me..
>>>>>> 
>>>>>> 
>>>>>> On Wed, Feb 20, 2013 at 6:46 PM, Hans Beckérus <hans.beckerus@gmail.com> wrote:
>>>>>>> On Wed, Feb 20, 2013 at 6:12 PM, Satya Swaroop Damarla
>>>>>>> <swaroop.damarla@gmail.com> wrote:
>>>>>>> > Hey hans, this is what he meant,
>>>>>>> >
>>>>>>> > In the machine config file add the following
>>>>>>> >
>>>>>>> > PREFERRED_VERSION_u-boot ?= "v2013.01%"  or PREFERRED_VERSION_u-boot ?=
>>>>>>> > "v2013.01.01%"
>>>>>>> >
>>>>>>> > By the way did you already complete the first part... There is also other
>>>>>>> > file called "u-boot-fw-utils_2012.04.01.bb" ... I think we should do the
>>>>>>> > same...
>>>>>>> >
>>>>>>> > Hans bytheway,  are you also working on the same board or diffferent board
>>>>>>> > with same problem?
>>>>>>> >
>>>>>>> 
>>>>>>> Different board, same core, similar problem ;)
>>>>>>> Now I get it. Thanks. But still question remains how in earth I
>>>>>>> managed to build the kernel if not also having copied/renamed the
>>>>>>> mkimage .bb?
>>>>>>> Is the PREFERRED_VERSION_u-boot used to determine what mkimage and fw
>>>>>>> utils it picks up?
>>>>>>> Then it might be that since I/we build u-boot as a separate package,
>>>>>>> but kernel lifts in the mkimage stuff, it works but the wrong package
>>>>>>> was used.
>>>>>>> In my case obviously compatible, but not recommended I guess. Also, I
>>>>>>> agree that the fw utils should probably be in sync similar to mkimage.
>>>>>>> 
>>>>>>> Hans
>>>>>>> 
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> > On Wed, Feb 20, 2013 at 6:01 PM, Hans Beckérus <hans.beckerus@gmail.com>
>>>>>>> > wrote:
>>>>>>> >>
>>>>>>> >> On Wed, Feb 20, 2013 at 5:16 PM, Rudolf Streif
>>>>>>> >> <rstreif@linuxfoundation.org> wrote:
>>>>>>> >> > Satya,
>>>>>>> >> >
>>>>>>> >> > Simply look at the u-boot recipes in meta/recipes-bsp/u-boot such as
>>>>>>> >> > u-boot_2012.04.01.bb. You can simply copy it and name it
>>>>>>> >> > u-boot_2013.01.bb
>>>>>>> >> > and then modify SRCREV to the revision that corresponds to the tag
>>>>>>> >> > 2013.01
>>>>>>> >> > or 2013.01.01 in git.denx.de:
>>>>>>> >> >
>>>>>>> >> > for 2013.01: 3a9d879f6f64585b819af728b53be0a05037fe0d
>>>>>>> >> > for 2013.01.01: e8ae0fa5edd152b2b29c470b88429be4cdcd2c46
>>>>>>> >> >
>>>>>>> >> > Do the same for u-boot-mkimage and include the u-boot version with your
>>>>>>> >> > bsp.
>>>>>>> >> >
>>>>>>> >> > Rudi
>>>>>>> >> >
>>>>>>> >> >
>>>>>>> >> Hi Rudi, sorry to chime in , but I have a similar problem but do not
>>>>>>> >> really get the last thing you said.
>>>>>>> >> What do you mean by including the u-boot version in the bsp? Also is
>>>>>>> >> it a must to also copy the mkimage .bb or will the system find a
>>>>>>> >> suitable one automatically?
>>>>>>> >> The thing is that I only copied/edited the u-boot .bb but never the
>>>>>>> >> mkimage. Still my kernel successfully builds the kernel uImage!?
>>>>>>> >> Some magic that I have missed :)
>>>>>>> >>
>>>>>>> >> Hans
>>>>>>> >>
>>>>>>> >>
>>>>>>> >> > On Wed, Feb 20, 2013 at 5:17 AM, Satya Swaroop Damarla
>>>>>>> >> > <swaroop.damarla@gmail.com> wrote:
>>>>>>> >> >>
>>>>>>> >> >> Hi Guys,
>>>>>>> >> >>
>>>>>>> >> >> I need support for uboot on Tamonten board but the version on it is
>>>>>>> >> >> v2012.04 but I came to know that v2012.10 or v2013.01 supports the
>>>>>>> >> >> Tamontenboard through some guys here..
>>>>>>> >> >>
>>>>>>> >> >> It would be great if you can tell me how can I accomplish v2013.01 or
>>>>>>> >> >> v2012.10 into the build system and make it available so that I can
>>>>>>> >> >> compile
>>>>>>> >> >> the and get uImage
>>>>>>> >> >>
>>>>>>> >> >> (Tamonten board is a derivative of harmony board with some changes and
>>>>>>> >> >> has
>>>>>>> >> >> arm cortexa9 processor without neon extentions )
>>>>>>> >> >>
>>>>>>> >> >> I am kind of new to add new .bb files and help is really appreciated as
>>>>>>> >> >> I
>>>>>>> >> >> am not able to figure out how to add
>>>>>>> >> >>
>>>>>>> >> >> Greetings & Regards,
>>>>>>> >> >> Swaroop
>>>>>>> >> >>
>>>>>>> >> >> _______________________________________________
>>>>>>> >> >> yocto mailing list
>>>>>>> >> >> yocto@yoctoproject.org
>>>>>>> >> >> https://lists.yoctoproject.org/listinfo/yocto
>>>>>>> >> >>
>>>>>>> >> >
>>>>>>> >> >
>>>>>>> >> >
>>>>>>> >> > --
>>>>>>> >> > --
>>>>>>> >> > Rudolf J. Streif
>>>>>>> >> > Director of Embedded Solutions
>>>>>>> >> > The Linux Foundation
>>>>>>> >> >
>>>>>>> >> > rudolf.streif@linux.com
>>>>>>> >> > Phone: +1.619.631.5383
>>>>>>> >> > Skype: rudolfstreif
>>>>>>> >> > PGP: RSA 2048/2048 D6E7D28B
>>>>>>> >> >
>>>>>>> >> > Linux Foundation Events Schedule:  events.linuxfoundation.org
>>>>>>> >> > Linux Foundation Training Schedule: training.linuxfoundation.org
>>>>>>> >> >
>>>>>>> >> >
>>>>>>> >> > _______________________________________________
>>>>>>> >> > yocto mailing list
>>>>>>> >> > yocto@yoctoproject.org
>>>>>>> >> > https://lists.yoctoproject.org/listinfo/yocto
>>>>>>> >> >
>>>>>>> >
>>>>>>> >
>>> 
>>> 
>>> 
>>> -- 
>>> -- 
>>> Rudolf J. Streif
>>> Director of Embedded Solutions
>>> The Linux Foundation
>>> 
>>> rudolf.streif@linux.com
>>> Phone: +1.619.631.5383
>>> Skype: rudolfstreif
>>> PGP: RSA 2048/2048 D6E7D28B
>>> 
>>> Linux Foundation Events Schedule:  events.linuxfoundation.org
>>> Linux Foundation Training Schedule: training.linuxfoundation.org
>>> 
>>> 
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
> 

[-- Attachment #2: Type: text/html, Size: 13306 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Updating uboot to v2013.01
  2013-02-25 14:58                 ` Satya Swaroop DAMARLA
  2013-02-25 15:56                   ` Satya Swaroop Damarla
@ 2013-02-25 16:05                   ` Hans Beckérus
  2013-02-26  7:36                     ` Satya Swaroop Damarla
  1 sibling, 1 reply; 20+ messages in thread
From: Hans Beckérus @ 2013-02-25 16:05 UTC (permalink / raw)
  To: Satya Swaroop DAMARLA; +Cc: yocto@yoctoproject.org, Rudolf Streif

[-- Attachment #1: Type: text/plain, Size: 7526 bytes --]



25 feb 2013 kl. 15:58 skrev Satya Swaroop DAMARLA <swaroop@weisser.at>:

> Guys. I found the solution to this problem....
> 
> I think if you already install uboot-tools or uboot-mkimage packes from Ubuntu repository then it is used instead of the one that is downloaded and we should uninstall the packages and then rerun the build,,... Then IT WORKS... So, thank you for the time and enegry... I assume this thread is closed and this is the solution and if this doesnot work for some then please post it and we may discuss the situation depending on the problem,
> 
> Greetings & Regards,
> Satya
> 
Same comment here as for the device tree compiler. You should use the uboot tools/version as they come with the package. Not the one used by the host distro. To me this is not a proper solution.


> 
> On Thu, Feb 21, 2013 at 5:28 PM, Rudolf Streif <rstreif@linuxfoundation.org> wrote:
>> Satya,
>> 
>> I will look into it later today. I am currently at the Linux Foundation's Embedded Linux Conference.
>> 
>> Rudi
>> 
>> 
>> On Thu, Feb 21, 2013 at 2:10 AM, Satya Swaroop DAMARLA <swaroop@weisser.at> wrote:
>>> Hello Guys,
>>> 
>>> I have not received any reply from you. If you can help me to figure out what the errors mean when adding a new .bb or recipe file then I can learn the mistake and take care in the new recipes.... I request your time 
>>> 
>>> 
>>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop Damarla <swaroop.damarla@gmail.com> wrote:
>>>> hey Guys... I get the following error... which I attached.. Its completely greek and latin to me.. Can you please help me..
>>>> 
>>>> 
>>>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop DAMARLA <swaroop@weisser.at> wrote:
>>>>> hey Guys... I get the following error... which I attached.. Its completely greek and latin to me.. Can you please help me..
>>>>> 
>>>>> 
>>>>> On Wed, Feb 20, 2013 at 6:46 PM, Hans Beckérus <hans.beckerus@gmail.com> wrote:
>>>>>> On Wed, Feb 20, 2013 at 6:12 PM, Satya Swaroop Damarla
>>>>>> <swaroop.damarla@gmail.com> wrote:
>>>>>> > Hey hans, this is what he meant,
>>>>>> >
>>>>>> > In the machine config file add the following
>>>>>> >
>>>>>> > PREFERRED_VERSION_u-boot ?= "v2013.01%"  or PREFERRED_VERSION_u-boot ?=
>>>>>> > "v2013.01.01%"
>>>>>> >
>>>>>> > By the way did you already complete the first part... There is also other
>>>>>> > file called "u-boot-fw-utils_2012.04.01.bb" ... I think we should do the
>>>>>> > same...
>>>>>> >
>>>>>> > Hans bytheway,  are you also working on the same board or diffferent board
>>>>>> > with same problem?
>>>>>> >
>>>>>> 
>>>>>> Different board, same core, similar problem ;)
>>>>>> Now I get it. Thanks. But still question remains how in earth I
>>>>>> managed to build the kernel if not also having copied/renamed the
>>>>>> mkimage .bb?
>>>>>> Is the PREFERRED_VERSION_u-boot used to determine what mkimage and fw
>>>>>> utils it picks up?
>>>>>> Then it might be that since I/we build u-boot as a separate package,
>>>>>> but kernel lifts in the mkimage stuff, it works but the wrong package
>>>>>> was used.
>>>>>> In my case obviously compatible, but not recommended I guess. Also, I
>>>>>> agree that the fw utils should probably be in sync similar to mkimage.
>>>>>> 
>>>>>> Hans
>>>>>> 
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> > On Wed, Feb 20, 2013 at 6:01 PM, Hans Beckérus <hans.beckerus@gmail.com>
>>>>>> > wrote:
>>>>>> >>
>>>>>> >> On Wed, Feb 20, 2013 at 5:16 PM, Rudolf Streif
>>>>>> >> <rstreif@linuxfoundation.org> wrote:
>>>>>> >> > Satya,
>>>>>> >> >
>>>>>> >> > Simply look at the u-boot recipes in meta/recipes-bsp/u-boot such as
>>>>>> >> > u-boot_2012.04.01.bb. You can simply copy it and name it
>>>>>> >> > u-boot_2013.01.bb
>>>>>> >> > and then modify SRCREV to the revision that corresponds to the tag
>>>>>> >> > 2013.01
>>>>>> >> > or 2013.01.01 in git.denx.de:
>>>>>> >> >
>>>>>> >> > for 2013.01: 3a9d879f6f64585b819af728b53be0a05037fe0d
>>>>>> >> > for 2013.01.01: e8ae0fa5edd152b2b29c470b88429be4cdcd2c46
>>>>>> >> >
>>>>>> >> > Do the same for u-boot-mkimage and include the u-boot version with your
>>>>>> >> > bsp.
>>>>>> >> >
>>>>>> >> > Rudi
>>>>>> >> >
>>>>>> >> >
>>>>>> >> Hi Rudi, sorry to chime in , but I have a similar problem but do not
>>>>>> >> really get the last thing you said.
>>>>>> >> What do you mean by including the u-boot version in the bsp? Also is
>>>>>> >> it a must to also copy the mkimage .bb or will the system find a
>>>>>> >> suitable one automatically?
>>>>>> >> The thing is that I only copied/edited the u-boot .bb but never the
>>>>>> >> mkimage. Still my kernel successfully builds the kernel uImage!?
>>>>>> >> Some magic that I have missed :)
>>>>>> >>
>>>>>> >> Hans
>>>>>> >>
>>>>>> >>
>>>>>> >> > On Wed, Feb 20, 2013 at 5:17 AM, Satya Swaroop Damarla
>>>>>> >> > <swaroop.damarla@gmail.com> wrote:
>>>>>> >> >>
>>>>>> >> >> Hi Guys,
>>>>>> >> >>
>>>>>> >> >> I need support for uboot on Tamonten board but the version on it is
>>>>>> >> >> v2012.04 but I came to know that v2012.10 or v2013.01 supports the
>>>>>> >> >> Tamontenboard through some guys here..
>>>>>> >> >>
>>>>>> >> >> It would be great if you can tell me how can I accomplish v2013.01 or
>>>>>> >> >> v2012.10 into the build system and make it available so that I can
>>>>>> >> >> compile
>>>>>> >> >> the and get uImage
>>>>>> >> >>
>>>>>> >> >> (Tamonten board is a derivative of harmony board with some changes and
>>>>>> >> >> has
>>>>>> >> >> arm cortexa9 processor without neon extentions )
>>>>>> >> >>
>>>>>> >> >> I am kind of new to add new .bb files and help is really appreciated as
>>>>>> >> >> I
>>>>>> >> >> am not able to figure out how to add
>>>>>> >> >>
>>>>>> >> >> Greetings & Regards,
>>>>>> >> >> Swaroop
>>>>>> >> >>
>>>>>> >> >> _______________________________________________
>>>>>> >> >> yocto mailing list
>>>>>> >> >> yocto@yoctoproject.org
>>>>>> >> >> https://lists.yoctoproject.org/listinfo/yocto
>>>>>> >> >>
>>>>>> >> >
>>>>>> >> >
>>>>>> >> >
>>>>>> >> > --
>>>>>> >> > --
>>>>>> >> > Rudolf J. Streif
>>>>>> >> > Director of Embedded Solutions
>>>>>> >> > The Linux Foundation
>>>>>> >> >
>>>>>> >> > rudolf.streif@linux.com
>>>>>> >> > Phone: +1.619.631.5383
>>>>>> >> > Skype: rudolfstreif
>>>>>> >> > PGP: RSA 2048/2048 D6E7D28B
>>>>>> >> >
>>>>>> >> > Linux Foundation Events Schedule:  events.linuxfoundation.org
>>>>>> >> > Linux Foundation Training Schedule: training.linuxfoundation.org
>>>>>> >> >
>>>>>> >> >
>>>>>> >> > _______________________________________________
>>>>>> >> > yocto mailing list
>>>>>> >> > yocto@yoctoproject.org
>>>>>> >> > https://lists.yoctoproject.org/listinfo/yocto
>>>>>> >> >
>>>>>> >
>>>>>> >
>> 
>> 
>> 
>> -- 
>> -- 
>> Rudolf J. Streif
>> Director of Embedded Solutions
>> The Linux Foundation
>> 
>> rudolf.streif@linux.com
>> Phone: +1.619.631.5383
>> Skype: rudolfstreif
>> PGP: RSA 2048/2048 D6E7D28B
>> 
>> Linux Foundation Events Schedule:  events.linuxfoundation.org
>> Linux Foundation Training Schedule: training.linuxfoundation.org
>> 
>> 
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
> 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

[-- Attachment #2: Type: text/html, Size: 12809 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Updating uboot to v2013.01
  2013-02-25 16:05                   ` Hans Beckérus
@ 2013-02-26  7:36                     ` Satya Swaroop Damarla
  2013-02-26 17:21                       ` Rudolf Streif
  0 siblings, 1 reply; 20+ messages in thread
From: Satya Swaroop Damarla @ 2013-02-26  7:36 UTC (permalink / raw)
  To: Hans Beckérus, yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 8397 bytes --]

hey hans,

I think you are right about the kernel device tree.. I think it should come
with the kernel but I have no idea why it works.. Only an expert should say
why it works.. I think my work is not complete. I can generate the rootfs
and the uboot.bin file but not the uImage... I have no idea... Diid you
complete generating the image for the board?

Greets,
Satya


On Mon, Feb 25, 2013 at 5:05 PM, Hans Beckérus <hans.beckerus@gmail.com>wrote:

>
>
> 25 feb 2013 kl. 15:58 skrev Satya Swaroop DAMARLA <swaroop@weisser.at>:
>
> Guys. I found the solution to this problem....
>
> I think if you already install uboot-tools or uboot-mkimage packes from
> Ubuntu repository then it is used instead of the one that is downloaded and
> we should uninstall the packages and then rerun the build,,... Then IT
> WORKS... So, thank you for the time and enegry... I assume this thread is
> closed and this is the solution and if this doesnot work for some then
> please post it and we may discuss the situation depending on the problem,
>
> Greetings & Regards,
> Satya
>
> Same comment here as for the device tree compiler. You should use the
> uboot tools/version as they come with the package. Not the one used by the
> host distro. To me this is not a proper solution.
>
>
>
> On Thu, Feb 21, 2013 at 5:28 PM, Rudolf Streif <
> rstreif@linuxfoundation.org> wrote:
>
>> Satya,
>>
>> I will look into it later today. I am currently at the Linux Foundation's
>> Embedded Linux Conference.
>>
>> Rudi
>>
>>
>> On Thu, Feb 21, 2013 at 2:10 AM, Satya Swaroop DAMARLA <
>> swaroop@weisser.at> wrote:
>>
>>> Hello Guys,
>>>
>>> I have not received any reply from you. If you can help me to figure out
>>> what the errors mean when adding a new .bb or recipe file then I can learn
>>> the mistake and take care in the new recipes.... I request your time
>>>
>>>
>>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop Damarla <
>>> swaroop.damarla@gmail.com> wrote:
>>>
>>>> hey Guys... I get the following error... which I attached.. Its
>>>> completely greek and latin to me.. Can you please help me..
>>>>
>>>>
>>>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop DAMARLA <
>>>> swaroop@weisser.at> wrote:
>>>>
>>>>> hey Guys... I get the following error... which I attached.. Its
>>>>> completely greek and latin to me.. Can you please help me..
>>>>>
>>>>>
>>>>> On Wed, Feb 20, 2013 at 6:46 PM, Hans Beckérus <
>>>>> hans.beckerus@gmail.com> wrote:
>>>>>
>>>>>> On Wed, Feb 20, 2013 at 6:12 PM, Satya Swaroop Damarla
>>>>>> <swaroop.damarla@gmail.com> wrote:
>>>>>> > Hey hans, this is what he meant,
>>>>>> >
>>>>>> > In the machine config file add the following
>>>>>> >
>>>>>> > PREFERRED_VERSION_u-boot ?= "v2013.01%"  or
>>>>>> PREFERRED_VERSION_u-boot ?=
>>>>>> > "v2013.01.01%"
>>>>>> >
>>>>>> > By the way did you already complete the first part... There is also
>>>>>> other
>>>>>> > file called "u-boot-fw-utils_2012.04.01.bb" ... I think we should
>>>>>> do the
>>>>>> > same...
>>>>>> >
>>>>>> > Hans bytheway,  are you also working on the same board or
>>>>>> diffferent board
>>>>>> > with same problem?
>>>>>> >
>>>>>>
>>>>>> Different board, same core, similar problem ;)
>>>>>> Now I get it. Thanks. But still question remains how in earth I
>>>>>> managed to build the kernel if not also having copied/renamed the
>>>>>> mkimage .bb?
>>>>>> Is the PREFERRED_VERSION_u-boot used to determine what mkimage and fw
>>>>>> utils it picks up?
>>>>>> Then it might be that since I/we build u-boot as a separate package,
>>>>>> but kernel lifts in the mkimage stuff, it works but the wrong package
>>>>>> was used.
>>>>>> In my case obviously compatible, but not recommended I guess. Also, I
>>>>>> agree that the fw utils should probably be in sync similar to mkimage.
>>>>>>
>>>>>> Hans
>>>>>>
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> > On Wed, Feb 20, 2013 at 6:01 PM, Hans Beckérus <
>>>>>> hans.beckerus@gmail.com>
>>>>>> > wrote:
>>>>>> >>
>>>>>> >> On Wed, Feb 20, 2013 at 5:16 PM, Rudolf Streif
>>>>>> >> <rstreif@linuxfoundation.org> wrote:
>>>>>> >> > Satya,
>>>>>> >> >
>>>>>> >> > Simply look at the u-boot recipes in meta/recipes-bsp/u-boot
>>>>>> such as
>>>>>> >> > u-boot_2012.04.01.bb. You can simply copy it and name it
>>>>>> >> > u-boot_2013.01.bb
>>>>>> >> > and then modify SRCREV to the revision that corresponds to the
>>>>>> tag
>>>>>> >> > 2013.01
>>>>>> >> > or 2013.01.01 in git.denx.de:
>>>>>> >> >
>>>>>> >> > for 2013.01: 3a9d879f6f64585b819af728b53be0a05037fe0d
>>>>>> >> > for 2013.01.01: e8ae0fa5edd152b2b29c470b88429be4cdcd2c46
>>>>>> >> >
>>>>>> >> > Do the same for u-boot-mkimage and include the u-boot version
>>>>>> with your
>>>>>> >> > bsp.
>>>>>> >> >
>>>>>> >> > Rudi
>>>>>> >> >
>>>>>> >> >
>>>>>> >> Hi Rudi, sorry to chime in , but I have a similar problem but do
>>>>>> not
>>>>>> >> really get the last thing you said.
>>>>>> >> What do you mean by including the u-boot version in the bsp? Also
>>>>>> is
>>>>>> >> it a must to also copy the mkimage .bb or will the system find a
>>>>>> >> suitable one automatically?
>>>>>> >> The thing is that I only copied/edited the u-boot .bb but never the
>>>>>> >> mkimage. Still my kernel successfully builds the kernel uImage!?
>>>>>> >> Some magic that I have missed :)
>>>>>> >>
>>>>>> >> Hans
>>>>>> >>
>>>>>> >>
>>>>>> >> > On Wed, Feb 20, 2013 at 5:17 AM, Satya Swaroop Damarla
>>>>>> >> > <swaroop.damarla@gmail.com> wrote:
>>>>>> >> >>
>>>>>> >> >> Hi Guys,
>>>>>> >> >>
>>>>>> >> >> I need support for uboot on Tamonten board but the version on
>>>>>> it is
>>>>>> >> >> v2012.04 but I came to know that v2012.10 or v2013.01 supports
>>>>>> the
>>>>>> >> >> Tamontenboard through some guys here..
>>>>>> >> >>
>>>>>> >> >> It would be great if you can tell me how can I accomplish
>>>>>> v2013.01 or
>>>>>> >> >> v2012.10 into the build system and make it available so that I
>>>>>> can
>>>>>> >> >> compile
>>>>>> >> >> the and get uImage
>>>>>> >> >>
>>>>>> >> >> (Tamonten board is a derivative of harmony board with some
>>>>>> changes and
>>>>>> >> >> has
>>>>>> >> >> arm cortexa9 processor without neon extentions )
>>>>>> >> >>
>>>>>> >> >> I am kind of new to add new .bb files and help is really
>>>>>> appreciated as
>>>>>> >> >> I
>>>>>> >> >> am not able to figure out how to add
>>>>>> >> >>
>>>>>> >> >> Greetings & Regards,
>>>>>> >> >> Swaroop
>>>>>> >> >>
>>>>>> >> >> _______________________________________________
>>>>>> >> >> yocto mailing list
>>>>>> >> >> yocto@yoctoproject.org
>>>>>> >> >> https://lists.yoctoproject.org/listinfo/yocto
>>>>>> >> >>
>>>>>> >> >
>>>>>> >> >
>>>>>> >> >
>>>>>> >> > --
>>>>>> >> > --
>>>>>> >> > Rudolf J. Streif
>>>>>> >> > Director of Embedded Solutions
>>>>>> >> > The Linux Foundation
>>>>>> >> >
>>>>>> >> > rudolf.streif@linux.com
>>>>>> >> > Phone: +1.619.631.5383
>>>>>> >> > Skype: rudolfstreif
>>>>>> >> > PGP: RSA 2048/2048 D6E7D28B
>>>>>> >> >
>>>>>> >> > Linux Foundation Events Schedule:  events.linuxfoundation.org
>>>>>> >> > Linux Foundation Training Schedule: training.linuxfoundation.org
>>>>>> >> >
>>>>>> >> >
>>>>>> >> > _______________________________________________
>>>>>> >> > yocto mailing list
>>>>>> >> > yocto@yoctoproject.org
>>>>>> >> > https://lists.yoctoproject.org/listinfo/yocto
>>>>>> >> >
>>>>>> >
>>>>>> >
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
>>
>> --
>> --
>> *Rudolf J. Streif*
>> Director of Embedded Solutions
>> The Linux Foundation
>>
>> rudolf.streif@linux.com
>> Phone: +1.619.631.5383
>> Skype: rudolfstreif
>> PGP: RSA 2048/2048 D6E7D28B
>>
>> Linux Foundation Events Schedule:  events.linuxfoundation.org
>> Linux Foundation Training Schedule: training.linuxfoundation.org
>>
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>

[-- Attachment #2: Type: text/html, Size: 13925 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Updating uboot to v2013.01
  2013-02-25 15:56                   ` Satya Swaroop Damarla
  2013-02-25 16:02                     ` Hans Beckérus
@ 2013-02-26 17:19                     ` Rudolf Streif
  1 sibling, 0 replies; 20+ messages in thread
From: Rudolf Streif @ 2013-02-26 17:19 UTC (permalink / raw)
  To: Satya Swaroop Damarla; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 8879 bytes --]

As Hans said, you should not need to install any of these host packages
since Yocto is for most part all self-contained. If you think that you need
to install host packages then there may be something wrong with building a
particular tool for the development host. That is typically done with
BBCLASSEXTENDS = "native" or BBCLASSETENDS = "native native-sdk".

Rudi


On Mon, Feb 25, 2013 at 7:56 AM, Satya Swaroop Damarla <
swaroop.damarla@gmail.com> wrote:

> Another important package that has to be installed in  the "apt-get
> install device-tree-compiler" package. This was adviced by the Thierry
> Reding, wh wrote the uboot config for Tamonten board.. Rudolf, may I ask
> you how did you find the SRCREV values for the uboot packages ... It would
> be great to know as there is not sufficient literature avilable to explain
> this on the internet...
>
>
> On Mon, Feb 25, 2013 at 3:58 PM, Satya Swaroop DAMARLA <swaroop@weisser.at
> > wrote:
>
>> Guys. I found the solution to this problem....
>>
>> I think if you already install uboot-tools or uboot-mkimage packes from
>> Ubuntu repository then it is used instead of the one that is downloaded and
>> we should uninstall the packages and then rerun the build,,... Then IT
>> WORKS... So, thank you for the time and enegry... I assume this thread is
>> closed and this is the solution and if this doesnot work for some then
>> please post it and we may discuss the situation depending on the problem,
>>
>> Greetings & Regards,
>> Satya
>>
>>
>> On Thu, Feb 21, 2013 at 5:28 PM, Rudolf Streif <
>> rstreif@linuxfoundation.org> wrote:
>>
>>> Satya,
>>>
>>> I will look into it later today. I am currently at the Linux
>>> Foundation's Embedded Linux Conference.
>>>
>>> Rudi
>>>
>>>
>>> On Thu, Feb 21, 2013 at 2:10 AM, Satya Swaroop DAMARLA <
>>> swaroop@weisser.at> wrote:
>>>
>>>> Hello Guys,
>>>>
>>>> I have not received any reply from you. If you can help me to figure
>>>> out what the errors mean when adding a new .bb or recipe file then I can
>>>> learn the mistake and take care in the new recipes.... I request your time
>>>>
>>>>
>>>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop Damarla <
>>>> swaroop.damarla@gmail.com> wrote:
>>>>
>>>>> hey Guys... I get the following error... which I attached.. Its
>>>>> completely greek and latin to me.. Can you please help me..
>>>>>
>>>>>
>>>>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop DAMARLA <
>>>>> swaroop@weisser.at> wrote:
>>>>>
>>>>>> hey Guys... I get the following error... which I attached.. Its
>>>>>> completely greek and latin to me.. Can you please help me..
>>>>>>
>>>>>>
>>>>>> On Wed, Feb 20, 2013 at 6:46 PM, Hans Beckérus <
>>>>>> hans.beckerus@gmail.com> wrote:
>>>>>>
>>>>>>> On Wed, Feb 20, 2013 at 6:12 PM, Satya Swaroop Damarla
>>>>>>> <swaroop.damarla@gmail.com> wrote:
>>>>>>> > Hey hans, this is what he meant,
>>>>>>> >
>>>>>>> > In the machine config file add the following
>>>>>>> >
>>>>>>> > PREFERRED_VERSION_u-boot ?= "v2013.01%"  or
>>>>>>> PREFERRED_VERSION_u-boot ?=
>>>>>>> > "v2013.01.01%"
>>>>>>> >
>>>>>>> > By the way did you already complete the first part... There is
>>>>>>> also other
>>>>>>> > file called "u-boot-fw-utils_2012.04.01.bb" ... I think we should
>>>>>>> do the
>>>>>>> > same...
>>>>>>> >
>>>>>>> > Hans bytheway,  are you also working on the same board or
>>>>>>> diffferent board
>>>>>>> > with same problem?
>>>>>>> >
>>>>>>>
>>>>>>> Different board, same core, similar problem ;)
>>>>>>> Now I get it. Thanks. But still question remains how in earth I
>>>>>>> managed to build the kernel if not also having copied/renamed the
>>>>>>> mkimage .bb?
>>>>>>> Is the PREFERRED_VERSION_u-boot used to determine what mkimage and fw
>>>>>>> utils it picks up?
>>>>>>> Then it might be that since I/we build u-boot as a separate package,
>>>>>>> but kernel lifts in the mkimage stuff, it works but the wrong package
>>>>>>> was used.
>>>>>>> In my case obviously compatible, but not recommended I guess. Also, I
>>>>>>> agree that the fw utils should probably be in sync similar to
>>>>>>> mkimage.
>>>>>>>
>>>>>>> Hans
>>>>>>>
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> > On Wed, Feb 20, 2013 at 6:01 PM, Hans Beckérus <
>>>>>>> hans.beckerus@gmail.com>
>>>>>>> > wrote:
>>>>>>> >>
>>>>>>> >> On Wed, Feb 20, 2013 at 5:16 PM, Rudolf Streif
>>>>>>> >> <rstreif@linuxfoundation.org> wrote:
>>>>>>> >> > Satya,
>>>>>>> >> >
>>>>>>> >> > Simply look at the u-boot recipes in meta/recipes-bsp/u-boot
>>>>>>> such as
>>>>>>> >> > u-boot_2012.04.01.bb. You can simply copy it and name it
>>>>>>> >> > u-boot_2013.01.bb
>>>>>>> >> > and then modify SRCREV to the revision that corresponds to the
>>>>>>> tag
>>>>>>> >> > 2013.01
>>>>>>> >> > or 2013.01.01 in git.denx.de:
>>>>>>> >> >
>>>>>>> >> > for 2013.01: 3a9d879f6f64585b819af728b53be0a05037fe0d
>>>>>>> >> > for 2013.01.01: e8ae0fa5edd152b2b29c470b88429be4cdcd2c46
>>>>>>> >> >
>>>>>>> >> > Do the same for u-boot-mkimage and include the u-boot version
>>>>>>> with your
>>>>>>> >> > bsp.
>>>>>>> >> >
>>>>>>> >> > Rudi
>>>>>>> >> >
>>>>>>> >> >
>>>>>>> >> Hi Rudi, sorry to chime in , but I have a similar problem but do
>>>>>>> not
>>>>>>> >> really get the last thing you said.
>>>>>>> >> What do you mean by including the u-boot version in the bsp? Also
>>>>>>> is
>>>>>>> >> it a must to also copy the mkimage .bb or will the system find a
>>>>>>> >> suitable one automatically?
>>>>>>> >> The thing is that I only copied/edited the u-boot .bb but never
>>>>>>> the
>>>>>>> >> mkimage. Still my kernel successfully builds the kernel uImage!?
>>>>>>> >> Some magic that I have missed :)
>>>>>>> >>
>>>>>>> >> Hans
>>>>>>> >>
>>>>>>> >>
>>>>>>> >> > On Wed, Feb 20, 2013 at 5:17 AM, Satya Swaroop Damarla
>>>>>>> >> > <swaroop.damarla@gmail.com> wrote:
>>>>>>> >> >>
>>>>>>> >> >> Hi Guys,
>>>>>>> >> >>
>>>>>>> >> >> I need support for uboot on Tamonten board but the version on
>>>>>>> it is
>>>>>>> >> >> v2012.04 but I came to know that v2012.10 or v2013.01 supports
>>>>>>> the
>>>>>>> >> >> Tamontenboard through some guys here..
>>>>>>> >> >>
>>>>>>> >> >> It would be great if you can tell me how can I accomplish
>>>>>>> v2013.01 or
>>>>>>> >> >> v2012.10 into the build system and make it available so that I
>>>>>>> can
>>>>>>> >> >> compile
>>>>>>> >> >> the and get uImage
>>>>>>> >> >>
>>>>>>> >> >> (Tamonten board is a derivative of harmony board with some
>>>>>>> changes and
>>>>>>> >> >> has
>>>>>>> >> >> arm cortexa9 processor without neon extentions )
>>>>>>> >> >>
>>>>>>> >> >> I am kind of new to add new .bb files and help is really
>>>>>>> appreciated as
>>>>>>> >> >> I
>>>>>>> >> >> am not able to figure out how to add
>>>>>>> >> >>
>>>>>>> >> >> Greetings & Regards,
>>>>>>> >> >> Swaroop
>>>>>>> >> >>
>>>>>>> >> >> _______________________________________________
>>>>>>> >> >> yocto mailing list
>>>>>>> >> >> yocto@yoctoproject.org
>>>>>>> >> >> https://lists.yoctoproject.org/listinfo/yocto
>>>>>>> >> >>
>>>>>>> >> >
>>>>>>> >> >
>>>>>>> >> >
>>>>>>> >> > --
>>>>>>> >> > --
>>>>>>> >> > Rudolf J. Streif
>>>>>>> >> > Director of Embedded Solutions
>>>>>>> >> > The Linux Foundation
>>>>>>> >> >
>>>>>>> >> > rudolf.streif@linux.com
>>>>>>> >> > Phone: +1.619.631.5383
>>>>>>> >> > Skype: rudolfstreif
>>>>>>> >> > PGP: RSA 2048/2048 D6E7D28B
>>>>>>> >> >
>>>>>>> >> > Linux Foundation Events Schedule:  events.linuxfoundation.org
>>>>>>> >> > Linux Foundation Training Schedule:
>>>>>>> training.linuxfoundation.org
>>>>>>> >> >
>>>>>>> >> >
>>>>>>> >> > _______________________________________________
>>>>>>> >> > yocto mailing list
>>>>>>> >> > yocto@yoctoproject.org
>>>>>>> >> > https://lists.yoctoproject.org/listinfo/yocto
>>>>>>> >> >
>>>>>>> >
>>>>>>> >
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>>
>>> --
>>> --
>>> *Rudolf J. Streif*
>>> Director of Embedded Solutions
>>> The Linux Foundation
>>>
>>> rudolf.streif@linux.com
>>> Phone: +1.619.631.5383
>>> Skype: rudolfstreif
>>> PGP: RSA 2048/2048 D6E7D28B
>>>
>>> Linux Foundation Events Schedule:  events.linuxfoundation.org
>>> Linux Foundation Training Schedule: training.linuxfoundation.org
>>>
>>>
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>>>
>>>
>>
>


-- 
-- 
*Rudolf J. Streif*
Director of Embedded Solutions
The Linux Foundation

rudolf.streif@linux.com
Phone: +1.619.631.5383
Skype: rudolfstreif
PGP: RSA 2048/2048 D6E7D28B

Linux Foundation Events Schedule:  events.linuxfoundation.org
Linux Foundation Training Schedule: training.linuxfoundation.org

[-- Attachment #2: Type: text/html, Size: 14978 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Updating uboot to v2013.01
  2013-02-26  7:36                     ` Satya Swaroop Damarla
@ 2013-02-26 17:21                       ` Rudolf Streif
  2013-02-27  7:44                         ` Satya Swaroop Damarla
  0 siblings, 1 reply; 20+ messages in thread
From: Rudolf Streif @ 2013-02-26 17:21 UTC (permalink / raw)
  To: Satya Swaroop Damarla; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 9422 bytes --]

Satya,

So what exactly do you get when building the kernel? No image at all in
tmp/deploy/images? What do the logs for the kernel recipes say?

Rudi


On Mon, Feb 25, 2013 at 11:36 PM, Satya Swaroop Damarla <
swaroop.damarla@gmail.com> wrote:

> hey hans,
>
> I think you are right about the kernel device tree.. I think it should
> come with the kernel but I have no idea why it works.. Only an expert
> should say why it works.. I think my work is not complete. I can generate
> the rootfs and the uboot.bin file but not the uImage... I have no idea...
> Diid you complete generating the image for the board?
>
> Greets,
> Satya
>
>
> On Mon, Feb 25, 2013 at 5:05 PM, Hans Beckérus <hans.beckerus@gmail.com>wrote:
>
>>
>>
>> 25 feb 2013 kl. 15:58 skrev Satya Swaroop DAMARLA <swaroop@weisser.at>:
>>
>> Guys. I found the solution to this problem....
>>
>> I think if you already install uboot-tools or uboot-mkimage packes from
>> Ubuntu repository then it is used instead of the one that is downloaded and
>> we should uninstall the packages and then rerun the build,,... Then IT
>> WORKS... So, thank you for the time and enegry... I assume this thread is
>> closed and this is the solution and if this doesnot work for some then
>> please post it and we may discuss the situation depending on the problem,
>>
>> Greetings & Regards,
>> Satya
>>
>> Same comment here as for the device tree compiler. You should use the
>> uboot tools/version as they come with the package. Not the one used by the
>> host distro. To me this is not a proper solution.
>>
>>
>>
>> On Thu, Feb 21, 2013 at 5:28 PM, Rudolf Streif <
>> rstreif@linuxfoundation.org> wrote:
>>
>>> Satya,
>>>
>>> I will look into it later today. I am currently at the Linux
>>> Foundation's Embedded Linux Conference.
>>>
>>> Rudi
>>>
>>>
>>> On Thu, Feb 21, 2013 at 2:10 AM, Satya Swaroop DAMARLA <
>>> swaroop@weisser.at> wrote:
>>>
>>>> Hello Guys,
>>>>
>>>> I have not received any reply from you. If you can help me to figure
>>>> out what the errors mean when adding a new .bb or recipe file then I can
>>>> learn the mistake and take care in the new recipes.... I request your time
>>>>
>>>>
>>>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop Damarla <
>>>> swaroop.damarla@gmail.com> wrote:
>>>>
>>>>> hey Guys... I get the following error... which I attached.. Its
>>>>> completely greek and latin to me.. Can you please help me..
>>>>>
>>>>>
>>>>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop DAMARLA <
>>>>> swaroop@weisser.at> wrote:
>>>>>
>>>>>> hey Guys... I get the following error... which I attached.. Its
>>>>>> completely greek and latin to me.. Can you please help me..
>>>>>>
>>>>>>
>>>>>> On Wed, Feb 20, 2013 at 6:46 PM, Hans Beckérus <
>>>>>> hans.beckerus@gmail.com> wrote:
>>>>>>
>>>>>>> On Wed, Feb 20, 2013 at 6:12 PM, Satya Swaroop Damarla
>>>>>>> <swaroop.damarla@gmail.com> wrote:
>>>>>>> > Hey hans, this is what he meant,
>>>>>>> >
>>>>>>> > In the machine config file add the following
>>>>>>> >
>>>>>>> > PREFERRED_VERSION_u-boot ?= "v2013.01%"  or
>>>>>>> PREFERRED_VERSION_u-boot ?=
>>>>>>> > "v2013.01.01%"
>>>>>>> >
>>>>>>> > By the way did you already complete the first part... There is
>>>>>>> also other
>>>>>>> > file called "u-boot-fw-utils_2012.04.01.bb" ... I think we should
>>>>>>> do the
>>>>>>> > same...
>>>>>>> >
>>>>>>> > Hans bytheway,  are you also working on the same board or
>>>>>>> diffferent board
>>>>>>> > with same problem?
>>>>>>> >
>>>>>>>
>>>>>>> Different board, same core, similar problem ;)
>>>>>>> Now I get it. Thanks. But still question remains how in earth I
>>>>>>> managed to build the kernel if not also having copied/renamed the
>>>>>>> mkimage .bb?
>>>>>>> Is the PREFERRED_VERSION_u-boot used to determine what mkimage and fw
>>>>>>> utils it picks up?
>>>>>>> Then it might be that since I/we build u-boot as a separate package,
>>>>>>> but kernel lifts in the mkimage stuff, it works but the wrong package
>>>>>>> was used.
>>>>>>> In my case obviously compatible, but not recommended I guess. Also, I
>>>>>>> agree that the fw utils should probably be in sync similar to
>>>>>>> mkimage.
>>>>>>>
>>>>>>> Hans
>>>>>>>
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> > On Wed, Feb 20, 2013 at 6:01 PM, Hans Beckérus <
>>>>>>> hans.beckerus@gmail.com>
>>>>>>> > wrote:
>>>>>>> >>
>>>>>>> >> On Wed, Feb 20, 2013 at 5:16 PM, Rudolf Streif
>>>>>>> >> <rstreif@linuxfoundation.org> wrote:
>>>>>>> >> > Satya,
>>>>>>> >> >
>>>>>>> >> > Simply look at the u-boot recipes in meta/recipes-bsp/u-boot
>>>>>>> such as
>>>>>>> >> > u-boot_2012.04.01.bb. You can simply copy it and name it
>>>>>>> >> > u-boot_2013.01.bb
>>>>>>> >> > and then modify SRCREV to the revision that corresponds to the
>>>>>>> tag
>>>>>>> >> > 2013.01
>>>>>>> >> > or 2013.01.01 in git.denx.de:
>>>>>>> >> >
>>>>>>> >> > for 2013.01: 3a9d879f6f64585b819af728b53be0a05037fe0d
>>>>>>> >> > for 2013.01.01: e8ae0fa5edd152b2b29c470b88429be4cdcd2c46
>>>>>>> >> >
>>>>>>> >> > Do the same for u-boot-mkimage and include the u-boot version
>>>>>>> with your
>>>>>>> >> > bsp.
>>>>>>> >> >
>>>>>>> >> > Rudi
>>>>>>> >> >
>>>>>>> >> >
>>>>>>> >> Hi Rudi, sorry to chime in , but I have a similar problem but do
>>>>>>> not
>>>>>>> >> really get the last thing you said.
>>>>>>> >> What do you mean by including the u-boot version in the bsp? Also
>>>>>>> is
>>>>>>> >> it a must to also copy the mkimage .bb or will the system find a
>>>>>>> >> suitable one automatically?
>>>>>>> >> The thing is that I only copied/edited the u-boot .bb but never
>>>>>>> the
>>>>>>> >> mkimage. Still my kernel successfully builds the kernel uImage!?
>>>>>>> >> Some magic that I have missed :)
>>>>>>> >>
>>>>>>> >> Hans
>>>>>>> >>
>>>>>>> >>
>>>>>>> >> > On Wed, Feb 20, 2013 at 5:17 AM, Satya Swaroop Damarla
>>>>>>> >> > <swaroop.damarla@gmail.com> wrote:
>>>>>>> >> >>
>>>>>>> >> >> Hi Guys,
>>>>>>> >> >>
>>>>>>> >> >> I need support for uboot on Tamonten board but the version on
>>>>>>> it is
>>>>>>> >> >> v2012.04 but I came to know that v2012.10 or v2013.01 supports
>>>>>>> the
>>>>>>> >> >> Tamontenboard through some guys here..
>>>>>>> >> >>
>>>>>>> >> >> It would be great if you can tell me how can I accomplish
>>>>>>> v2013.01 or
>>>>>>> >> >> v2012.10 into the build system and make it available so that I
>>>>>>> can
>>>>>>> >> >> compile
>>>>>>> >> >> the and get uImage
>>>>>>> >> >>
>>>>>>> >> >> (Tamonten board is a derivative of harmony board with some
>>>>>>> changes and
>>>>>>> >> >> has
>>>>>>> >> >> arm cortexa9 processor without neon extentions )
>>>>>>> >> >>
>>>>>>> >> >> I am kind of new to add new .bb files and help is really
>>>>>>> appreciated as
>>>>>>> >> >> I
>>>>>>> >> >> am not able to figure out how to add
>>>>>>> >> >>
>>>>>>> >> >> Greetings & Regards,
>>>>>>> >> >> Swaroop
>>>>>>> >> >>
>>>>>>> >> >> _______________________________________________
>>>>>>> >> >> yocto mailing list
>>>>>>> >> >> yocto@yoctoproject.org
>>>>>>> >> >> https://lists.yoctoproject.org/listinfo/yocto
>>>>>>> >> >>
>>>>>>> >> >
>>>>>>> >> >
>>>>>>> >> >
>>>>>>> >> > --
>>>>>>> >> > --
>>>>>>> >> > Rudolf J. Streif
>>>>>>> >> > Director of Embedded Solutions
>>>>>>> >> > The Linux Foundation
>>>>>>> >> >
>>>>>>> >> > rudolf.streif@linux.com
>>>>>>> >> > Phone: +1.619.631.5383
>>>>>>> >> > Skype: rudolfstreif
>>>>>>> >> > PGP: RSA 2048/2048 D6E7D28B
>>>>>>> >> >
>>>>>>> >> > Linux Foundation Events Schedule:  events.linuxfoundation.org
>>>>>>> >> > Linux Foundation Training Schedule:
>>>>>>> training.linuxfoundation.org
>>>>>>> >> >
>>>>>>> >> >
>>>>>>> >> > _______________________________________________
>>>>>>> >> > yocto mailing list
>>>>>>> >> > yocto@yoctoproject.org
>>>>>>> >> > https://lists.yoctoproject.org/listinfo/yocto
>>>>>>> >> >
>>>>>>> >
>>>>>>> >
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>>
>>> --
>>> --
>>> *Rudolf J. Streif*
>>> Director of Embedded Solutions
>>> The Linux Foundation
>>>
>>> rudolf.streif@linux.com
>>> Phone: +1.619.631.5383
>>> Skype: rudolfstreif
>>> PGP: RSA 2048/2048 D6E7D28B
>>>
>>> Linux Foundation Events Schedule:  events.linuxfoundation.org
>>> Linux Foundation Training Schedule: training.linuxfoundation.org
>>>
>>>
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>>>
>>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>


-- 
-- 
*Rudolf J. Streif*
Director of Embedded Solutions
The Linux Foundation

rudolf.streif@linux.com
Phone: +1.619.631.5383
Skype: rudolfstreif
PGP: RSA 2048/2048 D6E7D28B

Linux Foundation Events Schedule:  events.linuxfoundation.org
Linux Foundation Training Schedule: training.linuxfoundation.org

[-- Attachment #2: Type: text/html, Size: 16344 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Updating uboot to v2013.01
  2013-02-26 17:21                       ` Rudolf Streif
@ 2013-02-27  7:44                         ` Satya Swaroop Damarla
  2013-02-27 15:00                           ` Khem Raj
  2013-02-28 18:13                           ` Rudolf Streif
  0 siblings, 2 replies; 20+ messages in thread
From: Satya Swaroop Damarla @ 2013-02-27  7:44 UTC (permalink / raw)
  To: Rudolf Streif, yocto@yoctoproject.org, Hans Beckérus

[-- Attachment #1: Type: text/plain, Size: 10569 bytes --]

Hey Rudy,

I think, it doesnot automatically take a kernel but we have to choose the
kernel and I chose it v3.2 but seems it doesnot support my board and so I
should take a kernel from the original and configure it to my need.... Here
is the only error message I see about linux kernel

WARNING: linux-dummy: No generic license file exists for: GPL in any
provider

my board is Avionic Tamonten Carrier, based on NVIDIA harmony board.
Suggestions are very much appreciated but I am also currently trying to
solve it.. I just downloaded a git kernel from the avionic site and can you
please tell me how to configure it to so that the build system takes this
as kernel and build it

Greets,
Satya


On Tue, Feb 26, 2013 at 6:21 PM, Rudolf Streif
<rstreif@linuxfoundation.org>wrote:

> Satya,
>
> So what exactly do you get when building the kernel? No image at all in
> tmp/deploy/images? What do the logs for the kernel recipes say?
>
> Rudi
>
>
> On Mon, Feb 25, 2013 at 11:36 PM, Satya Swaroop Damarla <
> swaroop.damarla@gmail.com> wrote:
>
>> hey hans,
>>
>> I think you are right about the kernel device tree.. I think it should
>> come with the kernel but I have no idea why it works.. Only an expert
>> should say why it works.. I think my work is not complete. I can generate
>> the rootfs and the uboot.bin file but not the uImage... I have no idea...
>> Diid you complete generating the image for the board?
>>
>> Greets,
>> Satya
>>
>>
>> On Mon, Feb 25, 2013 at 5:05 PM, Hans Beckérus <hans.beckerus@gmail.com>wrote:
>>
>>>
>>>
>>> 25 feb 2013 kl. 15:58 skrev Satya Swaroop DAMARLA <swaroop@weisser.at>:
>>>
>>> Guys. I found the solution to this problem....
>>>
>>> I think if you already install uboot-tools or uboot-mkimage packes from
>>> Ubuntu repository then it is used instead of the one that is downloaded and
>>> we should uninstall the packages and then rerun the build,,... Then IT
>>> WORKS... So, thank you for the time and enegry... I assume this thread is
>>> closed and this is the solution and if this doesnot work for some then
>>> please post it and we may discuss the situation depending on the problem,
>>>
>>> Greetings & Regards,
>>> Satya
>>>
>>> Same comment here as for the device tree compiler. You should use the
>>> uboot tools/version as they come with the package. Not the one used by the
>>> host distro. To me this is not a proper solution.
>>>
>>>
>>>
>>> On Thu, Feb 21, 2013 at 5:28 PM, Rudolf Streif <
>>> rstreif@linuxfoundation.org> wrote:
>>>
>>>> Satya,
>>>>
>>>> I will look into it later today. I am currently at the Linux
>>>> Foundation's Embedded Linux Conference.
>>>>
>>>> Rudi
>>>>
>>>>
>>>> On Thu, Feb 21, 2013 at 2:10 AM, Satya Swaroop DAMARLA <
>>>> swaroop@weisser.at> wrote:
>>>>
>>>>> Hello Guys,
>>>>>
>>>>> I have not received any reply from you. If you can help me to figure
>>>>> out what the errors mean when adding a new .bb or recipe file then I can
>>>>> learn the mistake and take care in the new recipes.... I request your time
>>>>>
>>>>>
>>>>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop Damarla <
>>>>> swaroop.damarla@gmail.com> wrote:
>>>>>
>>>>>> hey Guys... I get the following error... which I attached.. Its
>>>>>> completely greek and latin to me.. Can you please help me..
>>>>>>
>>>>>>
>>>>>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop DAMARLA <
>>>>>> swaroop@weisser.at> wrote:
>>>>>>
>>>>>>> hey Guys... I get the following error... which I attached.. Its
>>>>>>> completely greek and latin to me.. Can you please help me..
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Feb 20, 2013 at 6:46 PM, Hans Beckérus <
>>>>>>> hans.beckerus@gmail.com> wrote:
>>>>>>>
>>>>>>>> On Wed, Feb 20, 2013 at 6:12 PM, Satya Swaroop Damarla
>>>>>>>> <swaroop.damarla@gmail.com> wrote:
>>>>>>>> > Hey hans, this is what he meant,
>>>>>>>> >
>>>>>>>> > In the machine config file add the following
>>>>>>>> >
>>>>>>>> > PREFERRED_VERSION_u-boot ?= "v2013.01%"  or
>>>>>>>> PREFERRED_VERSION_u-boot ?=
>>>>>>>> > "v2013.01.01%"
>>>>>>>> >
>>>>>>>> > By the way did you already complete the first part... There is
>>>>>>>> also other
>>>>>>>> > file called "u-boot-fw-utils_2012.04.01.bb" ... I think we
>>>>>>>> should do the
>>>>>>>> > same...
>>>>>>>> >
>>>>>>>> > Hans bytheway,  are you also working on the same board or
>>>>>>>> diffferent board
>>>>>>>> > with same problem?
>>>>>>>> >
>>>>>>>>
>>>>>>>> Different board, same core, similar problem ;)
>>>>>>>> Now I get it. Thanks. But still question remains how in earth I
>>>>>>>> managed to build the kernel if not also having copied/renamed the
>>>>>>>> mkimage .bb?
>>>>>>>> Is the PREFERRED_VERSION_u-boot used to determine what mkimage and
>>>>>>>> fw
>>>>>>>> utils it picks up?
>>>>>>>> Then it might be that since I/we build u-boot as a separate package,
>>>>>>>> but kernel lifts in the mkimage stuff, it works but the wrong
>>>>>>>> package
>>>>>>>> was used.
>>>>>>>> In my case obviously compatible, but not recommended I guess. Also,
>>>>>>>> I
>>>>>>>> agree that the fw utils should probably be in sync similar to
>>>>>>>> mkimage.
>>>>>>>>
>>>>>>>> Hans
>>>>>>>>
>>>>>>>> >
>>>>>>>> >
>>>>>>>> >
>>>>>>>> >
>>>>>>>> >
>>>>>>>> > On Wed, Feb 20, 2013 at 6:01 PM, Hans Beckérus <
>>>>>>>> hans.beckerus@gmail.com>
>>>>>>>> > wrote:
>>>>>>>> >>
>>>>>>>> >> On Wed, Feb 20, 2013 at 5:16 PM, Rudolf Streif
>>>>>>>> >> <rstreif@linuxfoundation.org> wrote:
>>>>>>>> >> > Satya,
>>>>>>>> >> >
>>>>>>>> >> > Simply look at the u-boot recipes in meta/recipes-bsp/u-boot
>>>>>>>> such as
>>>>>>>> >> > u-boot_2012.04.01.bb. You can simply copy it and name it
>>>>>>>> >> > u-boot_2013.01.bb
>>>>>>>> >> > and then modify SRCREV to the revision that corresponds to the
>>>>>>>> tag
>>>>>>>> >> > 2013.01
>>>>>>>> >> > or 2013.01.01 in git.denx.de:
>>>>>>>> >> >
>>>>>>>> >> > for 2013.01: 3a9d879f6f64585b819af728b53be0a05037fe0d
>>>>>>>> >> > for 2013.01.01: e8ae0fa5edd152b2b29c470b88429be4cdcd2c46
>>>>>>>> >> >
>>>>>>>> >> > Do the same for u-boot-mkimage and include the u-boot version
>>>>>>>> with your
>>>>>>>> >> > bsp.
>>>>>>>> >> >
>>>>>>>> >> > Rudi
>>>>>>>> >> >
>>>>>>>> >> >
>>>>>>>> >> Hi Rudi, sorry to chime in , but I have a similar problem but do
>>>>>>>> not
>>>>>>>> >> really get the last thing you said.
>>>>>>>> >> What do you mean by including the u-boot version in the bsp?
>>>>>>>> Also is
>>>>>>>> >> it a must to also copy the mkimage .bb or will the system find a
>>>>>>>> >> suitable one automatically?
>>>>>>>> >> The thing is that I only copied/edited the u-boot .bb but never
>>>>>>>> the
>>>>>>>> >> mkimage. Still my kernel successfully builds the kernel uImage!?
>>>>>>>> >> Some magic that I have missed :)
>>>>>>>> >>
>>>>>>>> >> Hans
>>>>>>>> >>
>>>>>>>> >>
>>>>>>>> >> > On Wed, Feb 20, 2013 at 5:17 AM, Satya Swaroop Damarla
>>>>>>>> >> > <swaroop.damarla@gmail.com> wrote:
>>>>>>>> >> >>
>>>>>>>> >> >> Hi Guys,
>>>>>>>> >> >>
>>>>>>>> >> >> I need support for uboot on Tamonten board but the version on
>>>>>>>> it is
>>>>>>>> >> >> v2012.04 but I came to know that v2012.10 or v2013.01
>>>>>>>> supports the
>>>>>>>> >> >> Tamontenboard through some guys here..
>>>>>>>> >> >>
>>>>>>>> >> >> It would be great if you can tell me how can I accomplish
>>>>>>>> v2013.01 or
>>>>>>>> >> >> v2012.10 into the build system and make it available so that
>>>>>>>> I can
>>>>>>>> >> >> compile
>>>>>>>> >> >> the and get uImage
>>>>>>>> >> >>
>>>>>>>> >> >> (Tamonten board is a derivative of harmony board with some
>>>>>>>> changes and
>>>>>>>> >> >> has
>>>>>>>> >> >> arm cortexa9 processor without neon extentions )
>>>>>>>> >> >>
>>>>>>>> >> >> I am kind of new to add new .bb files and help is really
>>>>>>>> appreciated as
>>>>>>>> >> >> I
>>>>>>>> >> >> am not able to figure out how to add
>>>>>>>> >> >>
>>>>>>>> >> >> Greetings & Regards,
>>>>>>>> >> >> Swaroop
>>>>>>>> >> >>
>>>>>>>> >> >> _______________________________________________
>>>>>>>> >> >> yocto mailing list
>>>>>>>> >> >> yocto@yoctoproject.org
>>>>>>>> >> >> https://lists.yoctoproject.org/listinfo/yocto
>>>>>>>> >> >>
>>>>>>>> >> >
>>>>>>>> >> >
>>>>>>>> >> >
>>>>>>>> >> > --
>>>>>>>> >> > --
>>>>>>>> >> > Rudolf J. Streif
>>>>>>>> >> > Director of Embedded Solutions
>>>>>>>> >> > The Linux Foundation
>>>>>>>> >> >
>>>>>>>> >> > rudolf.streif@linux.com
>>>>>>>> >> > Phone: +1.619.631.5383
>>>>>>>> >> > Skype: rudolfstreif
>>>>>>>> >> > PGP: RSA 2048/2048 D6E7D28B
>>>>>>>> >> >
>>>>>>>> >> > Linux Foundation Events Schedule:  events.linuxfoundation.org
>>>>>>>> >> > Linux Foundation Training Schedule:
>>>>>>>> training.linuxfoundation.org
>>>>>>>> >> >
>>>>>>>> >> >
>>>>>>>> >> > _______________________________________________
>>>>>>>> >> > yocto mailing list
>>>>>>>> >> > yocto@yoctoproject.org
>>>>>>>> >> > https://lists.yoctoproject.org/listinfo/yocto
>>>>>>>> >> >
>>>>>>>> >
>>>>>>>> >
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> --
>>>> *Rudolf J. Streif*
>>>> Director of Embedded Solutions
>>>> The Linux Foundation
>>>>
>>>> rudolf.streif@linux.com
>>>> Phone: +1.619.631.5383
>>>> Skype: rudolfstreif
>>>> PGP: RSA 2048/2048 D6E7D28B
>>>>
>>>> Linux Foundation Events Schedule:  events.linuxfoundation.org
>>>> Linux Foundation Training Schedule: training.linuxfoundation.org
>>>>
>>>>
>>>> _______________________________________________
>>>> yocto mailing list
>>>> yocto@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>>
>>>>
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>>>
>>>
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>>>
>>>
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>>
>
>
> --
> --
> *Rudolf J. Streif*
> Director of Embedded Solutions
> The Linux Foundation
>
> rudolf.streif@linux.com
> Phone: +1.619.631.5383
> Skype: rudolfstreif
> PGP: RSA 2048/2048 D6E7D28B
>
> Linux Foundation Events Schedule:  events.linuxfoundation.org
> Linux Foundation Training Schedule: training.linuxfoundation.org
>
>

[-- Attachment #2: Type: text/html, Size: 17759 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Updating uboot to v2013.01
  2013-02-27  7:44                         ` Satya Swaroop Damarla
@ 2013-02-27 15:00                           ` Khem Raj
  2013-02-28 18:13                           ` Rudolf Streif
  1 sibling, 0 replies; 20+ messages in thread
From: Khem Raj @ 2013-02-27 15:00 UTC (permalink / raw)
  To: Satya Swaroop Damarla; +Cc: yocto@yoctoproject.org, Rudolf Streif

On Tue, Feb 26, 2013 at 11:44 PM, Satya Swaroop Damarla
<swaroop.damarla@gmail.com> wrote:
> Hey Rudy,
>
> I think, it doesnot automatically take a kernel but we have to choose the
> kernel and I chose it v3.2 but seems it doesnot support my board and so I
> should take a kernel from the original and configure it to my need.... Here
> is the only error message I see about linux kernel
>
> WARNING: linux-dummy: No generic license file exists for: GPL in any
> provider
>

well it seems you are missing a whole BSP for this board. So I would suggest
to go through the BSP guide and setup one for your board

> my board is Avionic Tamonten Carrier, based on NVIDIA harmony board.
> Suggestions are very much appreciated but I am also currently trying to
> solve it.. I just downloaded a git kernel from the avionic site and can you
> please tell me how to configure it to so that the build system takes this as
> kernel and build it
>
> Greets,
> Satya
>
>
> On Tue, Feb 26, 2013 at 6:21 PM, Rudolf Streif <rstreif@linuxfoundation.org>
> wrote:
>>
>> Satya,
>>
>> So what exactly do you get when building the kernel? No image at all in
>> tmp/deploy/images? What do the logs for the kernel recipes say?
>>
>> Rudi
>>
>>
>> On Mon, Feb 25, 2013 at 11:36 PM, Satya Swaroop Damarla
>> <swaroop.damarla@gmail.com> wrote:
>>>
>>> hey hans,
>>>
>>> I think you are right about the kernel device tree.. I think it should
>>> come with the kernel but I have no idea why it works.. Only an expert should
>>> say why it works.. I think my work is not complete. I can generate the
>>> rootfs and the uboot.bin file but not the uImage... I have no idea... Diid
>>> you complete generating the image for the board?
>>>
>>> Greets,
>>> Satya
>>>
>>>
>>> On Mon, Feb 25, 2013 at 5:05 PM, Hans Beckérus <hans.beckerus@gmail.com>
>>> wrote:
>>>>
>>>>
>>>>
>>>> 25 feb 2013 kl. 15:58 skrev Satya Swaroop DAMARLA <swaroop@weisser.at>:
>>>>
>>>> Guys. I found the solution to this problem....
>>>>
>>>> I think if you already install uboot-tools or uboot-mkimage packes from
>>>> Ubuntu repository then it is used instead of the one that is downloaded and
>>>> we should uninstall the packages and then rerun the build,,... Then IT
>>>> WORKS... So, thank you for the time and enegry... I assume this thread is
>>>> closed and this is the solution and if this doesnot work for some then
>>>> please post it and we may discuss the situation depending on the problem,
>>>>
>>>> Greetings & Regards,
>>>> Satya
>>>>
>>>> Same comment here as for the device tree compiler. You should use the
>>>> uboot tools/version as they come with the package. Not the one used by the
>>>> host distro. To me this is not a proper solution.
>>>>
>>>>
>>>>
>>>> On Thu, Feb 21, 2013 at 5:28 PM, Rudolf Streif
>>>> <rstreif@linuxfoundation.org> wrote:
>>>>>
>>>>> Satya,
>>>>>
>>>>> I will look into it later today. I am currently at the Linux
>>>>> Foundation's Embedded Linux Conference.
>>>>>
>>>>> Rudi
>>>>>
>>>>>
>>>>> On Thu, Feb 21, 2013 at 2:10 AM, Satya Swaroop DAMARLA
>>>>> <swaroop@weisser.at> wrote:
>>>>>>
>>>>>> Hello Guys,
>>>>>>
>>>>>> I have not received any reply from you. If you can help me to figure
>>>>>> out what the errors mean when adding a new .bb or recipe file then I can
>>>>>> learn the mistake and take care in the new recipes.... I request your time
>>>>>>
>>>>>>
>>>>>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop Damarla
>>>>>> <swaroop.damarla@gmail.com> wrote:
>>>>>>>
>>>>>>> hey Guys... I get the following error... which I attached.. Its
>>>>>>> completely greek and latin to me.. Can you please help me..
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop DAMARLA
>>>>>>> <swaroop@weisser.at> wrote:
>>>>>>>>
>>>>>>>> hey Guys... I get the following error... which I attached.. Its
>>>>>>>> completely greek and latin to me.. Can you please help me..
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wed, Feb 20, 2013 at 6:46 PM, Hans Beckérus
>>>>>>>> <hans.beckerus@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>> On Wed, Feb 20, 2013 at 6:12 PM, Satya Swaroop Damarla
>>>>>>>>> <swaroop.damarla@gmail.com> wrote:
>>>>>>>>> > Hey hans, this is what he meant,
>>>>>>>>> >
>>>>>>>>> > In the machine config file add the following
>>>>>>>>> >
>>>>>>>>> > PREFERRED_VERSION_u-boot ?= "v2013.01%"  or
>>>>>>>>> > PREFERRED_VERSION_u-boot ?=
>>>>>>>>> > "v2013.01.01%"
>>>>>>>>> >
>>>>>>>>> > By the way did you already complete the first part... There is
>>>>>>>>> > also other
>>>>>>>>> > file called "u-boot-fw-utils_2012.04.01.bb" ... I think we should
>>>>>>>>> > do the
>>>>>>>>> > same...
>>>>>>>>> >
>>>>>>>>> > Hans bytheway,  are you also working on the same board or
>>>>>>>>> > diffferent board
>>>>>>>>> > with same problem?
>>>>>>>>> >
>>>>>>>>>
>>>>>>>>> Different board, same core, similar problem ;)
>>>>>>>>> Now I get it. Thanks. But still question remains how in earth I
>>>>>>>>> managed to build the kernel if not also having copied/renamed the
>>>>>>>>> mkimage .bb?
>>>>>>>>> Is the PREFERRED_VERSION_u-boot used to determine what mkimage and
>>>>>>>>> fw
>>>>>>>>> utils it picks up?
>>>>>>>>> Then it might be that since I/we build u-boot as a separate
>>>>>>>>> package,
>>>>>>>>> but kernel lifts in the mkimage stuff, it works but the wrong
>>>>>>>>> package
>>>>>>>>> was used.
>>>>>>>>> In my case obviously compatible, but not recommended I guess. Also,
>>>>>>>>> I
>>>>>>>>> agree that the fw utils should probably be in sync similar to
>>>>>>>>> mkimage.
>>>>>>>>>
>>>>>>>>> Hans
>>>>>>>>>
>>>>>>>>> >
>>>>>>>>> >
>>>>>>>>> >
>>>>>>>>> >
>>>>>>>>> >
>>>>>>>>> > On Wed, Feb 20, 2013 at 6:01 PM, Hans Beckérus
>>>>>>>>> > <hans.beckerus@gmail.com>
>>>>>>>>> > wrote:
>>>>>>>>> >>
>>>>>>>>> >> On Wed, Feb 20, 2013 at 5:16 PM, Rudolf Streif
>>>>>>>>> >> <rstreif@linuxfoundation.org> wrote:
>>>>>>>>> >> > Satya,
>>>>>>>>> >> >
>>>>>>>>> >> > Simply look at the u-boot recipes in meta/recipes-bsp/u-boot
>>>>>>>>> >> > such as
>>>>>>>>> >> > u-boot_2012.04.01.bb. You can simply copy it and name it
>>>>>>>>> >> > u-boot_2013.01.bb
>>>>>>>>> >> > and then modify SRCREV to the revision that corresponds to the
>>>>>>>>> >> > tag
>>>>>>>>> >> > 2013.01
>>>>>>>>> >> > or 2013.01.01 in git.denx.de:
>>>>>>>>> >> >
>>>>>>>>> >> > for 2013.01: 3a9d879f6f64585b819af728b53be0a05037fe0d
>>>>>>>>> >> > for 2013.01.01: e8ae0fa5edd152b2b29c470b88429be4cdcd2c46
>>>>>>>>> >> >
>>>>>>>>> >> > Do the same for u-boot-mkimage and include the u-boot version
>>>>>>>>> >> > with your
>>>>>>>>> >> > bsp.
>>>>>>>>> >> >
>>>>>>>>> >> > Rudi
>>>>>>>>> >> >
>>>>>>>>> >> >
>>>>>>>>> >> Hi Rudi, sorry to chime in , but I have a similar problem but do
>>>>>>>>> >> not
>>>>>>>>> >> really get the last thing you said.
>>>>>>>>> >> What do you mean by including the u-boot version in the bsp?
>>>>>>>>> >> Also is
>>>>>>>>> >> it a must to also copy the mkimage .bb or will the system find a
>>>>>>>>> >> suitable one automatically?
>>>>>>>>> >> The thing is that I only copied/edited the u-boot .bb but never
>>>>>>>>> >> the
>>>>>>>>> >> mkimage. Still my kernel successfully builds the kernel uImage!?
>>>>>>>>> >> Some magic that I have missed :)
>>>>>>>>> >>
>>>>>>>>> >> Hans
>>>>>>>>> >>
>>>>>>>>> >>
>>>>>>>>> >> > On Wed, Feb 20, 2013 at 5:17 AM, Satya Swaroop Damarla
>>>>>>>>> >> > <swaroop.damarla@gmail.com> wrote:
>>>>>>>>> >> >>
>>>>>>>>> >> >> Hi Guys,
>>>>>>>>> >> >>
>>>>>>>>> >> >> I need support for uboot on Tamonten board but the version on
>>>>>>>>> >> >> it is
>>>>>>>>> >> >> v2012.04 but I came to know that v2012.10 or v2013.01
>>>>>>>>> >> >> supports the
>>>>>>>>> >> >> Tamontenboard through some guys here..
>>>>>>>>> >> >>
>>>>>>>>> >> >> It would be great if you can tell me how can I accomplish
>>>>>>>>> >> >> v2013.01 or
>>>>>>>>> >> >> v2012.10 into the build system and make it available so that
>>>>>>>>> >> >> I can
>>>>>>>>> >> >> compile
>>>>>>>>> >> >> the and get uImage
>>>>>>>>> >> >>
>>>>>>>>> >> >> (Tamonten board is a derivative of harmony board with some
>>>>>>>>> >> >> changes and
>>>>>>>>> >> >> has
>>>>>>>>> >> >> arm cortexa9 processor without neon extentions )
>>>>>>>>> >> >>
>>>>>>>>> >> >> I am kind of new to add new .bb files and help is really
>>>>>>>>> >> >> appreciated as
>>>>>>>>> >> >> I
>>>>>>>>> >> >> am not able to figure out how to add
>>>>>>>>> >> >>
>>>>>>>>> >> >> Greetings & Regards,
>>>>>>>>> >> >> Swaroop
>>>>>>>>> >> >>
>>>>>>>>> >> >> _______________________________________________
>>>>>>>>> >> >> yocto mailing list
>>>>>>>>> >> >> yocto@yoctoproject.org
>>>>>>>>> >> >> https://lists.yoctoproject.org/listinfo/yocto
>>>>>>>>> >> >>
>>>>>>>>> >> >
>>>>>>>>> >> >
>>>>>>>>> >> >
>>>>>>>>> >> > --
>>>>>>>>> >> > --
>>>>>>>>> >> > Rudolf J. Streif
>>>>>>>>> >> > Director of Embedded Solutions
>>>>>>>>> >> > The Linux Foundation
>>>>>>>>> >> >
>>>>>>>>> >> > rudolf.streif@linux.com
>>>>>>>>> >> > Phone: +1.619.631.5383
>>>>>>>>> >> > Skype: rudolfstreif
>>>>>>>>> >> > PGP: RSA 2048/2048 D6E7D28B
>>>>>>>>> >> >
>>>>>>>>> >> > Linux Foundation Events Schedule:  events.linuxfoundation.org
>>>>>>>>> >> > Linux Foundation Training Schedule:
>>>>>>>>> >> > training.linuxfoundation.org
>>>>>>>>> >> >
>>>>>>>>> >> >
>>>>>>>>> >> > _______________________________________________
>>>>>>>>> >> > yocto mailing list
>>>>>>>>> >> > yocto@yoctoproject.org
>>>>>>>>> >> > https://lists.yoctoproject.org/listinfo/yocto
>>>>>>>>> >> >
>>>>>>>>> >
>>>>>>>>> >
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> --
>>>>> Rudolf J. Streif
>>>>> Director of Embedded Solutions
>>>>> The Linux Foundation
>>>>>
>>>>> rudolf.streif@linux.com
>>>>> Phone: +1.619.631.5383
>>>>> Skype: rudolfstreif
>>>>> PGP: RSA 2048/2048 D6E7D28B
>>>>>
>>>>> Linux Foundation Events Schedule:  events.linuxfoundation.org
>>>>> Linux Foundation Training Schedule: training.linuxfoundation.org
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> yocto mailing list
>>>>> yocto@yoctoproject.org
>>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>>>
>>>>
>>>> _______________________________________________
>>>> yocto mailing list
>>>> yocto@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>>
>>>>
>>>> _______________________________________________
>>>> yocto mailing list
>>>> yocto@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>>
>>>
>>>
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>>>
>>
>>
>>
>> --
>> --
>> Rudolf J. Streif
>> Director of Embedded Solutions
>> The Linux Foundation
>>
>> rudolf.streif@linux.com
>> Phone: +1.619.631.5383
>> Skype: rudolfstreif
>> PGP: RSA 2048/2048 D6E7D28B
>>
>> Linux Foundation Events Schedule:  events.linuxfoundation.org
>> Linux Foundation Training Schedule: training.linuxfoundation.org
>>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: Updating uboot to v2013.01
  2013-02-27  7:44                         ` Satya Swaroop Damarla
  2013-02-27 15:00                           ` Khem Raj
@ 2013-02-28 18:13                           ` Rudolf Streif
  1 sibling, 0 replies; 20+ messages in thread
From: Rudolf Streif @ 2013-02-28 18:13 UTC (permalink / raw)
  To: Satya Swaroop Damarla; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 12305 bytes --]

Hey Satya,

Sorry for the delayed response.

Well, it should create the kernel image and wrap it for u-boot. At least
that is my experience and what I just did during a YP class on the weekend
for the BeagleBone.

What is linux-dummy? Is that a kernel recipe that you created?

I second what Khem said that you may be missing the BSP or have incorrect
entries in your machine configuration file. That file ties machine-specific
stuff such as kernel, bootloader etc. together.

I am not sure about the device tree compiler. YP builds dtc as a native
package. The only reason I can imagine is that it was not built when you
are trying to build u-boot.

The SRCREV tags for u-boot I got from git.denx.de:

2013.01.01:
http://git.denx.de/?p=u-boot.git;a=tag;h=8512592e47cc968d2d6eb788acde761ebc3acbf6

2013.01:
http://git.denx.de/?p=u-boot.git;a=tag;h=35c192cf449860aec8766e20a51bf2052a1dc968

They are the git commit tags.

Cheers,
Rudi


On Tue, Feb 26, 2013 at 11:44 PM, Satya Swaroop Damarla <
swaroop.damarla@gmail.com> wrote:

> Hey Rudy,
>
> I think, it doesnot automatically take a kernel but we have to choose the
> kernel and I chose it v3.2 but seems it doesnot support my board and so I
> should take a kernel from the original and configure it to my need.... Here
> is the only error message I see about linux kernel
>
> WARNING: linux-dummy: No generic license file exists for: GPL in any
> provider
>
> my board is Avionic Tamonten Carrier, based on NVIDIA harmony board.
> Suggestions are very much appreciated but I am also currently trying to
> solve it.. I just downloaded a git kernel from the avionic site and can you
> please tell me how to configure it to so that the build system takes this
> as kernel and build it
>
> Greets,
> Satya
>
>
> On Tue, Feb 26, 2013 at 6:21 PM, Rudolf Streif <
> rstreif@linuxfoundation.org> wrote:
>
>> Satya,
>>
>> So what exactly do you get when building the kernel? No image at all in
>> tmp/deploy/images? What do the logs for the kernel recipes say?
>>
>> Rudi
>>
>>
>> On Mon, Feb 25, 2013 at 11:36 PM, Satya Swaroop Damarla <
>> swaroop.damarla@gmail.com> wrote:
>>
>>> hey hans,
>>>
>>> I think you are right about the kernel device tree.. I think it should
>>> come with the kernel but I have no idea why it works.. Only an expert
>>> should say why it works.. I think my work is not complete. I can generate
>>> the rootfs and the uboot.bin file but not the uImage... I have no idea...
>>> Diid you complete generating the image for the board?
>>>
>>> Greets,
>>> Satya
>>>
>>>
>>> On Mon, Feb 25, 2013 at 5:05 PM, Hans Beckérus <hans.beckerus@gmail.com>wrote:
>>>
>>>>
>>>>
>>>> 25 feb 2013 kl. 15:58 skrev Satya Swaroop DAMARLA <swaroop@weisser.at>:
>>>>
>>>> Guys. I found the solution to this problem....
>>>>
>>>> I think if you already install uboot-tools or uboot-mkimage packes from
>>>> Ubuntu repository then it is used instead of the one that is downloaded and
>>>> we should uninstall the packages and then rerun the build,,... Then IT
>>>> WORKS... So, thank you for the time and enegry... I assume this thread is
>>>> closed and this is the solution and if this doesnot work for some then
>>>> please post it and we may discuss the situation depending on the problem,
>>>>
>>>> Greetings & Regards,
>>>> Satya
>>>>
>>>> Same comment here as for the device tree compiler. You should use the
>>>> uboot tools/version as they come with the package. Not the one used by the
>>>> host distro. To me this is not a proper solution.
>>>>
>>>>
>>>>
>>>> On Thu, Feb 21, 2013 at 5:28 PM, Rudolf Streif <
>>>> rstreif@linuxfoundation.org> wrote:
>>>>
>>>>> Satya,
>>>>>
>>>>> I will look into it later today. I am currently at the Linux
>>>>> Foundation's Embedded Linux Conference.
>>>>>
>>>>> Rudi
>>>>>
>>>>>
>>>>> On Thu, Feb 21, 2013 at 2:10 AM, Satya Swaroop DAMARLA <
>>>>> swaroop@weisser.at> wrote:
>>>>>
>>>>>> Hello Guys,
>>>>>>
>>>>>> I have not received any reply from you. If you can help me to figure
>>>>>> out what the errors mean when adding a new .bb or recipe file then I can
>>>>>> learn the mistake and take care in the new recipes.... I request your time
>>>>>>
>>>>>>
>>>>>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop Damarla <
>>>>>> swaroop.damarla@gmail.com> wrote:
>>>>>>
>>>>>>> hey Guys... I get the following error... which I attached.. Its
>>>>>>> completely greek and latin to me.. Can you please help me..
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop DAMARLA <
>>>>>>> swaroop@weisser.at> wrote:
>>>>>>>
>>>>>>>> hey Guys... I get the following error... which I attached.. Its
>>>>>>>> completely greek and latin to me.. Can you please help me..
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wed, Feb 20, 2013 at 6:46 PM, Hans Beckérus <
>>>>>>>> hans.beckerus@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> On Wed, Feb 20, 2013 at 6:12 PM, Satya Swaroop Damarla
>>>>>>>>> <swaroop.damarla@gmail.com> wrote:
>>>>>>>>> > Hey hans, this is what he meant,
>>>>>>>>> >
>>>>>>>>> > In the machine config file add the following
>>>>>>>>> >
>>>>>>>>> > PREFERRED_VERSION_u-boot ?= "v2013.01%"  or
>>>>>>>>> PREFERRED_VERSION_u-boot ?=
>>>>>>>>> > "v2013.01.01%"
>>>>>>>>> >
>>>>>>>>> > By the way did you already complete the first part... There is
>>>>>>>>> also other
>>>>>>>>> > file called "u-boot-fw-utils_2012.04.01.bb" ... I think we
>>>>>>>>> should do the
>>>>>>>>> > same...
>>>>>>>>> >
>>>>>>>>> > Hans bytheway,  are you also working on the same board or
>>>>>>>>> diffferent board
>>>>>>>>> > with same problem?
>>>>>>>>> >
>>>>>>>>>
>>>>>>>>> Different board, same core, similar problem ;)
>>>>>>>>> Now I get it. Thanks. But still question remains how in earth I
>>>>>>>>> managed to build the kernel if not also having copied/renamed the
>>>>>>>>> mkimage .bb?
>>>>>>>>> Is the PREFERRED_VERSION_u-boot used to determine what mkimage and
>>>>>>>>> fw
>>>>>>>>> utils it picks up?
>>>>>>>>> Then it might be that since I/we build u-boot as a separate
>>>>>>>>> package,
>>>>>>>>> but kernel lifts in the mkimage stuff, it works but the wrong
>>>>>>>>> package
>>>>>>>>> was used.
>>>>>>>>> In my case obviously compatible, but not recommended I guess.
>>>>>>>>> Also, I
>>>>>>>>> agree that the fw utils should probably be in sync similar to
>>>>>>>>> mkimage.
>>>>>>>>>
>>>>>>>>> Hans
>>>>>>>>>
>>>>>>>>> >
>>>>>>>>> >
>>>>>>>>> >
>>>>>>>>> >
>>>>>>>>> >
>>>>>>>>> > On Wed, Feb 20, 2013 at 6:01 PM, Hans Beckérus <
>>>>>>>>> hans.beckerus@gmail.com>
>>>>>>>>> > wrote:
>>>>>>>>> >>
>>>>>>>>> >> On Wed, Feb 20, 2013 at 5:16 PM, Rudolf Streif
>>>>>>>>> >> <rstreif@linuxfoundation.org> wrote:
>>>>>>>>> >> > Satya,
>>>>>>>>> >> >
>>>>>>>>> >> > Simply look at the u-boot recipes in meta/recipes-bsp/u-boot
>>>>>>>>> such as
>>>>>>>>> >> > u-boot_2012.04.01.bb. You can simply copy it and name it
>>>>>>>>> >> > u-boot_2013.01.bb
>>>>>>>>> >> > and then modify SRCREV to the revision that corresponds to
>>>>>>>>> the tag
>>>>>>>>> >> > 2013.01
>>>>>>>>> >> > or 2013.01.01 in git.denx.de:
>>>>>>>>> >> >
>>>>>>>>> >> > for 2013.01: 3a9d879f6f64585b819af728b53be0a05037fe0d
>>>>>>>>> >> > for 2013.01.01: e8ae0fa5edd152b2b29c470b88429be4cdcd2c46
>>>>>>>>> >> >
>>>>>>>>> >> > Do the same for u-boot-mkimage and include the u-boot version
>>>>>>>>> with your
>>>>>>>>> >> > bsp.
>>>>>>>>> >> >
>>>>>>>>> >> > Rudi
>>>>>>>>> >> >
>>>>>>>>> >> >
>>>>>>>>> >> Hi Rudi, sorry to chime in , but I have a similar problem but
>>>>>>>>> do not
>>>>>>>>> >> really get the last thing you said.
>>>>>>>>> >> What do you mean by including the u-boot version in the bsp?
>>>>>>>>> Also is
>>>>>>>>> >> it a must to also copy the mkimage .bb or will the system find a
>>>>>>>>> >> suitable one automatically?
>>>>>>>>> >> The thing is that I only copied/edited the u-boot .bb but never
>>>>>>>>> the
>>>>>>>>> >> mkimage. Still my kernel successfully builds the kernel uImage!?
>>>>>>>>> >> Some magic that I have missed :)
>>>>>>>>> >>
>>>>>>>>> >> Hans
>>>>>>>>> >>
>>>>>>>>> >>
>>>>>>>>> >> > On Wed, Feb 20, 2013 at 5:17 AM, Satya Swaroop Damarla
>>>>>>>>> >> > <swaroop.damarla@gmail.com> wrote:
>>>>>>>>> >> >>
>>>>>>>>> >> >> Hi Guys,
>>>>>>>>> >> >>
>>>>>>>>> >> >> I need support for uboot on Tamonten board but the version
>>>>>>>>> on it is
>>>>>>>>> >> >> v2012.04 but I came to know that v2012.10 or v2013.01
>>>>>>>>> supports the
>>>>>>>>> >> >> Tamontenboard through some guys here..
>>>>>>>>> >> >>
>>>>>>>>> >> >> It would be great if you can tell me how can I accomplish
>>>>>>>>> v2013.01 or
>>>>>>>>> >> >> v2012.10 into the build system and make it available so that
>>>>>>>>> I can
>>>>>>>>> >> >> compile
>>>>>>>>> >> >> the and get uImage
>>>>>>>>> >> >>
>>>>>>>>> >> >> (Tamonten board is a derivative of harmony board with some
>>>>>>>>> changes and
>>>>>>>>> >> >> has
>>>>>>>>> >> >> arm cortexa9 processor without neon extentions )
>>>>>>>>> >> >>
>>>>>>>>> >> >> I am kind of new to add new .bb files and help is really
>>>>>>>>> appreciated as
>>>>>>>>> >> >> I
>>>>>>>>> >> >> am not able to figure out how to add
>>>>>>>>> >> >>
>>>>>>>>> >> >> Greetings & Regards,
>>>>>>>>> >> >> Swaroop
>>>>>>>>> >> >>
>>>>>>>>> >> >> _______________________________________________
>>>>>>>>> >> >> yocto mailing list
>>>>>>>>> >> >> yocto@yoctoproject.org
>>>>>>>>> >> >> https://lists.yoctoproject.org/listinfo/yocto
>>>>>>>>> >> >>
>>>>>>>>> >> >
>>>>>>>>> >> >
>>>>>>>>> >> >
>>>>>>>>> >> > --
>>>>>>>>> >> > --
>>>>>>>>> >> > Rudolf J. Streif
>>>>>>>>> >> > Director of Embedded Solutions
>>>>>>>>> >> > The Linux Foundation
>>>>>>>>> >> >
>>>>>>>>> >> > rudolf.streif@linux.com
>>>>>>>>> >> > Phone: +1.619.631.5383
>>>>>>>>> >> > Skype: rudolfstreif
>>>>>>>>> >> > PGP: RSA 2048/2048 D6E7D28B
>>>>>>>>> >> >
>>>>>>>>> >> > Linux Foundation Events Schedule:  events.linuxfoundation.org
>>>>>>>>> >> > Linux Foundation Training Schedule:
>>>>>>>>> training.linuxfoundation.org
>>>>>>>>> >> >
>>>>>>>>> >> >
>>>>>>>>> >> > _______________________________________________
>>>>>>>>> >> > yocto mailing list
>>>>>>>>> >> > yocto@yoctoproject.org
>>>>>>>>> >> > https://lists.yoctoproject.org/listinfo/yocto
>>>>>>>>> >> >
>>>>>>>>> >
>>>>>>>>> >
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> --
>>>>> *Rudolf J. Streif*
>>>>> Director of Embedded Solutions
>>>>> The Linux Foundation
>>>>>
>>>>> rudolf.streif@linux.com
>>>>> Phone: +1.619.631.5383
>>>>> Skype: rudolfstreif
>>>>> PGP: RSA 2048/2048 D6E7D28B
>>>>>
>>>>> Linux Foundation Events Schedule:  events.linuxfoundation.org
>>>>> Linux Foundation Training Schedule: training.linuxfoundation.org
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> yocto mailing list
>>>>> yocto@yoctoproject.org
>>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>>>
>>>>>
>>>> _______________________________________________
>>>> yocto mailing list
>>>> yocto@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>>
>>>>
>>>> _______________________________________________
>>>> yocto mailing list
>>>> yocto@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>>
>>>>
>>>
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>>>
>>>
>>
>>
>> --
>> --
>> *Rudolf J. Streif*
>> Director of Embedded Solutions
>> The Linux Foundation
>>
>> rudolf.streif@linux.com
>> Phone: +1.619.631.5383
>> Skype: rudolfstreif
>> PGP: RSA 2048/2048 D6E7D28B
>>
>> Linux Foundation Events Schedule:  events.linuxfoundation.org
>> Linux Foundation Training Schedule: training.linuxfoundation.org
>>
>>
>


-- 
-- 
*Rudolf J. Streif*
Director of Embedded Solutions
The Linux Foundation

rudolf.streif@linux.com
Phone: +1.619.631.5383
Skype: rudolfstreif
PGP: RSA 2048/2048 D6E7D28B

Linux Foundation Events Schedule:  events.linuxfoundation.org
Linux Foundation Training Schedule: training.linuxfoundation.org

[-- Attachment #2: Type: text/html, Size: 21228 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2013-02-28 18:13 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-20 13:17 Updating uboot to v2013.01 Satya Swaroop Damarla
2013-02-20 16:16 ` Rudolf Streif
2013-02-20 17:01   ` Hans Beckérus
2013-02-20 17:12     ` Satya Swaroop Damarla
2013-02-20 17:46       ` Hans Beckérus
2013-02-20 18:19         ` Satya Swaroop DAMARLA
2013-02-20 18:19           ` Satya Swaroop Damarla
2013-02-21 10:10             ` Satya Swaroop DAMARLA
2013-02-21 16:28               ` Rudolf Streif
2013-02-25 14:58                 ` Satya Swaroop DAMARLA
2013-02-25 15:56                   ` Satya Swaroop Damarla
2013-02-25 16:02                     ` Hans Beckérus
2013-02-26 17:19                     ` Rudolf Streif
2013-02-25 16:05                   ` Hans Beckérus
2013-02-26  7:36                     ` Satya Swaroop Damarla
2013-02-26 17:21                       ` Rudolf Streif
2013-02-27  7:44                         ` Satya Swaroop Damarla
2013-02-27 15:00                           ` Khem Raj
2013-02-28 18:13                           ` Rudolf Streif
2013-02-21 19:03               ` How to make a recipe doing mkimage on a initrd image? Hans Beckerus

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.