Date: Mon, 15 Jan 2018 19:14:57 +0100 From: Alexander Sieg <alex@xanderio.de> To: FreeBSD Current <current@freebsd.org> Subject: Building kernel with no sound Message-ID: <86tvvn2dlq.fsf@xanderio.de>
next in thread | raw e-mail | index | archive | help
--=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hey, i=C2=B4m trying to build a custom kernel with no sound support build in. This is my make.conf: MALLOC_PRODUCTION=3Dtrue KERNCONF=3DMYKERNEL #GENERIC-NODEBUG DEVELOPER=3Dyes and this is my kernel configuration: include GENERIC-NODEBUG ident MYKERNEL nodevice sound # Generic sound driver (required) nodevice snd_es137x # Ensoniq AUdioPCI ES137x nodevice snd_hda # Intel High Definition Audio nodevice snd_ich # Intel, Nvidia and other ICH AC'97 audio nodevice snd_uaudio # USB Audio nodevice snd_via8233 # VIA VT823x Audio The problem is when i try to compile it with "make buildkernel" the build process starts, but it stop with the error that it can=C2=B4t find the header file "channel_if.h". /usr/src/sys/dev/sound/pcm/channel.h:256:10: fatal error: 'channel_if.h' fi= le not found #include "channel_if.h" ^~~~~~~~~~~~~~ The intention behind the custom kernel is to try 'oss' form the ports tree. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEEedFZRxIzB9PUH6MkiRfGkdtGBUFAlpc76EACgkQkiRfGkdt GBWWQA/+M+hBmPb3lKTFKCjXSE22AxjUlvT8Cc9QV0EPI3LmbF/SHEwXKytWE0V/ P5Cn+vS+l+aqUuzGMLrMBhvdYsTHfsDdgeW3vAcPnJW3gTsskHBB5DzhRLBRhgho 8eeD47QDswP+rmkqvuiSimf6H5lvxyoyDAsBiN6+ExG9hoRhuOBap9ykoGUR721O 7ldhftzxYppA2AXFy8xI9pKg/aFBK1rFpyLKv6ounHMv7KMHmCUtWvLHP5ArqoGs qPaefoP6yuNMG/lBm4ZwSLhyqE5B+lRRMrVJxjXuQjJZ35IH7eeNNlZCjcSZsfwe 8EDG0qC9o7DVtxyKqkb6nY+GHJ85ty8ryER0nlJHq8Qh3hlw6YGaZA1xdDVvNwL0 cdtRUxleAhWgVOwBWPUS4FErtioyQJKHsct4bm7JzYLXYr5xqkvrpVc2Q9i3Q5e9 wT3iB1aOmr0LY22bRg2R3VkzbHq47GJuN//37a0XVKvz3271JPcJ2WLE5tOXJNnR t7ifZU+H+NXr55i81UW/XuqrnuFn0gKDkVpbSzBNNRDPBX/UV8/TMODGMJ1hQkv7 9JHPygt7xSHwztDlwqvKhg8+DL2BYQCSec2HxfkGlb+Gx7oYNTo1i14kSe2j65iv 1bYtPLVicApe12THYLsKXYSP/E7dXaDablv/+DJFG7w5yMbWMjA= =Ney2 -----END PGP SIGNATURE----- --=-=-=--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86tvvn2dlq.fsf>