Satheesh Kumar wrote:
HiI am trying to build the source code of linux. i am getting "vmlinux " image but when i add this image to the grub menu i am not able to boot. i am getting " Error xx: not support executables" So how i can i build the source to get a "vmlinuz" compression image from the source code.
you need the bzImage but it's easiest to just do make modules_install make install that does everything, including adding the kernel to the bootloader etc etc.. _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
