View previous topic :: View next topic |
Author |
Message |
m_gustafsson Apprentice


Joined: 18 Mar 2007 Posts: 243 Location: Sweden
|
Posted: Mon Nov 05, 2007 10:24 am Post subject: Kernel compiled for wrong architecture? [Solved] |
|
|
I have by mistake been using an i686 architecture for a while and recently ran into quite some problems. They now seems to be ok after having switched to CHOST i586 and recompiling my gcc.
During the weekend I upgraded from a 2.6.16 kernel to 2.6.22-gentoo-r8 and get one strange thing:
Code: | # uname -a
Linux server1 2.6.22-gentoo-r8 #1 Sat Nov 3 18:54:31 CET 2007 i686 VIA Ezra CentaurHauls GNU/Linux |
What I feel is a bit strange is that it says "i686", even though I have switched to i586.
Is this ok, or have I done something wrong?
Thanks, Mats
Last edited by m_gustafsson on Mon Nov 05, 2007 6:18 pm; edited 1 time in total |
|
Back to top |
|
 |
tarpman Veteran


Joined: 04 Nov 2004 Posts: 1083 Location: Victoria, BC, Canada
|
Posted: Mon Nov 05, 2007 4:07 pm Post subject: |
|
|
Your kernel build does not use your settings from make.conf. The CPU type is set in menuconfig, under "Processor type/features". _________________ Saving the world, one kilobyte at a time. |
|
Back to top |
|
 |
m_gustafsson Apprentice


Joined: 18 Mar 2007 Posts: 243 Location: Sweden
|
Posted: Mon Nov 05, 2007 6:18 pm Post subject: |
|
|
I see, thank you! |
|
Back to top |
|
 |
|