[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Linux Kernel 64 compile on Knoppix 6.7





--- On Mon, 8/15/11, Gilles van Ruymbeke <ruymbeke@gmail.com> wrote:

> Trying to compile the 64 bits kernels (from your sources) still gives me a 32 bits binary.

Did you add "ARCH=x86_64" to all your compilations of kernel/modules ?

eg

         $ make ARCH=x86_64 bzImage
         $ make ARCH=x86_64 modules
         $ sudo make ARCH=x86_64 modules_install

Also did you install the needed multi-lib compiler and libraries on a harddisk install or on a "poor-man" install with persistency ? If you installed them on a "poor-man" install, the /lib64 libraries will not survive a reboot because the minirt.gz did not put that into the persistent store. A minor fix to minirt.gz is needed to include lib64 into the UNIONFS.

Reply to: