[Debian] Error compilen 2.2.19 EN 2.2.20 kernel

Pagina: 1
Acties:

  • Martien
  • Registratie: Juni 2001
  • Laatst online: 16-08 22:31
Haaidieho, khep problemen met het compilen van deze kernels.. krijg bij allebei de zefde fout:

eerst krijg ik al een paar keer dit
code:
1
2
3
4
5
6
7
8
9
10
11
/tmp/ccBcOKH1.s: Assembler messages:
/tmp/ccBcOKH1.s:682: Warning: using `%eax' instead of `%ax' due to `l' suffix
/tmp/ccBcOKH1.s:683: Warning: using `%eax' instead of `%ax' due to `l' suffix
/tmp/ccBcOKH1.s:684: Warning: using `%eax' instead of `%ax' due to `l' suffix
/tmp/ccBcOKH1.s:685: Warning: using `%eax' instead of `%ax' due to `l' suffix
/tmp/ccBcOKH1.s:844: Warning: using `%eax' instead of `%ax' due to `l' suffix
/tmp/ccBcOKH1.s:845: Warning: using `%eax' instead of `%ax' due to `l' suffix
/tmp/ccBcOKH1.s:846: Warning: using `%eax' instead of `%ax' due to `l' suffix
/tmp/ccBcOKH1.s:847: Warning: using `%eax' instead of `%ax' due to `l' suffix
/tmp/ccBcOKH1.s:927: Warning: using `%eax' instead of `%ax' due to `l' suffix
/tmp/ccBcOKH1.s:928: Warning: using `%eax' instead of `%ax' due to `l' suffix

en daarna dit
code:
1
2
3
4
5
6
7
8
make[1]: Entering directory `/usr/src/linux/arch/i386/boot'
cc -D__KERNEL__ -I/usr/src/linux/include -E -D__BIG_KERNEL__ -traditional -DSVGA_MODE=NORMAL_VGA  bootsect.S -o bbootsect.s
as86 -0 -a -o bbootsect.o bbootsect.s
make[1]: as86: Command not found
make[1]: *** [bbootsect.o] Error 127
make[1]: Leaving directory `/usr/src/linux/arch/i386/boot'
make: *** [bzImage] Error 2
Linuxdoosje:/usr/src/linux#

wtf gaat er fout?

Edit: 2.4.x en 2.5.2 kan ik wel compilen :?

@iMartien


  • Roel
  • Registratie: Februari 2000
  • Laatst online: 05-08 07:47

Roel

screen -x addict

Geloof dat dat komt omdat je de bin-utils er niet op hebt staan...

bin86 heet ie onder debian, en gebruik google, zoeken op "make[1]: as86: Command not found" was genoeg om het antwoord te vinden!

Resistance is futile (If < 1 Ohm)


  • Martien
  • Registratie: Juni 2001
  • Laatst online: 16-08 22:31
hmm, ja, maar waarom heb ik dan geen problemen met 2.5.2?

edit: had bin86 moeten installen... ga nu testen of het wel werkt
edit2: het werkt nou, thanx alot!!

@iMartien