[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 02566) Re: How can rebuild the kernel which support MIPv6 ?
> Hi,
>
> joonhak> #
> joonhak> # Processor type and features
> joonhak> #
> joonhak> CONFIG_SMP=y
> Could do you try with CONFIG_SMP=n?
I did compile with CONFIG_SMP=n
but I could not rebuild kernel too
The following error appeared.
--■log--
/var/tmp/usagi/kernel/linux24/include/linux/sched.h:159:1: warning: this is the
location of the previous definition
In file included from ksyms.c:19:
/var/tmp/usagi/kernel/linux24/include/linux/kernel_stat.h: In function `kstat_ir
qs':
/var/tmp/usagi/kernel/linux24/include/linux/kernel_stat.h:64: `smp_num_cpus' und
eclared (first use in this function)
/var/tmp/usagi/kernel/linux24/include/linux/kernel_stat.h:64: (Each undeclared i
dentifier is reported only once
/var/tmp/usagi/kernel/linux24/include/linux/kernel_stat.h:64: for each function
it appears in.)
In file included from /var/tmp/usagi/kernel/linux24/include/linux/interrupt.h:46
,
from ksyms.c:23:
/var/tmp/usagi/kernel/linux24/include/asm/hardirq.h:37:1: warning: "synchronize_
irq" redefined
In file included from /var/tmp/usagi/kernel/linux24/include/linux/modversions.h:
129,
from /var/tmp/usagi/kernel/linux24/include/linux/module.h:21,
from ksyms.c:16:
/var/tmp/usagi/kernel/linux24/include/linux/modules/i386_ksyms.ver:92:1: warning
: this is the location of the previous definition
make[2]: *** [ksyms.o] Error 1
make[2]: Leaving directory `/var/tmp/usagi/kernel/linux24/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/var/tmp/usagi/kernel/linux24/kernel'
make: *** [_dir_kernel] Error 2
> regards,
>
> --
> NT
----
joon-hak