Date: Mon, 16 Dec 1996 23:34:40 -0400 (AST) From: "J.M. Chuang" <smp@bluenose.na.tuns.ca> To: mikej@finall.com (Jung, Michael) Cc: smp@freebsd.org Subject: Re: Undefined Symbol Message-ID: <199612170334.XAA00488@bluenose.na.tuns.ca> In-Reply-To: <c=US%a=_%p=Financial_Allian%l=EXCHANGE-961217021944Z-837@exchange.finall.com> from "Jung, Michael" at "Dec 16, 96 09:19:44 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> Got the new assembler compiled (fixed unknown register - tnx).. > During make the this error occurs..... > > loading kernel > support.o: Undefined symbol `_curpcb' referenced from text segment > support.o: Undefined symbol `_curpcb' referenced from text segment > support.o: Undefined symbol `_curpcb' referenced from text segment > support.o: Undefined symbol `_curpcb' referenced from text segment > support.o: Undefined symbol `_curpcb' referenced from text segment > support.o: Undefined symbol `_curpcb' referenced from text segment > support.o: Undefined symbol `_curpcb' referenced from text segment > support.o: Undefined symbol `_curpcb' referenced from text segment > support.o: Undefined symbol `_curpcb' referenced from text segment > support.o: More undefined symbol _curpcb refs follow > *** Error code 1 > > Stop. > (pinky) /usr/src/sys/compile/SMP # > > Are their rev levels that can be determined from CVS when reporting > problems like this (if that is a issue)? cvsup current as of ~21:20 Dec > 16 > You have to add two extra lines in your config file (SMP): options SMP options NCPU=2 It seems that smp-kernel source does not like the config file without these two lines. Jim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612170334.XAA00488>