From owner-freebsd-hackers Sat Dec 16 10:27: 8 2000 From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 16 10:27:05 2000 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from roura.ac.upc.es (roura.ac.upc.es [147.83.33.10]) by hub.freebsd.org (Postfix) with ESMTP id E331F37B400 for ; Sat, 16 Dec 2000 10:26:58 -0800 (PST) Received: from ac.upc.es (fonoll.ac.upc.es [147.83.32.14]) by roura.ac.upc.es (8.11.0/8.11.0) with ESMTP id eBGITaO12417; Sat, 16 Dec 2000 19:29:36 +0100 (MET) Sender: oscar@ac.upc.es Message-ID: <3A3BB490.9952EA36@ac.upc.es> Date: Sat, 16 Dec 2000 19:29:36 +0100 From: Oscar I Lepe Organization: DAC/UPC X-Mailer: Mozilla 4.7 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: es, en MIME-Version: 1.0 To: hackers@freebsd.org Subject: Help: make buildkernel fails when a new option is added Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! following section 22 of the handbook I added some config options I just invented to guard some ad-hoc code I inserted in some kernel files for RELEASE-4.1.1. All the options go to opt_navi.h. The config program accepts this options and produces the apropriate opt_navi.h file in the compile directory. But when I run "make buildkernel" it fails at the first kernel file that references opt_navi.h (#include "opt_navi.h") saying "no such file or directory". Please help me solve this. Thanks. #mount SOURCE_CODE_SERVER:/FreeBSD4/src ~oscar/FreeBSD4/src #mount SOURCE_CODE_SERVER:/FreeBSD4/obj /usr/obj #cd ~oscar/FreeBSD4/src #vi sys/i386/conf/options (added appropriate entries) #make buildkernel KERNEL=NAVI ----------------------------------- >>> Rebuilding kernel(s) ----------------------------------- ===> NAVI ... ... ... rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include -I/usr/obj/usr/home/oscar/FreeBSD4/src/i386/usr/include /usr/home/oscar/FreeBSD4/src/sys/modules/xl/../../pci/if_xl.c /usr/home/oscar/FreeBSD4/src/sys/modules/xl/../../pci/if_xl.c:4: opt_navi.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/home/oscar/FreeBSD4/src/sys/modules/xl. *** Error code 1 Stop in /usr/home/oscar/FreeBSD4/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/home/oscar/FreeBSD4/src/sys/NAVI. *** Error code 1 Stop in /usr/home/oscar/FreeBSD4/src. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message