From owner-freebsd-questions Tue Jun 22 2:54:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from engine9.dnet.net.id (engine9.dnet.net.id [202.148.1.21]) by hub.freebsd.org (Postfix) with ESMTP id E2DBF14BD8 for ; Tue, 22 Jun 1999 02:54:32 -0700 (PDT) (envelope-from arifin@xfilesfan.com) Received: from dove.ulujami.net (as17port14.dnet.net.id [202.148.0.93]) by engine9.dnet.net.id (8.8.5/8.8.5) with ESMTP id SAA00679; Tue, 22 Jun 1999 18:11:51 +0700 Message-Id: <199906221111.SAA00679@engine9.dnet.net.id> X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: X-Team: Ulujami Date: Tue, 22 Jun 1999 16:52:50 +0700 (JAVT) From: ari To: Doug White Subject: Re: Compile Custom Kernel? Cc: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21-Jun-99 Doug White wrote: > On Tue, 22 Jun 1999, ari wrote: > >> Hello FreeBSD, >> >> I wish to add my sound card to my kernel, but when I try running "make >> compile", appear message "You must build your kernel before trying to >> install" >> >> Below is my procedure to install new kernel, reference from handbook: >> >> #cp /usr/src/sys/i386/conf/GENERIC MYKERNEL >> #ee /usr/src/sys/i386/conf/MYKERENL >> and then I add device and controller for my soundblaster 16 card then >> I >> compile and install MYKERNEL: >> #cd /usr/src/sys/i386/conf >> #/usr/sbin/config MYKERNEL >> #cd ../../compile/MYKERNEL >> #make depend >> #make >> #make install {notes: here appear message "you must first build your kernel >> before trying to install} > > Can you reproduce the exact message? A script of your session, perhaps? > Okay, But it very fast on my screen, when I running "make", show on screen: loading kernel ncr.o: undefined symbol '_scsi_alloc_bus' referenced from text segment ncr.o: undefined symbol '_scsi_attachdevs' referenced from text segment ncr.o: undefined symbol '_sc_print_addr' referenced from text segment .... .... .... ncr.o: more undefined symbol _sc_print_addr refs follow tek390.o: undefined symbol '_scsi_done' referenced from text segment ... ... ... alc7xxx.o: more undefined symbol _scsi_done refs follow .. .. *** Error code 1 > Sounds like the 'make' is failing. > Doug White > Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve > http://gladstone.uoregon.edu/~dwhite | www.freebsd.org thank you, -ari To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message