I'm installing gentoo Linux and I just installed my kernel, but has to configure.
When I compile my kernel with make && make modules_install, it gives me an error in the end saying:
arch/x86/boot/boot.h: Assembler messages:
arch/x86/boot/boot.h:122: Error: bad register name '%dill'
make[1]: *** [arch/x86/boot/video.o] Error 1
make: *** [bzImag] Error 2
I have tried genkernel and manually configuring my kernel, by both gives me the same error; I used make menuconfig and not emerge genkernel.
Can anyone please help me?