Difference between revisions of "GCC"
m (→External links) |
(→Linux 2.6) |
||
| Line 6: | Line 6: | ||
=== Linux 2.6 === | === Linux 2.6 === | ||
| − | Any gcc version between | + | Any gcc version between 3.0 and 3.4 may be used and is fully supported. Gcc 4.0 is still considered experimental at this point so not recommended where reliability. |
| + | |||
| + | At December, 2005 Andrew Morton has dropped a support for 2.95 in the Linux 2.6 . See a [http://kerneltrap.org/node/5974 discussion]. | ||
== External links == | == External links == | ||
Revision as of 18:29, 23 February 2006
Contents |
Kernel builds with gcc
Linux 2.4
The recommended compiler for building Linux 2.4 is gcc 2.95. New compilers upto gcc 3.3 have been used successfully to build the kernel however with gcc 3.4 there may be problems when certain configurations. With Linux 2.4 being in deep freeze mode we generally don't intend to fix such problems but rather recommend to use an older compiler for the kernel.
The latest "official" GCC 2 is version 2.95.3. The GCC 2.96 is unofficial massively patched version. It provides more efficient optimization with -O2, more strict syntax checkhing and supports more recent C++ standarts. Unfortuntely, C++ ABI is not compatible with "official" 2.95.3 nor 3.0.
Linux 2.6
Any gcc version between 3.0 and 3.4 may be used and is fully supported. Gcc 4.0 is still considered experimental at this point so not recommended where reliability.
At December, 2005 Andrew Morton has dropped a support for 2.95 in the Linux 2.6 . See a discussion.
External links
- http://gcc.gnu.org/wiki The GCC wiki
- MIPS ABI Changes in GCC 3.4
- GCC Forum - hosted by Nabble archiving all gcc mailing lists into a searchable forum.