And another one kernel build annoyancerrxOctober 9 2005, 13:16:59 UTC
Hello,
And another one:
When you build for x86, you are permitted to erase the other architectrues under /arch. But if you will erase the x86_64 arch, you will get an error when building the first time:
arch/i386/kernel/early_printk.c:2:46: ../../x86_64/kernel/early_printk.c: No such file or directory
It seems that we need x86_64 arch event when building for x386!
Comments 1
And another one:
When you build for x86, you are permitted to
erase the other architectrues under /arch.
But if you will erase the x86_64 arch, you will get an error when building the first time:
arch/i386/kernel/early_printk.c:2:46: ../../x86_64/kernel/early_printk.c: No such file or directory
It seems that we need x86_64 arch event when
building for x386!
Cheers,
RRX
Reply
Leave a comment