Re: `sched_clock' changed from 144 in sched_4bsd.o to 258 in sched_ule.o

2009-06-15 Thread Mel Flynn
On Friday 12 June 2009 10:26:26 Neil Short wrote: --- On Fri, 6/12/09, Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: From: Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net Subject: Re: `sched_clock' changed from 144 in sched_4bsd.o to 258 in sched_ule.o To:

`sched_clock' changed from 144 in sched_4bsd.o to 258 in sched_ule.o

2009-06-12 Thread Neil Short
I'm taking a crack at the port win4bsd. The port informs me that I need to add options SCHED_4BSD to my kernel. When I do and attempt buildkernel I get errors in the build. Any quick answers? I'm going to re-run it and try to get more details on the errors. Just thought there might be some pat

Re: `sched_clock' changed from 144 in sched_4bsd.o to 258 in sched_ule.o

2009-06-12 Thread Mel Flynn
On Friday 12 June 2009 06:44:50 Neil Short wrote: I'm taking a crack at the port win4bsd. The port informs me that I need to add options SCHED_4BSD to my kernel. It's an either/or thing. Remove SCHED_ULE. -- Mel ___ freebsd-questions@freebsd.org

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 ___

Re: `sched_clock' changed from 144 in sched_4bsd.o to 258 in sched_ule.o

2009-06-12 Thread Neil Short
--- On Fri, 6/12/09, Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: From: Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net Subject: Re: `sched_clock' changed from 144 in sched_4bsd.o to 258 in sched_ule.o To: freebsd-questions@freebsd.org Cc: Neil Short