Pb de compilation noyau

Fermé
parissain Messages postés 129 Date d'inscription jeudi 8 mars 2007 Statut Membre Dernière intervention 24 août 2007 - 28 mars 2007 à 17:43
mamiemando Messages postés 33535 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 12 février 2025 - 28 mars 2007 à 18:23
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 33535 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 12 février 2025 7 828
28 mars 2007 à 18:23
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