Difference between revisions of "GCC"
m (xlink) |
m (→External links) |
||
| Line 11: | Line 11: | ||
* http://gcc.gnu.org/wiki The GCC wiki | * http://gcc.gnu.org/wiki The GCC wiki | ||
* [http://www.gnu.org/software/gcc/gcc-3.4/mips-abi.html MIPS ABI Changes in GCC 3.4] | * [http://www.gnu.org/software/gcc/gcc-3.4/mips-abi.html MIPS ABI Changes in GCC 3.4] | ||
| + | * [http://www.nabble.com/gcc-f1154.html GCC Forum] - hosted by [http://www.nabble.com Nabble] archiving all gcc mailing lists into a searchable forum. | ||
Revision as of 21:10, 17 August 2005
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 2.95 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.
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.