ld: Warning: size of symbol `sched_clock' changed from 144 in sched_4bsd.o to 258 in sched_ule.o

2009-06-12 Thread Neil Short
Here's more detail with context on my attempt to include options SCHED_4BSD in my kernel. Any ideas? MAKE=make sh /usr/src/sys/conf/newvers.sh CARMEN cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes

Re: ld: Warning: size of symbol `sched_clock' changed from 144 in sched_4bsd.o to 258 in sched_ule.o

2009-06-12 Thread Paul B. Mahol
On 6/12/09, Neil Short nesh...@yahoo.com wrote: Here's more detail with context on my attempt to include options SCHED_4BSD in my kernel. Any ideas? You can't have two schedulers at same time in same kernel. -- Paul ___