From owner-freebsd-questions@FreeBSD.ORG Mon Feb 2 22:58:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8065F16A4CE for ; Mon, 2 Feb 2004 22:58:28 -0800 (PST) Received: from scribe.QX.Net (mail.qx.net [64.191.128.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC76A43D39 for ; Mon, 2 Feb 2004 22:58:25 -0800 (PST) (envelope-from swallace377@qx.net) Received: from OSW4 (unverified [64.191.138.81]) by scribe.QX.Net ; Tue, 3 Feb 2004 01:56:51 -0500 Message-ID: <000801c3ea23$1e7b5520$518abf40@OSW4> From: "Scott Wallace" To: Date: Tue, 3 Feb 2004 01:58:24 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: error compiling kernel for SMP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2004 06:58:28 -0000 I have a computer running FreeBSD 4.3. This computer has dual 266MHz = Intel PII processors. I am trying to compile a new kernel for the = multiple processors. I copied GENERIC to DUALIE and uncommented the two = lines for SMP kernel. I have tried the old way and the new way according = to = http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-bu= ilding.html where it lists both the old way and new way. I cannot get = either way to work.=20 When trying the old way, everything goes ok until I cd = ../../compile/DUALIE and issue the command make depend at which time I = get the following error: =3D=3D=3D> accf_data "/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 63: Could not = find bsd.init.mk "/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 190: Could not = find bsd.links.mk make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/DUALIE. When trying the new way I issue the command make buildkernel = KERNCONF=3DDUALIE the make process begins and chugs along for a few = minutes, then I get the following error: =3D=3D=3D> crypto @ -> /usr/src/sys machine -> /usr/src/sys/i386/include make: don't know how to make des_enc.c. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/DUALIE. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I am having great trouble finding anything on the Internet about this = and pretty much at a loss about what is causing this problem and how to = resolve it. Any help you can offer will be greatly appreciated. Thank You Owen Wallace