|
发表于 2005-8-22 12:17:57
|
显示全部楼层
ALSA真是难编译啊。刚开始编译alsa-driver-1.0.9b的时候,差好多头文件,干脆把内核重新编译了,倒是不差头文件了。
现在./configurate通过。 进行到make的时候出了以下错误。大哥们帮我看看什么原因。
misc.c:289: field `thread_exited' has incomplete type
misc.c: In function `snd_compat_destroy_workqueue':
misc.c:340: warning: implicit declaration of function `wait_for_completion'
misc.c: In function `xworker_thread':
misc.c:367: warning: implicit declaration of function `complete_and_exit'
misc.c:371: warning: control reaches end of non-void function
misc.c: In function `snd_compat_create_workqueue':
misc.c:388: warning: implicit declaration of function `init_completion'
make[1]: *** [misc.o] Error 1
make[1]: Leaving directory `/root/alsa/alsa-driver-1.0.9b/acore'
make: *** [compile] Error 1 |
|