View previous topic :: View next topic |
Author |
Message |
Sym Tux's lil' helper
Joined: 05 Mar 2003 Posts: 114 Location: Bùsan
|
Posted: Sun Dec 14, 2003 3:47 pm Post subject: Compilare kernel con versione differente di gcc |
|
|
Salve ragazzi Prima di tutto devo salutare la comunità (Cerri, bsolar e Shev in particolare) che ho notato essere cresciuta molto in questo periodo...bene! Dunque sto cercando di far funzionare il modem del mio portatile, intanto vi do qualche info in più:
Code: |
Modem: Silicon Integrated Systems [SiS] Intel 537 [56k Winmodem] (rev a0) (prog-if 00 [Generic])
Subsystem: Unknown device 17c0:1059
Flags: medium devsel, IRQ 10
I/O ports at 1400 [size=256]
I/O ports at 1080 [size=128]
Capabilities: [48] Power Management version 2
|
Girovagando un po' per i siti ho scoperto che c'è la possibilità di farlo funzionare con dei driver appositi (pctel). Li ho installati correttamente, il problema salta fuori quando tento di caricare i moduli, ecco:
Code: |
Using /lib/modules/2.4.22/misc/pctel.o
/lib/modules/2.4.22/misc/pctel.o: The module you are trying to load (/lib/modules/2.4.22/misc/pctel.o) is compiled with a gccversion 2 compiler, while the kernel you are running is compiled with
a gcc version 3 compiler. This is known to not work.
|
Io ho installato sulla macchina la versione 3.2.3, mi chiedo (o meglio, vi chiedo ): c'è un modo per compilare solo il kernel con un versione vecchia di gcc? Come? Grazie _________________ "Dream on
Do you believe...all the things that you are seeing are true?
The Start's where the End's leading you
Do you believe...all's as twisted as one would perceive?
Seek the Answer and soon you'll believe" |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31464 Location: here
|
Posted: Sun Dec 14, 2003 3:53 pm Post subject: |
|
|
Se installi due gcc differenti poi hai la possibilita' di passare da uno all'altro
con gcc-config. Quindi quando compili il kernel cambi per quell'istante il
kernel e poi ritorni alla versione piu' nuova. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Sym Tux's lil' helper
Joined: 05 Mar 2003 Posts: 114 Location: Bùsan
|
Posted: Sun Dec 14, 2003 4:02 pm Post subject: |
|
|
Grazie, tento col 2.95 allora _________________ "Dream on
Do you believe...all the things that you are seeing are true?
The Start's where the End's leading you
Do you believe...all's as twisted as one would perceive?
Seek the Answer and soon you'll believe" |
|
Back to top |
|
|
|