LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 673|回复: 0

在AS3上安装ALSA遇到的问题

[复制链接]
发表于 2005-1-16 21:12:19 | 显示全部楼层 |阅读模式
看了置顶的贴子
一步一步做的
下载解开alsa-driver后进入执行
./configure似乎没有什么问题
在执行make的时候出现了问题
请大家看最后面的错误提示
NO PREDEFINED KERNEL COMPILER IS DETECTED
*** Assuming the same compiler is used with the current system compiler.

*** Please make sure that the same compiler version was used for building kernel .

checking for kernel linux/pm.h... "yes"
checking for kernel linux/spinlock.h... "yes"
checking for kernel linux/irq.h... "yes"
checking for kernel linux/threads.h... "yes"
checking for kernel linux/rwsem.h... "yes"
checking for kernel linux/gameport.h... "yes"
checking for kernel linux/devfs_fs_kernel.h... "yes"
checking for kernel linux/highmem.h... "yes"
checking for kernel linux/workqueue.h... "yes"
checking for kernel asm/hw_irq.h... "yes"
checking for kernel linux/jiffies.h... "no"
checking for kernel linux/adb.h... "yes"
checking for kernel linux/cuda.h... "yes"
checking for kernel linux/pmu.h... "yes"
checking for kernel module symbol versions... "yes"
checking for PCI support in kernel... "yes"
checking for SGI/MIPS (HAL2) architecture... "no"
checking for directory to store kernel modules... /lib/modules/2.4.21-20.EL/kern el/sound
checking for verbose printk... on
checking for debug level... none
checking for ISA support in kernel... "yes"
checking for processor type... i686
checking for SMP... "yes"
checking for ISA PnP driver in kernel... yes
checking for PnP driver in kernel... no
checking for Kernel ISA-PnP support... "yes"
checking for strlcpy... "no"
checking for snprintf... "yes"
checking for vmalloc_to_page... "yes"
checking for old kmod... "yes"
checking for driver version... 0.9.4
checking for sequencer support... yes
checking for OSS/Free emulation... yes
checking for RTC callback support in kernel... "no"
checking for USB support... "yes"
checking for kernel PCMCIA
checking for PCMCIA support... "yes"
checking for PC9800 support in kernel... "no"
checking for which soundcards to compile driver for... all
configure: creating ./config.status
config.status: creating version
config.status: creating Makefile.conf
config.status: creating snddevices
config.status: creating utils/alsa-driver.spec
config.status: creating utils/buildrpm
config.status: creating toplevel.config
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: creating include/config1.h
config.status: include/config1.h is unchanged
config.status: creating include/version.h
config.status: include/version.h is unchanged
[root@localhost alsa-driver-0.9.4]# make
make[1]: Entering directory `/tmp/alsa-driver-0.9.4/support'
make  -C pnp modules
make[2]: Entering directory `/tmp/alsa-driver-0.9.4/support/pnp'
make[2]: Leaving directory `/tmp/alsa-driver-0.9.4/support/pnp'
make[1]: Leaving directory `/tmp/alsa-driver-0.9.4/support'
make[1]: Entering directory `/tmp/alsa-driver-0.9.4/acore'
gcc -D__KERNEL__ -DMODULE=1 -I/tmp/alsa-driver-0.9.4/include  -I/lib/modules/2.4 .21-20.EL/build/include -O2 -mpreferred-stack-boundary=2 -march=i686 -D__SMP__ - DCONFIG_SMP -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraph s -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD   -DEXPORT_SYMTAB -c m emalloc.c
In file included from /lib/modules/2.4.21-20.EL/build/include/linux/prefetch.h:1 3,
                 from /lib/modules/2.4.21-20.EL/build/include/linux/list.h:6,
                 from /lib/modules/2.4.21-20.EL/build/include/linux/module.h:12,
                 from /tmp/alsa-driver-0.9.4/include/adriver.h:51,
                 from memalloc.inc:11,
                 from memalloc.c:1:
/lib/modules/2.4.21-20.EL/build/include/asm/processor.h:271:1: warning: "EISA_bu s" redefined
In file included from /lib/modules/2.4.21-20.EL/build/include/linux/modversions. h:140,
                 from memalloc.inc:6,
                 from memalloc.c:1:
/lib/modules/2.4.21-20.EL/build/include/linux/modules/i386_ksyms.ver:81:1: warni ng: this is the location of the previous definition
In file included from memalloc.c:28:
/lib/modules/2.4.21-20.EL/build/include/linux/proc_fs.h:217: redefinition of `PD E'
/tmp/alsa-driver-0.9.4/include/adriver.h:127: `PDE' previously defined here
make[1]: *** [memalloc.o] Error 1
make[1]: Leaving directory `/tmp/alsa-driver-0.9.4/acore'
make: *** [compile] Error 1
[root@localhost alsa-driver-0.9.4]#

请问这样的问题我该如何处理呢

谢谢大家 了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表