2.6.22-rc3-mm1
Segher Boessenkool
segher at kernel.crashing.org
Mon Jun 4 18:35:20 EST 2007
>> BTW. This is 'make allnoconfig && make' result:
>>
>> 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
>
> If you check your .config I think you'll find you have none of the
> powerpc platforms selected, which means you don't get a zImage.
Which is simply a Makefile bug.
> And your
> kernel won't boot on any actual hardware either :)
I've never seen any allnoconfig kernel do that ;-)
> Perhaps one of the platforms should be the default if nothing else is
> selected, just so allnoconfig works.
Nah, just don't create the zImage link if $(image-y)
is empty.
Segher
More information about the Linuxppc-dev
mailing list