Re: crosscompiling kernel

2002-11-03 Thread Randolph Chung
> So, I have to use the file 'lifimage', not 'vmlinux'? > or whicht file? both are in the main dir > (/usr/src/kernel-source-2.4.19-hppa). if you are doing a network boot, you want 'lifimage', and you can build the kernel using 'make palo' if you are booting locally, then you can just build using

Re: crosscompiling kernel

2002-11-03 Thread Jonas Meurer
On 03/11/2002 Carlos O'Donell wrote: > Correct, it needs to be a lifimage, but PALO will take care of this for you. So, I have to use the file 'lifimage', not 'vmlinux'? or whicht file? both are in the main dir (/usr/src/kernel-source-2.4.19-hppa). Another question is: can palo have a selection w

Re: crosscompiling kernel

2002-11-03 Thread Carlos O'Donell
> > Hm, from what I gathered on this list, it seems that the PA-RISC kernel > usually isn't compressed? > Correct, it needs to be a lifimage, but PALO will take care of this for you. > > hppa-linux-nm vmlinux | grep -v '\(compiled\)\|\(\.o$\)\|\( [aUw] > > \)\|\(\.\.ng$\)\|\(LASH[RL]DI\)'

Re: crosscompiling kernel

2002-11-03 Thread Thomas Themel
Hi, Jonas Meurer ([EMAIL PROTECTED]) wrote on 2002-11-03: > [EMAIL PROTECTED]:/usr/src/kernel-source-2.4.19-hppa$ make bzImage Hm, from what I gathered on this list, it seems that the PA-RISC kernel usually isn't compressed? > hppa-linux-nm vmlinux | grep -v '\(compiled\)\|\(\.o$\)\|\( [aUw] >

crosscompiling kernel

2002-11-03 Thread Jonas Meurer
Hello, Like described in the threat before, I compiled gcc for hppa. Now I want to crosscompile my kernel: adding in /usr/src/kernel-source-2.4.19-hppa/Makefile: CROSS_COMPILE = hppa-linux- and then: [EMAIL PROTECTED]:/usr/src/kernel-source-2.4.19-hppa$ make menuconfig (with using the .config fr