View previous topic :: View next topic |
Author |
Message |
xavior2180 n00b
Joined: 12 Apr 2003 Posts: 35 Location: dallas, tx
|
Posted: Sat Apr 12, 2003 10:18 pm Post subject: flags for a cyrix |
|
|
i have a cyrix processor, and everytime i try to compile anything using gentoo, it crashes. i was able to install slackware and it worked perfectly. does anybody know how i should set the flags in make.conf?
here's the cpuinfo:
Code: | cdimage proc # cat cpuinfo
processor : 0
vendor_id : CyrixInstead
cpu family : 6
model : 1
model name : 6x86MX 2x Core/Bus Clock
stepping : 3
cpu MHz : 150.002
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : yes
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu de tsc msr cx8 cmov mmx cyrix_arr
bogomips : 299.00
|
|
|
Back to top |
|
|
PowerFactor Veteran
Joined: 30 Jan 2003 Posts: 1693 Location: out of it
|
Posted: Sat Apr 12, 2003 10:41 pm Post subject: |
|
|
I would try
CHOST="i586-pc-linux-gnu"
And have "-march=i586" in your CFLAGS.
And have "-sse -3dnow" in your USE= flags.
I dont have a cyrix but I had to set CHOST like that to get my k6 to work. |
|
Back to top |
|
|
xavior2180 n00b
Joined: 12 Apr 2003 Posts: 35 Location: dallas, tx
|
Posted: Sun Apr 13, 2003 3:43 am Post subject: |
|
|
thanks alot, i'll try that. |
|
Back to top |
|
|
xavior2180 n00b
Joined: 12 Apr 2003 Posts: 35 Location: dallas, tx
|
Posted: Sun Apr 13, 2003 7:32 am Post subject: |
|
|
it didn't make any difference. it crashed just the same. |
|
Back to top |
|
|
sputnik1969 Guru
Joined: 08 Aug 2002 Posts: 401 Location: Berlin / Germany
|
Posted: Sun Apr 13, 2003 9:33 pm Post subject: |
|
|
xavior2180 wrote: | it didn't make any difference. it crashed just the same. |
Sounds to me like a problem with memory-timings...
Try to slow down them a bit, i don't know what kind of MoBo/Chipset you are using but it's possibly a memory-problem... _________________ 'Cynic' is a word invented by optimists to criticize realists. - Nigel. In the ocean of Night by Gregory Benford
"Zyniker" ist ein Wort das Optimisten erfunden haben um Realisten zu kritisieren. - Nigel. Im Meer der Nacht von Gregory Benford |
|
Back to top |
|
|
xavior2180 n00b
Joined: 12 Apr 2003 Posts: 35 Location: dallas, tx
|
Posted: Sun Apr 13, 2003 10:00 pm Post subject: |
|
|
a memory problem? hmm...
there's nothing in bios that i can change regarding memory speed or anything. to be honest, i'm not sure what the chipset or the mobo is. i just kinda scrapped this thing. it worked, but it had windows on it. and windows didn't run too well. i tried slackware, which ran just fine. but i'd prefer to have gentoo on there, because i know it better. i hope it's not like gentoo just isn't compatible with the cyrix. that would suck. it seems like it does something different everytime i change the cflags to something. like, if i do i386, it'll crash, then go back to the prompt. just about anything else will make it lock up when it crashes. but it only happens when it compiles. i dread running the bootstrap script on that at 150 mhz. woah. if it works, it'd take weeks. |
|
Back to top |
|
|
PowerFactor Veteran
Joined: 30 Jan 2003 Posts: 1693 Location: out of it
|
Posted: Sun Apr 13, 2003 10:33 pm Post subject: |
|
|
Sounds like something is flaky. Try running memtest86. |
|
Back to top |
|
|
|