Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[FAQ] Cambio CPU
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
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon May 03, 2004 12:23 pm    Post subject: [FAQ] Cambio CPU Reply with quote

Dovrei cambiare cpu a 2 macchine..volevo sapere se esisteva un modo per poterlo fare senza ricompilare tutto il sistema..è fattibile ?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Mon May 03, 2004 12:32 pm    Post subject: Re: [FAQ] Cambio CPU Reply with quote

f0llia wrote:
Dovrei cambiare cpu a 2 macchine..volevo sapere se esisteva un modo per poterlo fare senza ricompilare tutto il sistema..è fattibile ?

Dipende. Che processore e' e a quale passi? Come sono le flag nel tuo make.conf?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Mon May 03, 2004 12:34 pm    Post subject: Re: [FAQ] Cambio CPU Reply with quote

f0llia wrote:
Dovrei cambiare cpu a 2 macchine..volevo sapere se esisteva un modo per poterlo fare senza ricompilare tutto il sistema..è fattibile ?


Se non cambi modello di CPU non hai problemi, se hai un "avanzamento" (senza cambiare marca) non dovresti avere problemi, altrimenti dipende dai CFLAGS che ai usato.
_________________
Ciao da me!
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon May 03, 2004 12:35 pm    Post subject: Reply with quote

Allora..dovrei passare da un celeron coppermine 600 a un pentiun III 1000 e da un pentium III 666 a un pentium III 800..Niente di drastico ma mi servono un po di info .. :)
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon May 03, 2004 12:37 pm    Post subject: Reply with quote

Dimenticavo.. le flag nel make .conf delle due macchine sono:
Code:

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Mon May 03, 2004 12:38 pm    Post subject: Reply with quote

f0llia wrote:
Allora..dovrei passare da un celeron coppermine 600 a un pentiun III 1000 e da un pentium III 666 a un pentium III 800..Niente di drastico ma mi servono un po di info .. :)

Nel primo caso hai anche li le flag attivate su pentium3? Se si non ci sono problemi. Nel secondo caso nessun problema metti solamente una cpu piu' veloce ma sempre pentiumIII.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon May 03, 2004 12:42 pm    Post subject: Reply with quote

Si sempre pentium III, sul sito per le flags avevo trovato quelle anche per celeron.
Allora per entrambe posso cambiare cpu senza problemi?
Per le flag me ne puoi consigliare di migliori ?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Mon May 03, 2004 12:44 pm    Post subject: Reply with quote

f0llia wrote:
Allora per entrambe posso cambiare cpu senza problemi?

Si visto che hai compilato per pentium3 e metti un pentium3.

f0llia wrote:
Per le flag me ne puoi consigliare di migliori ?

Vanno piu' che bene quelle che hai.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon May 03, 2004 12:50 pm    Post subject: Reply with quote

Perfetto.. grazie mille :D
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon May 03, 2004 12:51 pm    Post subject: Reply with quote

Una domanda per curiosità..: Se avessi dovuto passare a un processore diverso ?
Tipo a un AMD o a un PIV ?
Son curioso :P
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Mon May 03, 2004 12:57 pm    Post subject: Reply with quote

f0llia wrote:
Una domanda per curiosità..: Se avessi dovuto passare a un processore diverso ?
Tipo a un AMD o a un PIV ?
Son curioso :P


Diciamo che con quel "-march=pentium3" ti porti appresso una serie di flags che vanno bene per quel tipo di CPU ma non é detto che vadano bene anche sulle altre.

Ergo, ad andare bene sarebbe stato male ottimizzato, ad andare male alcuni programmi avrebbero potuto produrre un "Illegal Instruction" bloccandosi. Se uno di tali programmi é il kernel o la bash o il gcc il tu sistema sarebbe stato inservibile.

Ok?
_________________
Ciao da me!
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon May 03, 2004 1:12 pm    Post subject: Reply with quote

mod: quotiamo con umanità e solo quando serve, grazie! -MyZelF

Si ok, ma in quel caso che avrei dovuto fare ? ricompialre tutto il sistema? Fare qualche cambiamento prima del cambio di cpu ?..Quello che mi interessa è sapere che si dovrebbe fare per passare a una cpu diversa, se è possibile o se invece è proprio impossibile.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Mon May 03, 2004 1:12 pm    Post subject: Reply with quote

f0llia wrote:
Una domanda per curiosità..: Se avessi dovuto passare a un processore diverso ?
Tipo a un AMD o a un PIV ?
Son curioso :P

Io compilo tutto con i686 cosi' se cambio cpu non ho problemi.
_________________
Questions are guaranteed in life; Answers aren't.
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