Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Which u-boot/buildroot version for ppc8272?
@ 2009-01-06  4:33 Daniel Ng
  2009-01-06  7:56 ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Ng @ 2009-01-06  4:33 UTC (permalink / raw)
  To: buildroot

Hi,

Which daily snapshot version of buildroot would people recommend for a PPC 
8272-based (603e core) board?

I just tried yesterday's (buildroot-20090105.tar.tar) buildroot snapshot and 
it failed to build-

make[1]: *** No rule to make target `_config'.  Stop.
make[1]: Leaving directory 
`/home/dng/buildroot2009/buildroot/project_build_powerpc/uclibc/u-boot-2009.01-
rc1'
make: *** [/home/dng/buildroot2009/buildroot/project_build_powerpc/uclibc/u-
boot-2009.01-rc1/.configured] Error 2

Cheers,
Daniel

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

* [Buildroot] Which u-boot/buildroot version for ppc8272?
  2009-01-06  4:33 [Buildroot] Which u-boot/buildroot version for ppc8272? Daniel Ng
@ 2009-01-06  7:56 ` Peter Korsgaard
  2009-01-06 22:53   ` Daniel Ng
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2009-01-06  7:56 UTC (permalink / raw)
  To: buildroot

>>>>> "Daniel" == Daniel Ng <daniel_ng11@lycos.com> writes:

 Daniel> Hi,
 Daniel> Which daily snapshot version of buildroot would people recommend for a PPC 
 Daniel> 8272-based (603e core) board?

The latest.

 Daniel> I just tried yesterday's (buildroot-20090105.tar.tar) buildroot snapshot and 
 Daniel> it failed to build-

 Daniel> make[1]: *** No rule to make target `_config'.  Stop.
 Daniel> make[1]: Leaving directory 
 Daniel> `/home/dng/buildroot2009/buildroot/project_build_powerpc/uclibc/u-boot-2009.01-
 Daniel> rc1'
 Daniel> make: *** [/home/dng/buildroot2009/buildroot/project_build_powerpc/uclibc/u-
 Daniel> boot-2009.01-rc1/.configured] Error 2

Yes, u-boot recently broke. I fixed it up yesterday and it builds for
me for a 603e (83xx).

-- 
Bye, Peter Korsgaard

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

* [Buildroot] Which u-boot/buildroot version for ppc8272?
  2009-01-06  7:56 ` Peter Korsgaard
@ 2009-01-06 22:53   ` Daniel Ng
  2009-01-07  6:29     ` Hans-Christian Egtvedt
  2009-01-07  8:10     ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel Ng @ 2009-01-06 22:53 UTC (permalink / raw)
  To: buildroot

Peter Korsgaard <jacmet@...> writes:
> Yes, u-boot recently broke. I fixed it up yesterday and it builds for
> me for a 603e (83xx).
> 

Hi Peter,

I've just tried the latest (buildroot-20090106.tar.bz2) but get the same error-

make[1]: Entering directory 
`/home/dng/buildroot/project_build_powerpc/uclibc/u-boot-2009.01-rc1'
make[1]: *** No rule to make target `_config'.  Stop.
make[1]: Leaving directory `/home/dng/buildroot/project_build_powerpc/uclibc/u-
boot-2009.01-rc1'
make: *** [/home/dng/buildroot/project_build_powerpc/uclibc/u-boot-2009.01-
rc1/.configured] Error 2

In 'make menuconfig', all I did was:

1) Specify PowerPC 603e
2) Select u-boot

-everything else was left as their defaults.

Perhaps I need to change another menuconfig setting?

Also, did you try it by downloading buildroot-20090106.tar.bz2? Or did you try 
it using some other bz2 file?

Cheers,
Daniel

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

* [Buildroot] Which u-boot/buildroot version for ppc8272?
  2009-01-06 22:53   ` Daniel Ng
@ 2009-01-07  6:29     ` Hans-Christian Egtvedt
  2009-01-07  8:10     ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Hans-Christian Egtvedt @ 2009-01-07  6:29 UTC (permalink / raw)
  To: buildroot

On Tue, 6 Jan 2009 22:53:33 +0000 (UTC)
Daniel Ng <daniel_ng11@lycos.com> wrote:

> Peter Korsgaard <jacmet@...> writes:
> > Yes, u-boot recently broke. I fixed it up yesterday and it builds
> > for me for a 603e (83xx).
> > 
> 
> Hi Peter,
> 
> I've just tried the latest (buildroot-20090106.tar.bz2) but get the
> same error-
> 
> make[1]: Entering directory 
> `/home/dng/buildroot/project_build_powerpc/uclibc/u-boot-2009.01-rc1'
> make[1]: *** No rule to make target `_config'.  Stop.

Here is your error

> make[1]: Leaving directory
> `/home/dng/buildroot/project_build_powerpc/uclibc/u- boot-2009.01-rc1'
> make: ***
> [/home/dng/buildroot/project_build_powerpc/uclibc/u-boot-2009.01-
> rc1/.configured] Error 2
> 
> In 'make menuconfig', all I did was:
> 
> 1) Specify PowerPC 603e
> 2) Select u-boot
> 
> -everything else was left as their defaults.
> 
> Perhaps I need to change another menuconfig setting?
> 

You need to set BR2_TARGET_UBOOT_BOARDNAME in Kconfig.

-- 
Best regards,
Hans-Christian Egtvedt

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

* [Buildroot] Which u-boot/buildroot version for ppc8272?
  2009-01-06 22:53   ` Daniel Ng
  2009-01-07  6:29     ` Hans-Christian Egtvedt
@ 2009-01-07  8:10     ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2009-01-07  8:10 UTC (permalink / raw)
  To: buildroot

>>>>> "Daniel" == Daniel Ng <daniel_ng11@lycos.com> writes:

 Daniel> Hi Peter,

 Daniel> I've just tried the latest (buildroot-20090106.tar.bz2) but get the same error-

 Daniel> make[1]: Entering directory 
 Daniel> `/home/dng/buildroot/project_build_powerpc/uclibc/u-boot-2009.01-rc1'
 Daniel> make[1]: *** No rule to make target `_config'.  Stop.

I suspect you haven't set BR2_TARGET_UBOOT_BOARDNAME to your u-boot
config.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2009-01-07  8:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-06  4:33 [Buildroot] Which u-boot/buildroot version for ppc8272? Daniel Ng
2009-01-06  7:56 ` Peter Korsgaard
2009-01-06 22:53   ` Daniel Ng
2009-01-07  6:29     ` Hans-Christian Egtvedt
2009-01-07  8:10     ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox