[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:37484] about ALSA 0.9.4



ALSA 0.9.4 の make ができません。
カーネルソースは、2.4.2 です。

ln -s /usr/src/kernel-source-2.4.2 ./linux
をして config を済ませて make-kpkg kernel_image で
カーネルイメージ作成後、
/usr/src/modules/alsa-driver/ で
./debian/rules binary-modules を実行すると

.
.
.
gcc -D__KERNEL__ -DMODULE=1 -I/usr/src/modules/alsa-driver/include  -I/lib/modules/2.4.2/build/include -O2 -mpreferred-stack-boundary=2 -march=i586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD  -DKBUILD_BASENAME=wrappers   -c -o wrappers.o wrappers.c
wrappers.c: In function `snd_compat_vsnprintf':
wrappers.c:61: warning: declaration of `args' shadows a parameter
wrappers.c:61: warning: `args' might be used uninitialized in this function
wrappers.c: In function `snd_compat_snprintf':
wrappers.c:77: `args' undeclared (first use in this function)
wrappers.c:77: (Each undeclared identifier is reported only once
wrappers.c:77: for each function it appears in.)
wrappers.c:78: too few arguments to function `snd_compat_vsnprintf'
make[4]: *** [wrappers.o] エラー 1
make[4]: Leaving directory `/usr/src/modules/alsa-driver/acore'
make[3]: *** [compile] エラー 1
make[3]: Leaving directory `/usr/src/modules/alsa-driver'
make[2]: *** [build-stamp] エラー 2
make[2]: Leaving directory `/usr/src/modules/alsa-driver'
make[1]: *** [kdist_image] エラー 2
make[1]: Leaving directory `/usr/src/modules/alsa-driver'
Module /usr/src/modules/alsa-driver failed.
Hit return to Continue

となってエラーが出てしまい、コンパイルできません。
システムは unstable です。

ii  alsa-base      0.9.4-1        ALSA sound driver common files
ii  alsa-headers   0.9.4-1        ALSA sound driver header files
ii  alsa-source    0.9.4-1        ALSA sound driver source
ii  alsa-utils     0.9.4-1        Advanced Linux Sound Architecture (utils)
ii  alsaconf       0.9.4-1        ALSA configuration generator
ii  libasound2     0.9.4-2        Advanced Linux Sound Architecture (libraries

alsa-source.conf は、

ifndef ALSA_CARDS
ALSA_CARDS="sb8"
endif

です。
コンパイルをする前に、他に何か設定項目はありまか?


--
Toshiaki SUZUKI