Date: Tue, 22 Jun 1999 16:52:50 +0700 (JAVT) From: ari <arifin@xfilesfan.com> To: Doug White <dwhite@resnet.uoregon.edu> Cc: freebsd-questions@freebsd.org Subject: Re: Compile Custom Kernel? Message-ID: <199906221111.SAA00679@engine9.dnet.net.id> In-Reply-To: <Pine.BSF.4.10.9906211145510.36767-100000@resnet.uoregon.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906221111.SAA00679>