View previous topic :: View next topic |
Author |
Message |
Thundah Guru
Joined: 08 Feb 2004 Posts: 477 Location: Switzerland
|
Posted: Sun Oct 23, 2005 9:38 pm Post subject: Problemino nell'emergere alsa-driver |
|
|
Ecco l'errore:
Code: | *
* The current CHOST (i686-pc-linux-gnu) does not match the chost
* used when compiling the kernel (lib).
*
* Build will not continue, because you will experience problems.
* To fix this either change the version of GCC you wish to use
* to match the kernel, or recompile the kernel first.
|
Strano, pekke non ho cambiato niente, ho solo provato una scheda sonora nuova che poi ho ritolto.
Mauro |
|
Back to top |
|
|
GuN_jAcK l33t
Joined: 23 Mar 2005 Posts: 833 Location: Prague, Czech Republic
|
Posted: Mon Oct 24, 2005 12:46 am Post subject: |
|
|
magari postaci il tuo make.conf... detto così onestamente io non saprei cosa dirti... per caso hai aggiornato il tuo compilatore? _________________ Rispondi in maniera intelligente anche a chi ti tratta stupidamente. |
|
Back to top |
|
|
Thundah Guru
Joined: 08 Feb 2004 Posts: 477 Location: Switzerland
|
Posted: Mon Oct 24, 2005 6:21 am Post subject: |
|
|
Code: | mauro@rey22 ~ $ cat /etc/make.conf
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=i686"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="gtk -gnome qt kde alsa cdr dvdr dvd kdeenablefinal -xmms win32codecs xvid divx4linux -quicktime sse mmx cups foomaticdb ppds usb"
ACCEPT_KEYWORDS="~x86"
#ALSA_CARDS="ens1371 usb-audio"
ALSA_CARDS="cmipci"
|
La versione del compilatore è la seguente:
Code: | sys-devel/gcc
Latest version available: 3.4.4-r1
Latest version installed: 3.4.4-r1
Size of downloaded files: 27,833 kB
Homepage: http://www.gnu.org/software/gcc/gcc.html
Description: The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking
License: GPL-2 LGPL-2.1 |
Non ho aggiornato il compilatore, questa cosa mi è successa da un momento all'altro, cambiando scheda sonora.
Mauro |
|
Back to top |
|
|
Thundah Guru
Joined: 08 Feb 2004 Posts: 477 Location: Switzerland
|
Posted: Mon Oct 24, 2005 11:15 am Post subject: |
|
|
Con gcc-config -O ho ripreso una versione vecchia del compilatore 3.3.X e funziona, anche se cmq io non ho mai cambiato versione...
Vabbeh
Mauro |
|
Back to top |
|
|
Ic3M4n Advocate
Joined: 02 Nov 2004 Posts: 3489 Location: Bergamo.
|
Posted: Mon Oct 24, 2005 12:03 pm Post subject: |
|
|
magari stai utilizzando un kernel compilato con una versione precedente di gcc e alsa con una versione nuova. dato che in questi casi possono esserci delle incompatibilità di moduli l'ebuild ti stampa il messaggio d'errore. |
|
Back to top |
|
|
|