|
我给我的电脑安装alsa驱动的时候,出现以下的错误,是什么原因,怎么解决,先谢过大家了.
[root@localhost alsa-driver-0.5.9]# ./configure --with-cards=cs4236 --with-
sequencer=yes
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for linux/fs.h... yes
checking for working const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for directory with kernel source... /usr/src/linux
checking for kernel version... 0.0.0
checking for kernel module symbol versions... no
checking for PCI support in kernel... no
checking for SGI/MIPS (HAL2) architecture... no
checking for directory to store kernel modules... /lib/modules/0.0.0/misc
checking for debug level... none
checking for processor type... unknown
checking for SMP... no
checking for ISA PnP driver in kernel... no
checking for ISA PnP support... yes
checking for driver version... 0.5.9
checking for sequencer support... yes
checking for OSS/Free emulation... yes
checking for which soundcards to compile driver for... cs4236
updating cache ./config.cache
creating ./config.status
creating Makefile.conf
creating snddevices
creating utils/alsa-driver.spec
creating cards.config
creating include/config.h
creating include/config1.h
creating include/version.h
[root@localhost alsa-driver-0.5.9]# make
make dep
make[1]: Entering directory `/usr/src/alsa/alsa-driver-0.5.9'
ln -sf ../support/isapnp.h include/isapnp.h
make[2]: Entering directory `/usr/src/alsa/alsa-driver-0.5.9/support'
rm -f ../include/modules/isapnp.ver
gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E -D__GENKSYMS__
isapnp.c │ /sbin/genksyms -k 0.0.0 > ../include/modules/isapnp.ver
Usage:
genksyms [-dDwqhV] [-k kernel_version] [-p prefix] > .../linux/module/*.ver
-d, --debug Increment the debug level (repeatable)
-D, --dump Dump expanded symbol defs (for debugging only)
-w, --warnings Enable warnings
-q, --quiet Disable warnings (default)
-h, --help Print this message
-V, --version Print the release version
-k ver
--kernel ver Set the kernel version for which we are compiling
-p string
--prefix string Set a mangling prefix for all symbo :-( ls
make[2]: *** [../include/modules/isapnp.ver] Error 1
make[2]: Leaving directory `/usr/src/alsa/alsa-driver-0.5.9/support'
make[1]: *** [dep] Error 1
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-0.5.9'
make: *** [include/sndversions.h] Error 2 |
|