Depuis la version 2.6, make bzImage est inutile. Dans la doc fournie avec les sources, il y a un fichier s'appelant README dans lequel il est précisé que l'installation doit se faire par une configuration :
"make menuconfig" Text based color menus, radiolists & dialogs.
"make xconfig" X windows (Qt) based configuration tool.
"make gconfig" X windows (Gtk) based configuration tool.
"make oldconfig" Default all questions based on the contents of
your existing ./.config file.
# make bzImage
Posté par wohlgi . En réponse au message Pbl de compilation du nouyau 2.6.12.2 sous mdk10.1. Évalué à 1.
"make menuconfig" Text based color menus, radiolists & dialogs.
"make xconfig" X windows (Qt) based configuration tool.
"make gconfig" X windows (Gtk) based configuration tool.
"make oldconfig" Default all questions based on the contents of
your existing ./.config file.
ensuite un "make" et un "make modules_install sont nécessaire mais je suppose que chez Mandriva ils ont fait un tuto tout prêt à l'emploi comme par exemple : http://doc.mandrivalinux.com/MandrakeLinux/101/fr/Command-Line.html(...)
Voilà, bon courage.