All of lore.kernel.org
 help / color / mirror / Atom feed
* u-boot-ti-staging failed to compile
@ 2013-08-16  2:32 Christian Gagneraud
  2013-08-17 15:00 ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Christian Gagneraud @ 2013-08-16  2:32 UTC (permalink / raw)
  To: meta-arago

Hi there,

I've started a brand new build today using arago-dylan-config.txt, I got 
a build failure with u-boot-ti-staging, the whole log is on pastebin [1].
In short, I got:
make[2]: *** No rule to make target `include/config_cmd_defaults', 
needed by `spl/arch/arm/cpu/armv7/cache_v7.o'.  Stop.

Path have been stripped down for readability.

$ find sources/meta-{arago,ti} -name '*boot-ti-*'
sources/meta-arago/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bbappend
sources/meta-ti/recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb
sources/meta-ti/recipes-bsp/u-boot/u-boot-ti.inc

Any thoughts one this one?

Regards,
Chris

[1] http://pastebin.com/HGX8i5Uk


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

* Re: u-boot-ti-staging failed to compile
  2013-08-16  2:32 u-boot-ti-staging failed to compile Christian Gagneraud
@ 2013-08-17 15:00 ` Denys Dmytriyenko
  2013-08-19  2:05   ` Christian Gagneraud
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2013-08-17 15:00 UTC (permalink / raw)
  To: Christian Gagneraud; +Cc: meta-arago

On Fri, Aug 16, 2013 at 02:32:58PM +1200, Christian Gagneraud wrote:
> Hi there,
> 
> I've started a brand new build today using arago-dylan-config.txt, I
> got a build failure with u-boot-ti-staging, the whole log is on
> pastebin [1].
> In short, I got:
> make[2]: *** No rule to make target `include/config_cmd_defaults',
> needed by `spl/arch/arm/cpu/armv7/cache_v7.o'.  Stop.

Hmm, I haven't seen that one before. I'm building dylan for am335x-evm and it 
includes u-boot-ti-staging that has no issues. What toolchain do you use?

-- 
Denys

> Path have been stripped down for readability.
> 
> $ find sources/meta-{arago,ti} -name '*boot-ti-*'
> sources/meta-arago/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bbappend
> sources/meta-ti/recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb
> sources/meta-ti/recipes-bsp/u-boot/u-boot-ti.inc
> 
> Any thoughts one this one?
> 
> Regards,
> Chris
> 
> [1] http://pastebin.com/HGX8i5Uk
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: u-boot-ti-staging failed to compile
  2013-08-17 15:00 ` Denys Dmytriyenko
@ 2013-08-19  2:05   ` Christian Gagneraud
  2013-08-19 17:37     ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Christian Gagneraud @ 2013-08-19  2:05 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

On 18/08/13 03:00, Denys Dmytriyenko wrote:
> On Fri, Aug 16, 2013 at 02:32:58PM +1200, Christian Gagneraud wrote:
>> Hi there,
>>
>> I've started a brand new build today using arago-dylan-config.txt, I
>> got a build failure with u-boot-ti-staging, the whole log is on
>> pastebin [1].
>> In short, I got:
>> make[2]: *** No rule to make target `include/config_cmd_defaults',
>> needed by `spl/arch/arm/cpu/armv7/cache_v7.o'.  Stop.
>
> Hmm, I haven't seen that one before. I'm building dylan for am335x-evm and it
> includes u-boot-ti-staging that has no issues. What toolchain do you use?
>

Hi Denys,

I didn't change anything, so I am still using 
linaro/arm-linux-gnueabihf/4.7-2013.03/, do I need a newer version?

Regards,
Chris



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

* Re: u-boot-ti-staging failed to compile
  2013-08-19  2:05   ` Christian Gagneraud
@ 2013-08-19 17:37     ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2013-08-19 17:37 UTC (permalink / raw)
  To: Christian Gagneraud; +Cc: meta-arago

On Mon, Aug 19, 2013 at 02:05:09PM +1200, Christian Gagneraud wrote:
> On 18/08/13 03:00, Denys Dmytriyenko wrote:
> >On Fri, Aug 16, 2013 at 02:32:58PM +1200, Christian Gagneraud wrote:
> >>Hi there,
> >>
> >>I've started a brand new build today using arago-dylan-config.txt, I
> >>got a build failure with u-boot-ti-staging, the whole log is on
> >>pastebin [1].
> >>In short, I got:
> >>make[2]: *** No rule to make target `include/config_cmd_defaults',
> >>needed by `spl/arch/arm/cpu/armv7/cache_v7.o'.  Stop.
> >
> >Hmm, I haven't seen that one before. I'm building dylan for am335x-evm and it
> >includes u-boot-ti-staging that has no issues. What toolchain do you use?
> >
> 
> Hi Denys,
> 
> I didn't change anything, so I am still using
> linaro/arm-linux-gnueabihf/4.7-2013.03/, do I need a newer version?

No, that is the right one. Can you build that u-boot from sources manually?

-- 
Denys


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

end of thread, other threads:[~2013-08-19 17:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-16  2:32 u-boot-ti-staging failed to compile Christian Gagneraud
2013-08-17 15:00 ` Denys Dmytriyenko
2013-08-19  2:05   ` Christian Gagneraud
2013-08-19 17:37     ` Denys Dmytriyenko

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.