Autor |
Sõnum |
johnsmith
Vana Pingviin
Vanus: 50
Liitunud: 24.07.2006
Postitused: 714
Asukoht: Universum
Distributsioon: Ubuntu/Gentoo/FreeBSD
|
|
Ma olen gentoo ilusti tööle saanud, öösel kompileeris kdebase-startkde ka ära ja töötab nagu kell.
Ma hakkasin nüüd uuesti handbooki lugema ja tuleb välja, et ma olen kasutanud 686stage3 tarpalli aga pentium 4 peaks olema 568 arhitektuuriga.
Siis ilmselt oleks pidanud kasutama x86 tarpalli ?
Kas 686 kasutab teistsuguseid instruktsioone ise ei ole midagi aru saanud, et aeglasem oleks või nii.
Make.conf -is on ka: CHOST="i686-pc-linux-gnu"
Samas olen selle rea muutnud: CFLAGS="-O2 -march=pentium4 -pipe"
Kas on mõtet siis laadida x86stage3 teha asendus uuesti ja muuta make.confis: CHOST="i586-pc-linux-gnu"
|
|
|
|
_________________ "Thinking is the hardest work there is, which is probably the reason why so few engage in it" - Henry Ford
|
|
|
|
bobc
Pingviini aktivist
Vanus: 43
Liitunud: 09.07.2005
Postitused: 165
Asukoht: undef
Distributsioon: SouRCe64 GNU/Linux
|
|
p4 ei tohiks olla 586 vaid ikke 686. Ei ole mõtet ümber compida, sest 586 oli pentium 1.
|
|
|
|
_________________
|
|
|
|
johnsmith
Vana Pingviin
Vanus: 50
Liitunud: 24.07.2006
Postitused: 714
Asukoht: Universum
Distributsioon: Ubuntu/Gentoo/FreeBSD
|
|
_________________ "Thinking is the hardest work there is, which is probably the reason why so few engage in it" - Henry Ford
|
|
|
|
ylka
Pingviini külastaja
Vanus: 62
Liitunud: 24.01.2007
Postitused: 15
Distributsioon: Slackware, SLES
|
|
|
|
Shadow
Vana Pingviin
Vanus: 50
Liitunud: 16.07.2006
Postitused: 453
Distributsioon: Gentoo
|
|
Pentium 4
vendor_id : GenuineIntel
cpu family : 15
model : 0 or 1 or 2
model name : Intel(R) Pentium(R) 4 CPU XXXXMHz
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
Pentium 4 (Prescott) / Celeron D
vendor_id : GenuineIntel
cpu family : 15
model : 3 or 4
model name : Intel(R) Pentium(R) 4 CPU XXXGHz -or- Intel(R) Celeron(R) CPU XXXGHz
32-bit profile (x86)
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
64-bit profile (amd64)
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
cat /proc/cpuinfo näitab, kumb sul on ja mida saad oma P4 juures kasutada. Täisnimekiri asub http://gentoo-wiki.com/Safe_Cflags
|
|
|
|
|
|
|
|
johnsmith
Vana Pingviin
Vanus: 50
Liitunud: 24.07.2006
Postitused: 714
Asukoht: Universum
Distributsioon: Ubuntu/Gentoo/FreeBSD
|
|
Tänan info eest, mul on jah pentium mitte celeron nii, et lipud peaks olema õiged.
Nagu ma aru saan siis see, et ma asendasin baas süsteemiks stage3-i686-2007.0.tar.bz2 oli õige ?
Stage3-x86 on siis mõeldud mingitele kastidele kus jookseb inteli 8080 prose....
|
|
|
|
_________________ "Thinking is the hardest work there is, which is probably the reason why so few engage in it" - Henry Ford
|
|
|
|
|