On Tue, Feb 10, 2009 at 12:30:11PM +0800, Li Jun (Aaron) wrote:
Hi,
When I make zImage, the errors below came out. Any tips?
[linux-2.6-virtex]$ make zImage
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CALL scripts/checksyscalls.sh
CHK include/linux/compile.h
dnsdomainname: Unknown host
CC arch/ppc/kernel/traps.o
arch/ppc/kernel/traps.c:47: error: 'xmon' undeclared here (not in a
function)
make[1]: *** [arch/ppc/kernel/traps.o] Error 1
make: *** [arch/ppc/kernel] Error 2
That is a really old, non-final kernel release. I'm not sure why
you are using that. arch/ppc isn't supported any longer.
josh