Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mi da problemi nella compilazione del kernel...
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
john Doe
n00b
n00b


Joined: 28 Jan 2003
Posts: 31

PostPosted: Sun Mar 16, 2003 9:08 pm    Post subject: Mi da problemi nella compilazione del kernel... Reply with quote

Salve a tutti....
ho il kernel gentoo patchato per il bootsplash... non ho mai avuto sti problemi, faccio
#make menuconfig
poi
#make dep && make clean bzImage modules modules_install
e mi da errori nel
modules_install

Code:

make[1]: Nothing to be done for `modules_install'.
make[1]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r1/arch/i386/lib'
cd /lib/modules/2.4.20-gentoo-r1; \
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.4.20-gentoo-r1; fi
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r1/misc/i2c-hydra.o
depmod:         i2c_bit_del_bus_Rsmp_db11a9f9
depmod:         i2c_bit_add_bus_Rsmp_b30d07c7
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r1/misc/i2c-i810.o
depmod:         i2c_bit_del_bus_Rsmp_db11a9f9
depmod:         i2c_bit_add_bus_Rsmp_b30d07c7
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r1/misc/i2c-savage4
.o
depmod:         i2c_bit_del_bus_Rsmp_db11a9f9
depmod:         i2c_bit_add_bus_Rsmp_b30d07c7
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r1/misc/i2c-via.o
depmod:         i2c_bit_del_bus_Rsmp_db11a9f9
depmod:         i2c_bit_add_bus_Rsmp_b30d07c7
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r1/misc/i2c-voodoo3
.o
depmod:         i2c_bit_del_bus_Rsmp_db11a9f9
depmod:         i2c_bit_add_bus_Rsmp_b30d07c7


che è????

John
Back to top
View user's profile Send private message
contigab
n00b
n00b


Joined: 18 Dec 2002
Posts: 57
Location: Italy

PostPosted: Thu Mar 20, 2003 8:30 am    Post subject: Reply with quote

premetto che non sono un grande esperto nella compuilazione del kernel, tuttavia alcuni moduli (l'analogo dei device driver di Linux) hanno delle dipendenze, ovvero per funzionare hanno bisogno della presenza di altri moduli, altrimenti non possono essere inseriti con successo nel kernel. Andando un po' ad intuito sembra che ad un controllo finale (eseguito quando fai make modules_install) alcuni moduli rimangono con delle dipendenze comunque insoddisfatte e quindi non usabili.

Quello che ti consiglio (e' quello che faccio anche io in questi casi) e' di eliminare dal kernel i moduli incriminati e poi compilare tutto da capo, ricordandosi di fare un bel make clean ogni volta....
_________________
Linux! :)
Back to top
View user's profile Send private message
whitenoise
Tux's lil' helper
Tux's lil' helper


Joined: 24 May 2002
Posts: 88
Location: Genoa , Italy

PostPosted: Thu Mar 20, 2003 1:03 pm    Post subject: Reply with quote

Potresti effettuare anche un make mrporoper prima del menuconfig.
_________________
Gentoo Linux running on TyanMPX, 2* 1600+ AthlonMP, 4*256 Mb Crucial Registered DDR, Adaptec 29160, 2*18GB Fujitsu SCSI 10krpm, Nvidia geforce, SB Live!, 3com905TX, Zyxel 645R.
Back to top
View user's profile Send private message
john Doe
n00b
n00b


Joined: 28 Jan 2003
Posts: 31

PostPosted: Thu Mar 20, 2003 2:44 pm    Post subject: Reply with quote

Ciao, ragazzi grazie della risposta...
cmq, la cosa mi è sfuggita di mano, non so più manco io quello che ho provato e quello che non ho provato...
cmq, dato un occhiata qui https://forums.gentoo.org/viewtopic.php?t=36485

un problema simile al mio e qui

https://forums.gentoo.org/viewtopic.php?p=246683

(crossposting mio, scusate ma volevo sentire quante più voci possibili...)

Io ora sto provando a ricompilare i vanilla 2.4.20, vediamo se da errori anche a questo giro.
Ho messo nel /usr/src/linux/Makefile l'extraversion, per non confonfere i moduli, qundi non dovrei avere problemi con versioni vecchie giusto???

John
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum