Re: Building an i386 kernel on amd64 host with make-kpkg

2008-09-20 Thread Yan Li
>> setarch i386 make-kpkg --initrd --arch=i386 --revision $revision >> binary > Thanks for that info, Steve. However I still cannot get it to work. Try this: DEB_HOST_ARCH=i386 make-kpkg --arch i386 --cross_compile - \ --rootcmd fakeroot --initrd --append-to-version mytest kernel_image What y

Re: Building an i386 kernel on amd64 host with make-kpkg

2008-07-13 Thread Cameron Hutchison
Steve Kemp <[EMAIL PROTECTED]> writes: >On Sat Jul 12, 2008 at 04:12:56 -, Cameron Hutchison wrote: >> >I just needed to add that "--cross-compile -" argument and it worked. >> >> I spoke too soon. It does not quite work. It builds an amd64 arch >> package, so I cannot install it on an i386

Re: Building an i386 kernel on amd64 host with make-kpkg

2008-07-12 Thread Steve Kemp
On Sat Jul 12, 2008 at 04:12:56 -, Cameron Hutchison wrote: > >I just needed to add that "--cross-compile -" argument and it worked. > > I spoke too soon. It does not quite work. It builds an amd64 arch > package, so I cannot install it on an i386 arch. I use this: setarch i386 make-k

Re: Building an i386 kernel on amd64 host with make-kpkg

2008-07-11 Thread Cameron Hutchison
Cameron Hutchison <[EMAIL PROTECTED]> writes: >Cameron Hutchison <[EMAIL PROTECTED]> writes: >>I am trying to build a kernel for my i386 box on my amd64 host. I want >>to do this because the amd64 box build at least 10 times faster than the >>target box. >>I am using make-kpkg to build the kernel

Re: Building an i386 kernel on amd64 host with make-kpkg

2008-07-11 Thread Cameron Hutchison
Cameron Hutchison <[EMAIL PROTECTED]> writes: >I am trying to build a kernel for my i386 box on my amd64 host. I want >to do this because the amd64 box build at least 10 times faster than the >target box. >I am using make-kpkg to build the kernel package. I am having the >following problem: >$ ma