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 wrote: > > From: Mel Flynn > > 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&qu

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 wrote: > From: Mel Flynn > 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" > Date: Friday, June 12, 2009, 9:21 AM > On Friday 12 J

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 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 ___ freebsd-questions@freebsd.org mailing

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
irst defined here ld: Warning: size of symbol `sched_lend_prio' changed from 17 in sched_4bsd.o to 20 in sched_ule.o sched_ule.o(.text+0x2b90): In function `sched_unlend_prio': : multiple definition of `sched_unlend_prio' sched_4bsd.o(.text+0x1210): first defined here ld: Warning:

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

`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 a