From owner-freebsd-questions@FreeBSD.ORG Fri Dec 3 20:23:59 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 261E916A4CE for ; Fri, 3 Dec 2004 20:23:59 +0000 (GMT) Received: from out003.verizon.net (out003pub.verizon.net [206.46.170.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83E8043D49 for ; Fri, 3 Dec 2004 20:23:58 +0000 (GMT) (envelope-from acurtis@bbn.com) Received: from [192.168.1.103] ([151.203.253.27]) by out003.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041203202357.FKAR1463.out003.verizon.net@[192.168.1.103]> for ; Fri, 3 Dec 2004 14:23:57 -0600 Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <412321CC-4569-11D9-B83F-000A959EB894@bbn.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Alan Curtis Date: Fri, 3 Dec 2004 15:23:55 -0500 X-Mailer: Apple Mail (2.619) X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [151.203.253.27] at Fri, 3 Dec 2004 14:23:57 -0600 Subject: Error installing kernel: crt1.o 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: Fri, 03 Dec 2004 20:23:59 -0000 I am building a custom kernel. It complied with no errors but make install KERNCONF=MYKERNEL failed with the following error > install -o root -g wheel -m 444 crt1.o crti.o crtn.o gcrt1.o /usr/lib > install: crt1.o: No such file or directory > *** Error code 71 > > Stop in /usr/src/lib/csu/i386-elf. > *** Error code 1 > > Stop in /usr/src/lib. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. There is a 'crt1.o' file in /usr/lib. What is wrong? Alan