Haaidieho, khep problemen met het compilen van deze kernels.. krijg bij allebei de zefde fout:
eerst krijg ik al een paar keer dit
en daarna dit
wtf gaat er fout?
Edit: 2.4.x en 2.5.2 kan ik wel compilen
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