View previous topic :: View next topic |
Author |
Message |
mutton n00b
Joined: 02 Jul 2002 Posts: 3
|
Posted: Tue Jul 02, 2002 8:51 am Post subject: Ciryx PR166+ |
|
|
I'm trying to install gentoo on my Cyrix PR166+
What settings do I need in the /ect/make.conf
What else do I have to mind.
Thanx |
|
Back to top |
|
|
Mimamau Apprentice
Joined: 11 Jun 2002 Posts: 160 Location: Germany
|
Posted: Tue Jul 02, 2002 1:39 pm Post subject: |
|
|
should be a 586, maybe you should try without special optimizations.
got a cyrix pr233 mmx, but didnt manage to install gentoo on it, dont know why... |
|
Back to top |
|
|
mutton n00b
Joined: 02 Jul 2002 Posts: 3
|
Posted: Tue Jul 02, 2002 2:02 pm Post subject: What was the Problem |
|
|
Why?
What Problems did you have?
What errors did you get?
I've tried install and got these Errors:
https://forums.gentoo.org/viewtopic.php?t=6815
Mimamau wrote: | should be a 586, maybe you should try without special optimizations.
got a cyrix pr233 mmx, but didnt manage to install gentoo on it, dont know why... |
|
|
Back to top |
|
|
Mimamau Apprentice
Joined: 11 Jun 2002 Posts: 160 Location: Germany
|
Posted: Tue Jul 02, 2002 6:07 pm Post subject: |
|
|
dont know exactly, for now I realised that my hdd is too small in this machine, but this wasnt the problem.
when I have more time, ill try it again, but for this cpu Ill need a lot of time, I think |
|
Back to top |
|
|
rojaro l33t
Joined: 06 May 2002 Posts: 732
|
Posted: Mon Jul 08, 2002 5:27 pm Post subject: success ... |
|
|
well ... mutton is lame :)
so he brought on wednesday his machine over to my place and after about 10 minutes of messing around with his fsck'ed installation i decided to reinstall from scratch ... as he had the optimizations in /etc/make.conf at -O3 i lowered them to -O2. so the three lines in that file look as follows:
Code: | CHOST="i586-pc-linux-gnu"
CFLAGS="-march=i586 -O2 -pipe"
CXXFLAGS="-march=i586 -O2 -pipe"
|
that did the trick ...
Code: | bullenbodo root # cat /proc/cpuinfo
processor : 0
vendor_id : CyrixInstead
cpu family : 5
model : 2
model name : 6x86 2x Core/Bus Clock
stepping : 7
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : yes
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu cyrix_arr
bogomips : 132.09
|
the beast is running since wednesday, busy compiling stuff like samba, mysql, xfree etc ... no problems so far ... and no, the name bullenbodo wasn't my idea :)
addendum: if you have trouble with bzip2 during the installation (bootstrapping or emerge system), do "emerge sys-apps/bzip2" before as it will be used then instead of the precompiled version included in the stage1 tarball ... but don't forget to fix up the make.conf before
regards
rojaro _________________ A mathematician is a machine for turning coffee into theorems. ~ Alfred Renyi (*1921 - †1970) |
|
Back to top |
|
|
irony Tux's lil' helper
Joined: 10 Jul 2002 Posts: 129 Location: CT
|
Posted: Wed Jul 10, 2002 1:41 pm Post subject: |
|
|
What does the switch -O# do? Why use -O2 over -O3, and in what other situations might it be appropriate do so? _________________ "and if rain brings winds of change, let it rain on us forever..." |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Wed Jul 10, 2002 1:54 pm Post subject: |
|
|
irony wrote: | What does the switch -O# do? Why use -O2 over -O3, and in what other situations might it be appropriate do so? |
RTFM. man gcc. search for '-O'
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
irony Tux's lil' helper
Joined: 10 Jul 2002 Posts: 129 Location: CT
|
Posted: Wed Jul 10, 2002 7:13 pm Post subject: |
|
|
Okay, it changes the optimization options. When is one set of optimizations appropriate over another? What hardware can handle a given set of optimizations? If I'm using a machine with less physical memory, should I be turning off particular optimizations? Older processor?
If general guidelines don't exist and it's just a matter of experimentation, that would be good to know, too.
Thanks. _________________ "and if rain brings winds of change, let it rain on us forever..." |
|
Back to top |
|
|
|