Hi, I am trying to do buildkernel with my own configuration file (MYKERNEL_CONFIG). I am getting the following error. I am not sure what is wrong. Any help will be appreciated . # uname -sr FreeBSD 4.9-RELEASE-p11 #make buildkernel KERNCONF=MYKERNEL_CONFIG -------------------------------------------------------------- >>> Kernel build for MYKERNEL_CONFIG started on Mon Nov 22 12:25:36 PST 2004 -------------------------------------------------------------- ===> MYKERNEL_CONFIG mkdir -p /usr/obj/usr/src/sys cd /usr/src/sys/i386/conf; PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -d /usr/obj/usr/src/sys/MYKERNEL_CONFIG /usr/src/sys/i386/conf/MYKERNEL_CONFIG Don't forget to do a ``make depend'' Warning: device "cz" is unknown *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Tejas Kokje Graduate Research Assistant Information Sciences Institute University of Southern California
Tejas Kokje wrote:> Hi,Hello,> I am trying to do buildkernel with my own configuration file > (MYKERNEL_CONFIG). I am getting the following error. I am not sure what > is wrong. Any help will be appreciated . > > #make buildkernel KERNCONF=MYKERNEL_CONFIG> [...]> Warning: device "cz" is unknown^^^^^^^^^^^ You should check your MYKERNEL_CONFIG and look for the line : device cz This device doesn't exist. Maybe it's a typo, but I don't know a device with a similar name. You should comment it out or remove it, then start the buildkernel again. Hope this help :) Regards, Jean-S?bastien P?dron -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 250 bytes Desc: OpenPGP digital signature Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20041122/dcd3e755/signature.bin
Tejas Kokje wrote:> Hi, > > > I am trying to do buildkernel with my own configuration file > (MYKERNEL_CONFIG). I am getting the following error. I am not sure > what is wrong. Any help will be appreciated . > > > # uname -sr > FreeBSD 4.9-RELEASE-p11 > > #make buildkernel KERNCONF=MYKERNEL_CONFIG > > -------------------------------------------------------------- > >>> Kernel build for MYKERNEL_CONFIG started on Mon Nov 22 12:25:36 > PST 2004 > -------------------------------------------------------------- > ===> MYKERNEL_CONFIG > mkdir -p /usr/obj/usr/src/sys > cd /usr/src/sys/i386/conf; > PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin > config -d /usr/obj/usr/src/sys/MYKERNEL_CONFIG > /usr/src/sys/i386/conf/MYKERNEL_CONFIG > Don't forget to do a ``make depend'' > Warning: device "cz" is unknown > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src.no cz.c in your build path (/usr/src/sys/dev/). Is there a cyclades Z series card in the system? If you need the driver you can get it from their website. jim