Compilation Kernel 2.6.31
Résolu
Sol
-
Sol -
Sol -
Bonsoir a toutes et à tous
J'ai un problème dans la compilation de mon kernel avant de le configurer
Je copie/colle les commandes, si quelqu'un peut m'aider c'est avec joie :)
LM7 src # ls
linux-2.6.31 linux-headers-2.6.28-11 linux-headers-2.6.28-11-generic
LM7 src # make gconfig
make: *** No rule to make target `gconfig'. Stop.
LM7 src # $ make gconfig
bash: $: command not found
LM7 src # make gconfig
make: *** No rule to make target `gconfig'. Stop.
LM7 src # make xconfig
make: *** No rule to make target `xconfig'. Stop.
LM7 src # make menuconfig
make: *** No rule to make target `menuconfig'. Stop.
J'ai un problème dans la compilation de mon kernel avant de le configurer
Je copie/colle les commandes, si quelqu'un peut m'aider c'est avec joie :)
LM7 src # ls
linux-2.6.31 linux-headers-2.6.28-11 linux-headers-2.6.28-11-generic
LM7 src # make gconfig
make: *** No rule to make target `gconfig'. Stop.
LM7 src # $ make gconfig
bash: $: command not found
LM7 src # make gconfig
make: *** No rule to make target `gconfig'. Stop.
LM7 src # make xconfig
make: *** No rule to make target `xconfig'. Stop.
LM7 src # make menuconfig
make: *** No rule to make target `menuconfig'. Stop.
A voir également:
- Compilation Kernel 2.6.31
- Pcl xl error subsystem kernel - Forum Imprimante
- Nt kernel & system - Forum Windows
- Set warranty bit kernel ✓ - Forum Samsung
- Breach compilation c'est quoi - Guide
- Probleme kernel & system / surchauffe cpu - Forum Matériel & Système
7 réponses
Comme ta commande ne semblait pas fonctionner, j'ai fait un "mix"
apt-get install ncurses-dev
Et j'ai eu accés a xconfig, au niveau des outils de compilations j'ai déja tout vu que je programme sous nunux :)
Ca compile pour le moment...wait & see
apt-get install ncurses-dev
Et j'ai eu accés a xconfig, au niveau des outils de compilations j'ai déja tout vu que je programme sous nunux :)
Ca compile pour le moment...wait & see
LM7 src # uname -a
Linux LM7 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux
Mon kernel actuel, je n'ai fait que désarchiver le 2.6.31 :)
Linux LM7 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux
Mon kernel actuel, je n'ai fait que désarchiver le 2.6.31 :)
ceci marchera sûrement mieux ainsi :
LM7 src # ls linux-2.6.31 linux-headers-2.6.28-11 linux-headers-2.6.28-11-generic LM7 src # LM7 src # cd linux-2.6.31 LM7 linux-2.6.31 # LM7 linux-2.6.31 # make menuconfig
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
En effet, merci :)
Mais il me faut ncurses, tu connais le nom du paquet?
LM7 linux-2.6.31 # make menuconfig
*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel) and try again.
***
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
make: *** [menuconfig] Error 2
LM7 linux-2.6.31 # apt-get install ncurses-devel
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package ncurses-devel
LM7 linux-2.6.31 #
Mais il me faut ncurses, tu connais le nom du paquet?
LM7 linux-2.6.31 # make menuconfig
*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel) and try again.
***
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
make: *** [menuconfig] Error 2
LM7 linux-2.6.31 # apt-get install ncurses-devel
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package ncurses-devel
LM7 linux-2.6.31 #