I have a 64bit Linux OS and want to build a 32bit kernel image from it. I have 64bit toolchain. Is there any kernel config option or any compiler option that can be used to build it.
Just when you do "make" in the kernel source directory always say make ARCH=i386 .... for all make commands, assuming you have the 32-bit cross-compiling stuff.
ARCH=i386
Just when you do "make" in the kernel source directory always say make ARCH=i386 .... for all make commands, assuming you have the 32-bit cross-compiling stuff.