Pb de compilation noyau

parissain Messages postés 129 Statut Membre -  
mamiemando Messages postés 34243 Date d'inscription   Statut Modérateur Dernière intervention   -
bjr,

aprés que j'ai téléchrger les osurce, j'ai configurer mon kernel et qd je fai :

cat /proc/config.gz | gunzip > .config
make oldconfig
make bzImage

j'ai ceci comme erreur :

CC arch/i386/kernel/process.o
{standard input}: Assembler messages:
{standard input}:790: Error: suffix or operands invalid for `mov'
{standard input}:791: Error: suffix or operands invalid for `mov'
{standard input}:995: Error: suffix or operands invalid for `mov'
{standard input}:996: Error: suffix or operands invalid for `mov'
{standard input}:1068: Error: suffix or operands invalid for `mov'
{standard input}:1069: Error: suffix or operands invalid for `mov'
{standard input}:1162: Error: suffix or operands invalid for `mov'
{standard input}:1163: Error: suffix or operands invalid for `mov'
{standard input}:1172: Error: suffix or operands invalid for `mov'
{standard input}:1184: Error: suffix or operands invalid for `mov'
make[1]: *** [arch/i386/kernel/process.o] Error 1
make: *** [arch/i386/kernel] Error 2

quelqun aurrai une idée d'ou sa peu venir ce probleme et comment je peut le resoudre svp

ps : j'ai debian comme distrib

merci d'avance

1 réponse

mamiemando Messages postés 34243 Date d'inscription   Statut Modérateur Dernière intervention   7 898
 
Mmmh bizarre. Et si tu ne passe pas par un make oldconfig mais par un make menuconfig classique, est ce que le make bzImage marche (inutile de configurer complètement ton noyau c'est juste pour tester) ?

Mais c'est louche on dirait que le problème vient du compilateur lui même. J'ai jamais vu cette erreur jusqu'ici...

Bonne chance
0