Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2002 10:21:14 -0700
From:      Karl Agee <kdagee@attglobal.net>
To:        freebsd-current@freebsd.org
Subject:   repost (sorry) compilation errors
Message-ID:  <5.1.0.14.0.20020720101927.00ab9bd0@pop1.attglobal.net>

next in thread | raw e-mail | index | archive | help
Hi Sorry for the repost--if there was a reply I never recieved it.

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?5.1.0.14.0.20020720101927.00ab9bd0>