Need help with compiling kernel
Hi,
I'm using Slackware 8.1. Unfortunately, none of the default kernels that come with the distro support my sound card. So I'm having to recompile the kernel. When I get to the "make bzImage" step, I get this set of error messages, _
BASENAME=ymfpci -c -o ymfpci.o ymfpci.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.18/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DKBUILD_BASENAME=msnd -DEXPORT_SYMTAB -c msnd.c
make[3]: *** No rule to make target `/etc/sound/msndperm.bin', needed by `msndperm.c'. Stop.
make[3]: Leaving directory `/usr/src/linux-2.4.18/drivers/sound'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.18/drivers/sound'
make[1]: *** [_subdir_sound] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.18/drivers'
make: *** [_dir_drivers] Error 2
bash-2.05a#
I can't continue the compile process after this. Does anyone know what the problem is and how to fix it? Thanks.