Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146470 - GCC Upgrade Guide needs warning about GCC 4 not supporting 2.4 kernel
Summary: GCC Upgrade Guide needs warning about GCC 4 not supporting 2.4 kernel
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Jan Kundrát (RETIRED)
URL: http://www.gentoo.org/doc/en/gcc-upgr...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-05 15:58 UTC by Ben
Modified: 2006-09-05 16:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben 2006-09-05 15:58:19 UTC
The GCC Upgrade Guide (http://www.gentoo.org/doc/en/gcc-upgrading.xml) doesn't mention that you cannot build a 2.4 kernel with GCC 4. This would be a good warning to those of us still stuck on 2.4 for a while. 

Might also be good to have some information about being able to slot GCC 3.x and GCC 4, and the necessary precautions with compiling modules (see #8 on bug 145819 for what I mean).
Comment 1 Jan Kundrát (RETIRED) gentoo-dev 2006-09-05 16:18:48 UTC
(In reply to comment #0)
> Might also be good to have some information about being able to slot GCC 3.x
> and GCC 4,

"If you install a new major version of GCC (such as 3.3.6 to 3.4.5), the system will not switch over to use it automatically" -> not worth another sentence :)

> and the necessary precautions with compiling modules

"Always use same GCC version for your kernel and additional kernel modules. Once you rebuild your world with new GCC, external modules (like app-emulation/qemu-softmmu) will fail to load. Please rebuild your kernel with the new GCC to fix that."

Comment 2 Jan Kundrát (RETIRED) gentoo-dev 2006-09-05 16:28:11 UTC
Fixed in CVS, thanks for your time.