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

Compilation alsa ???



Salut,
 
Sur mon portable j'ai installer debian en unstable compiler kernel avec 2.4.21 patch acpi pas de prob
je veux compiler les drivers alsa et la j'ai un soucis
 
./configure --with-cards=via82xx --with-sequencer=yes --with-kernel=/usr/src/linux-2.4.21
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... 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 gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming 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 current directory... /usr/src/alsa-driver-0.9.4
checking cross compile...
checking for directory with kernel source... /usr/src/linux-2.4.21
checking for kernel version... 2.4.21-ck3
checking for GCC version... Kernel compiler: version gcc 3.3.1 20030626 (Debian prerelease) Used compiler: gcc (GCC) 3.3.1 20030626 (Debian prerelease)
Fatal error: Compiler type does not match
Decoded kernel compiler: type=version version=gcc
Decoded used compiler: type=gcc version=3.3.1
Please, send ./configure output to <alsa-devel@alsa-project.org>
zsh: exit 1     ./configure --with-cards=via82xx --with-sequencer=yes
J'installe donc gcc-3.2 en pensant que cela viens de la en pensant a mettre CC=gcc-3.2 avant mon ./configure
mais ca ne change rien
 
CC=gcc-3.2 ./configure --with-cards=via82xx --with-sequencer=yes --with-kernel=/usr/src/linux-2.4.21
checking for gcc... gcc-3.2
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-3.2 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-3.2 -E
checking for ANSI C header files... yes
checking for gcc-3.2 option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc-3.2 needs -traditional... no
checking for current directory... /usr/src/alsa-driver-0.9.4
checking cross compile...
checking for directory with kernel source... /usr/src/linux-2.4.21
checking for kernel version... 2.4.21-ck3
checking for GCC version... Kernel compiler: version gcc 3.3.1 20030626 (Debian prerelease) Used compiler: gcc-3.2 (GCC) 3.2.3 (Debian)
Fatal error: Compiler type does not match
Decoded kernel compiler: type=version version=gcc
Decoded used compiler: type=gcc version=3.2
Please, send ./configure output to <alsa-devel@alsa-project.org>
zsh: exit 1     CC=gcc-3.2 ./configure --with-cards=via82xx --with-sequencer=yes
Donc pour le moment je suis retourner avec les drv de mon kernel mais j'aimerais bien utiliser les alsa

Reply to: