Re: Compile Kernel 32 bits on an 64 bits machine: initramfs

2015-08-12 Thread Helmut Grohne
I acknowledge that this is a late answer, hope it still helps. On Mon, Jun 08, 2015 at 05:45:52PM +0100, pietrop wrote: I am running a Debian 8 machine and I need to compile a 32 bits kernel using this system, I have managed to compile the kernel using the package linux-source-3.16 and it

Compile Kernel 32 bits on an 64 bits machine: initramfs

2015-06-08 Thread pietrop
Hi all, I am running a Debian 8 machine and I need to compile a 32 bits kernel using this system, I have managed to compile the kernel using the package linux-source-3.16 and it boots fine exporting CFLAGS=-m32 to cross compile. Basically: export CFLAGS=-m32 make make modules_install make