From owner-freebsd-questions@FreeBSD.ORG Fri Dec 3 20:24:45 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 E500716A4CE for ; Fri, 3 Dec 2004 20:24:45 +0000 (GMT) Received: from out008.verizon.net (out008pub.verizon.net [206.46.170.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B5BD43D53 for ; Fri, 3 Dec 2004 20:24:45 +0000 (GMT) (envelope-from acurtis@ieee.org) Received: from [192.168.1.103] ([151.203.253.27]) by out008.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041203202444.FWUO4287.out008.verizon.net@[192.168.1.103]> for ; Fri, 3 Dec 2004 14:24:44 -0600 Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <5DA6C8AA-4569-11D9-B83F-000A959EB894@ieee.org> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Alan Curtis Date: Fri, 3 Dec 2004 15:24:42 -0500 X-Mailer: Apple Mail (2.619) X-Authentication-Info: Submitted using SMTP AUTH at out008.verizon.net from [151.203.253.27] at Fri, 3 Dec 2004 14:24:44 -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:24:46 -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