From owner-freebsd-smp Mon Dec 16 19:30:44 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA22629 for smp-outgoing; Mon, 16 Dec 1996 19:30:44 -0800 (PST) Received: from bluenose.na.tuns.ca (bluenose.na.tuns.ca [134.190.50.156]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id TAA22623 for ; Mon, 16 Dec 1996 19:30:34 -0800 (PST) Received: (from smp@localhost) by bluenose.na.tuns.ca (8.7.6/8.7.3) id XAA00488; Mon, 16 Dec 1996 23:34:40 -0400 (AST) From: "J.M. Chuang" Message-Id: <199612170334.XAA00488@bluenose.na.tuns.ca> Subject: Re: Undefined Symbol To: mikej@finall.com (Jung, Michael) Date: Mon, 16 Dec 1996 23:34:40 -0400 (AST) Cc: smp@freebsd.org In-Reply-To: from "Jung, Michael" at "Dec 16, 96 09:19:44 pm" X-Mailer: ELM [version 2.4ME+ PL13 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-smp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > 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