Skip site navigation (1)Skip section navigation (2)
Date:      19 Jul 2002 21:15:48 -0700
From:      karl agee <kdagee@attglobal.net>
To:        freebsd-current@freebsd.org
Subject:   5.0 DP1 compilation error
Message-ID:  <1027138550.470.19.camel@enterprise.workgroup>

next in thread | raw e-mail | index | archive | help
Greetings, first time here.  

I am compiling my kernel in 5.0 DP1 for sound card support.  I've
commented out the scsi/raid stuff since I dont have any of it.  Here's
where it craps out:

===> iir
@ -> /usr/src/sys
machine -> /usr/src/sys/i386/include
touch opt_scsi.h
touch opt_cam.h
perl @/kern/makeobjops.pl -h @/kern/device_if.m
perl @/kern/makeobjops.pl -h @/kern/bus_if.m
perl @/kern/makeobjops.pl -h @/dev/pci/pci_if.m
rm -f .depend
env CC=cc mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I.
-I@ -I@/dev -I@/../include -I/usr/obj/usr/src/i386/usr/include 
/usr/src/sys/modules/iir/../../dev/iir/iir.c
/usr/src/sys/modules/iir/../../dev/iir/iir_ctrl.c
/usr/src/sys/modules/iir/../../dev/iir/iir_pci.c
/usr/src/sys/modules/iir/../../dev/iir/iir.c:56: stddef.h: No such file
or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/sys/modules/iir.
*** Error code 1

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/obj/usr/src/sys/NEWKERNEL.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


This iir thing is a raid device and I dont have any so I commented it
out of my configuration file.  I can post it if you'd like.

anything else I can do???

--karl




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1027138550.470.19.camel>