From owner-freebsd-sparc64@FreeBSD.ORG Sun May 1 22:54:29 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AA5D16A4CE for ; Sun, 1 May 2005 22:54:29 +0000 (GMT) Received: from imf17aec.mail.bellsouth.net (imf17aec.mail.bellsouth.net [205.152.59.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03CB243D4C for ; Sun, 1 May 2005 22:54:29 +0000 (GMT) (envelope-from jbrierre@bellsouth.net) Received: from [172.16.1.16] ([65.7.230.215]) by imf17aec.mail.bellsouth.netESMTP <20050501225428.TPNE2434.imf17aec.mail.bellsouth.net@[172.16.1.16]> for ; Sun, 1 May 2005 18:54:28 -0400 Message-ID: <42755E23.8010000@bellsouth.net> Date: Sun, 01 May 2005 18:54:27 -0400 From: jacques brierre Organization: Mean Mice Elf User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-sparc64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: kernel build failed - ofw_pci_if.h X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jbrierre@bellsouth.net List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2005 22:54:29 -0000 All first time I built the kernel "the old way", all went well. Just reied "the new way" as described in manual... (cd /usr/src; make buildkernel KERNCONF=MYKERNEL) and got this... Problem is, the file does not exist. anyone seen this before? I'll try the old way in the meantime... very strange, surely... rm -f .newdep make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=medlow -msoft-float -ffreestanding In file included from /usr/src/sys/dev/uart/uart_cpu_sparc64.c:49: /usr/src/sys/sparc64/pci/ofw_pci.h:41:24: ofw_pci_if.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/obj/usr/src/sys/SPHYNX-2. *** Error code 1 Stop in /usr/obj/usr/src/sys/SPHYNX-2. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. root@sphynx#