|
|
在mandrake 10里面自带的alsa驱动不行,编译 togo推出的alsa1.51.5a修改的黑金2驱动时 出现
[root@localhost alsa]# cd alsa-driver-1
[root@localhost alsa-driver-1]# ./configure --with-cards=cs46xx --with-sequencer=yes;make;make install
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
make all-deps
make[1]: Entering directory `/usr/src/alsa/alsa-driver-1'
make[1]: Nothing to be done for `all-deps'.
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-1'
Please, run the configure script as first...
rm -f /snd*.*o /persist.o /isapnp.o
make[1]: Entering directory `/usr/src/alsa/alsa-driver-1/acore'
Makefile:6: /usr/src/alsa/alsa-driver-1/Makefile.conf: No such file or directory
make[1]: *** 没有规则可以创建目标“/usr/src/alsa/alsa-driver-1/Makefile.conf”。 停止。
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-1/acore'
make: *** [install-modules] 错误 1 |
|