|
News,
Internal,
Projects,
Home Software, Support, Documentation |
On Sun, Feb 09, 2003 at 04:19:26AM +0900, 푸하하 wrote:
> 커널에
> options IPFIREWALL
> options IPDIVERT
> 이렇게 넣고... 컴파일 했더니...
> 오류가 생기네요...
>
> 5.0은 좀처럼 쉽게 되지를 않네요...
>
> subr_trap.o: In function `userret':
> subr_trap.o(.text+0x1e): undefined reference to `sched_userret'
> subr_trap.o: In function `ast':
> subr_trap.o(.text+0x451): undefined reference to `sched_prio'
> ksched.o: In function `ksched_attach':
> ksched.o(.text+0x2e): undefined reference to `sched_rr_interval'
> ksched.o: In function `ksched_setscheduler':
> ksched.o(.text+0x2b6): undefined reference to `sched_prio'
> ksched.o(.text+0x366): undefined reference to `sched_prio'
> vm_zeroidle.o: In function `vm_pagezero':
> vm_zeroidle.o(.text+0x2f9): undefined reference to `sched_runnable'
> vm_pageout.o: In function `vm_pageout_scan':
> vm_pageout.o(.text+0x15ac): undefined reference to `sched_nice'
> machdep.o: In function `cpu_idle':
> machdep.o(.text+0x143e): undefined reference to `sched_runnable'
> *** Error code 1
>
> Stop in /usr/obj/usr/src/sys/NAT.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
>
1월 25일부터는 스케줄러를 선택하기 위해서, 예전의 스케줄러를 쓰시려면
options SCHED_4BSD를 쓰고, 새로운 KSE베이스의 실험적 스케줄러를 쓰시려면
options SCHED_ULE를 써주셔야 합니다.
cvsup후 make world를 하실 때에는 /usr/src/UPDATING이 갱신되었는지 확인하신
후에 지시에 따르시는 편이 좋습니다. (물론 이 내용도 그 문서에 나와있습니다. :)
Hye-Shik =)
--
Please look and take part in KFUG FAQ: <http://www.kr.freebsd.org/FAQ-kr/>
To Unsubscribe: send mail to majordomo@xxxxxxxxxxxxxx
with "unsubscribe questions" in the BODY of the message
|
Copyright © 1998-2005 Korea FreeBSD Users Group. All rights reserved. webmaster at kr.FreeBSD.org $Date: 2003/02/28 23:01:11 $ |
|