Re: Powerpc build unhappy in 2.6.20.4?

2007-04-04 Thread Tony Breeds
On Mon, Apr 02, 2007 at 11:51:09PM -0400, Rob Landley wrote: > So "make oldconfig ARCH=powerpc" will accept a config that doesn't have a > platform selected? It seems so. I think the patch below will fix that by forcing at least one platform to be selected. Can you try it and see if it helps

Re: Powerpc build unhappy in 2.6.20.4?

2007-04-04 Thread Tony Breeds
On Mon, Apr 02, 2007 at 11:51:09PM -0400, Rob Landley wrote: So make oldconfig ARCH=powerpc will accept a config that doesn't have a platform selected? It seems so. I think the patch below will fix that by forcing at least one platform to be selected. Can you try it and see if it helps

Re: Powerpc build unhappy in 2.6.20.4?

2007-04-02 Thread Rob Landley
On Monday 02 April 2007 8:51 pm, Tony Breeds wrote: > On Mon, Apr 02, 2007 at 03:14:14PM -0400, Rob Landley wrote: > > > Sure, quite easily the source of the trouble. Attached in both full .config > > and mini.config formats. > > Okay, I have no idea how it happend but you seem to have an

Re: Powerpc build unhappy in 2.6.20.4?

2007-04-02 Thread Tony Breeds
On Mon, Apr 02, 2007 at 03:14:14PM -0400, Rob Landley wrote: > Sure, quite easily the source of the trouble. Attached in both full .config > and mini.config formats. Okay, I have no idea how it happend but you seem to have an invalid config. It looks to me like you need to select a platform.

Re: Powerpc build unhappy in 2.6.20.4?

2007-04-02 Thread Tony Breeds
On Mon, Apr 02, 2007 at 03:14:14PM -0400, Rob Landley wrote: Sure, quite easily the source of the trouble. Attached in both full .config and mini.config formats. Okay, I have no idea how it happend but you seem to have an invalid config. It looks to me like you need to select a platform.

Re: Powerpc build unhappy in 2.6.20.4?

2007-04-02 Thread Rob Landley
On Monday 02 April 2007 8:51 pm, Tony Breeds wrote: On Mon, Apr 02, 2007 at 03:14:14PM -0400, Rob Landley wrote: Sure, quite easily the source of the trouble. Attached in both full .config and mini.config formats. Okay, I have no idea how it happend but you seem to have an invalid

Re: Powerpc build unhappy in 2.6.20.4?

2007-04-01 Thread Tony Breeds
On Fri, Mar 30, 2007 at 05:53:26PM -0400, Rob Landley wrote: > So doing: > > make ARCH=powerpc CROSS=powerpc- > > Chugs along fine for a while, but then it ends with: > > MODPOST vmlinux There should be a lot of activity between this step and the error below. > ln: accessing

Re: Powerpc build unhappy in 2.6.20.4?

2007-04-01 Thread Tony Breeds
On Fri, Mar 30, 2007 at 05:53:26PM -0400, Rob Landley wrote: So doing: make ARCH=powerpc CROSS=powerpc- Chugs along fine for a while, but then it ends with: MODPOST vmlinux There should be a lot of activity between this step and the error below. ln: accessing

Powerpc build unhappy in 2.6.20.4?

2007-03-30 Thread Rob Landley
So doing: make ARCH=powerpc CROSS=powerpc- Chugs along fine for a while, but then it ends with: MODPOST vmlinux ln: accessing `arch/powerpc/boot/zImage': No such file or directory make[1]: *** [arch/powerpc/boot/zImage] Error 1 make: *** [zImage] Error 2 I.E. it builds vmlinux,

Powerpc build unhappy in 2.6.20.4?

2007-03-30 Thread Rob Landley
So doing: make ARCH=powerpc CROSS=powerpc- Chugs along fine for a while, but then it ends with: MODPOST vmlinux ln: accessing `arch/powerpc/boot/zImage': No such file or directory make[1]: *** [arch/powerpc/boot/zImage] Error 1 make: *** [zImage] Error 2 I.E. it builds vmlinux,