From owner-freebsd-smp Wed Jul 16 15:09:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA12577 for smp-outgoing; Wed, 16 Jul 1997 15:09:41 -0700 (PDT) Received: from Ilsa.StevesCafe.com (Ilsa.StevesCafe.com [205.168.119.129]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA12566 for ; Wed, 16 Jul 1997 15:09:33 -0700 (PDT) Received: from Ilsa.StevesCafe.com (localhost [127.0.0.1]) by Ilsa.StevesCafe.com (8.8.6/8.8.5) with ESMTP id QAA10219; Wed, 16 Jul 1997 16:09:13 -0600 (MDT) Message-Id: <199707162209.QAA10219@Ilsa.StevesCafe.com> X-Mailer: exmh version 2.0gamma 1/27/96 From: Steve Passe To: ulmik@proxy.lkb.lv cc: freebsd-smp@FreeBSD.ORG Subject: Re: 3.0-970716-SNAP In-reply-to: Your message of "Wed, 16 Jul 1997 21:50:04 +0300." <33CD17DC.38E8@proxy.lkb.lv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 16 Jul 1997 16:09:13 -0600 Sender: owner-smp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, > I just installed minimum SNAP ( bin + ssys ( kernel src )) and result is > : > ------------------------------------------------------------------------ > cd /sys/i386/conf/ > config SMP-GENERIC > cd ../../compile/SMP-GENERIC > make all > [skip] > loading kernel > mp_machdep.o: Undefined symbol `_db_printf' referenced from text segment > ... my fault, I forgot that this would happen if you dopn't add DDB to your kernel config file. So I suggest adding DDB via a config file addition: options DDB you could also comment out DEBUG_CPUSTOP in i386/include/smptests.h -- Steve Passe | powered by smp@csn.net | Symmetric MultiProcessor FreeBSD