Re: powerpc allnoconfig

2009-03-03 Thread Peter Bergner
On Tue, 2009-03-03 at 08:56 -0800, Andrew Morton wrote: > On Tue, 3 Mar 2009 11:14:04 +0100 (CET) Geert Uytterhoeven > wrote: > > > > > let us know if that works :-) > > > > > > didn't. Oh well. > > > > Does allnoconfig work if you force the compiler to be 32-bit, like > > > > make CC="p

Re: powerpc allnoconfig

2009-03-03 Thread Andrew Morton
On Tue, 3 Mar 2009 11:14:04 +0100 (CET) Geert Uytterhoeven wrote: > > > let us know if that works :-) > > > > didn't. Oh well. > > Does allnoconfig work if you force the compiler to be 32-bit, like > > make CC="powerpc64-unknown-linux-gnu-gcc -m32" Nope: scripts/mod/empty.c:1: error: -

Re: powerpc allnoconfig

2009-03-03 Thread Geert Uytterhoeven
On Mon, 2 Mar 2009, Andrew Morton wrote: > On Tue, 3 Mar 2009 14:19:05 +1100 Stephen Rothwell > wrote: > > On Mon, 2 Mar 2009 18:55:14 -0800 Andrew Morton > > wrote: > > > Using built-in specs. > > > Target: powerpc64-unknown-linux-gnu > > > Configured with: > > > /home/axboe/crosstool-0.43/bu

Re: powerpc allnoconfig

2009-03-02 Thread Andrew Morton
On Tue, 3 Mar 2009 17:22:32 +1100 Stephen Rothwell wrote: > So, I can only imagine it is your toolchain that is letting you down. hrm. I blame Rusty. > What is your host machine? x86_64/FCx > Can I send you a new toolchain? (Mine are only > good for building kernels - they have no librarie

Re: powerpc allnoconfig

2009-03-02 Thread Stephen Rothwell
Hi Andrew, On Mon, 2 Mar 2009 21:38:01 -0800 Andrew Morton wrote: > > > I think we need a better bug report :-) > > Kernel version? > > Current mainline. > > > What error do you get now? > > Same as before. > > > allmodconfig and defconfig turn CONFIG_PPC64 on. allnoconfig turns it > > off

Re: powerpc allnoconfig

2009-03-02 Thread Andrew Morton
On Tue, 3 Mar 2009 15:40:43 +1100 Stephen Rothwell wrote: > Hi Andrew, > > On Mon, 2 Mar 2009 20:08:09 -0800 Andrew Morton > wrote: > > > > > Right, you have a 64 bit only compiler. Also it is version 4.1.0 which we > > > now black ban (I think). > > > > Probably. But I only use it for com

Re: powerpc allnoconfig

2009-03-02 Thread Stephen Rothwell
Hi Andrew, On Mon, 2 Mar 2009 20:08:09 -0800 Andrew Morton wrote: > > > Right, you have a 64 bit only compiler. Also it is version 4.1.0 which we > > now black ban (I think). > > Probably. But I only use it for compilation testing, so the `Your > version of gcc miscompiles the __weak directiv

Re: powerpc allnoconfig

2009-03-02 Thread Andrew Morton
On Tue, 3 Mar 2009 14:19:05 +1100 Stephen Rothwell wrote: > Hi Andrew, > > On Mon, 2 Mar 2009 18:55:14 -0800 Andrew Morton > wrote: > > > > Using built-in specs. > > Target: powerpc64-unknown-linux-gnu > > Configured with: > > /home/axboe/crosstool-0.43/build/powerpc64-unknown-linux-gnu/gcc-

Re: powerpc allnoconfig

2009-03-02 Thread Stephen Rothwell
Hi Andrew, On Mon, 2 Mar 2009 18:55:14 -0800 Andrew Morton wrote: > > Using built-in specs. > Target: powerpc64-unknown-linux-gnu > Configured with: > /home/axboe/crosstool-0.43/build/powerpc64-unknown-linux-gnu/gcc-4.1.0-glibc-2.3.6/gcc-4.1.0/configure > --target=powerpc64-unknown-linux-gnu -

Re: powerpc allnoconfig

2009-03-02 Thread Andrew Morton
On Tue, 3 Mar 2009 13:52:03 +1100 Stephen Rothwell wrote: > Hi Andrew, > > On Mon, 2 Mar 2009 18:40:49 -0800 Andrew Morton > wrote: > > > > It's a cross-compiler: http://userweb.kernel.org/~akpm/cross-compilers/ > > What does > "/opt/crosstool/gcc-4.1.0-glibc-2.3.6/powerpc64-unknown-linux-gn

Re: powerpc allnoconfig

2009-03-02 Thread Stephen Rothwell
Hi Andrew, On Mon, 2 Mar 2009 18:40:49 -0800 Andrew Morton wrote: > > It's a cross-compiler: http://userweb.kernel.org/~akpm/cross-compilers/ What does "/opt/crosstool/gcc-4.1.0-glibc-2.3.6/powerpc64-unknown-linux-gnu/bin/powerpc64-unknown-linux-gnu-gcc -v" say? I suspect you have a 64 bit on

Re: powerpc allnoconfig

2009-03-02 Thread Andrew Morton
On Tue, 03 Mar 2009 13:31:10 +1100 Michael Neuling wrote: > > make mrproper > > make allnoconfig > > make vmlinux > > > > gives: > > > > scripts/kconfig/conf -s arch/powerpc/Kconfig > > CHK include/linux/version.h > > UPD include/linux/version.h > > CHK include/linux/utsreleas

Re: powerpc allnoconfig

2009-03-02 Thread Michael Neuling
> make mrproper > make allnoconfig > make vmlinux > > gives: > > scripts/kconfig/conf -s arch/powerpc/Kconfig > CHK include/linux/version.h > UPD include/linux/version.h > CHK include/linux/utsrelease.h > UPD include/linux/utsrelease.h > SYMLINK include/asm -> include/as

powerpc allnoconfig

2009-03-02 Thread Andrew Morton
make mrproper make allnoconfig make vmlinux gives: scripts/kconfig/conf -s arch/powerpc/Kconfig CHK include/linux/version.h UPD include/linux/version.h CHK include/linux/utsrelease.h UPD include/linux/utsrelease.h SYMLINK include/asm -> include/asm-powerpc HOSTCC scr