Re: [maemo-developers] build Kernel 06

2006-07-19 Thread Dave Neuer
On 7/19/06, skler <[EMAIL PROTECTED]> wrote: nobody can write a mini-howto for compiling kernel of 06? I build one with this commands: tar jxf kernel-source-2.6.16.tar.bz2 # I'm just making zImage, you can play with modules too.. You are building a kernel from vanilla kernel sources? AF

[maemo-developers] build Kernel 06

2006-07-19 Thread skler
nobody can write a mini-howto for compiling kernel of 06? I build one with this commands: /scratchbox/login sbox-config -st SDK_ARM cd /usr/src/ tar jxf kernel-source-2.6.16.tar.bz2 cd kernel-source-2.6.16 cp arch/arm/configs/n770_defconfig .config make HOSTCC=host-gcc menuconfig # Now edit to th