public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Kernel -- GCC Version
@ 2002-01-31  1:07 Ro0tSiEgE
  2002-01-31  1:20 ` Arnaldo Carvalho de Melo
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Ro0tSiEgE @ 2002-01-31  1:07 UTC (permalink / raw)
  To: linux-kernel

I've looked on kernel.org, in the kernel sources, it its not really clear,
from what I would see. If someone could tell me exactly what are the best
and/or what Linus uses versions of gcc, etc. for compiling the different
kernels? (2.0/2.2/2.4/2.5) Thanks!

--Brad Parker



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Kernel -- GCC Version
  2002-01-31  1:07 Kernel -- GCC Version Ro0tSiEgE
@ 2002-01-31  1:20 ` Arnaldo Carvalho de Melo
  2002-01-31  1:21 ` Dave Jones
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: Arnaldo Carvalho de Melo @ 2002-01-31  1:20 UTC (permalink / raw)
  To: Ro0tSiEgE; +Cc: linux-kernel

Em Wed, Jan 30, 2002 at 07:07:42PM -0600, Ro0tSiEgE escreveu:
> I've looked on kernel.org, in the kernel sources, it its not really clear,
> from what I would see. If someone could tell me exactly what are the best
> and/or what Linus uses versions of gcc, etc. for compiling the different
> kernels? (2.0/2.2/2.4/2.5) Thanks!

Read Documentation/Changes.

- Arnaldo

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Kernel -- GCC Version
  2002-01-31  1:07 Kernel -- GCC Version Ro0tSiEgE
  2002-01-31  1:20 ` Arnaldo Carvalho de Melo
@ 2002-01-31  1:21 ` Dave Jones
  2002-01-31  1:25 ` Robert Love
  2002-01-31  1:37 ` Wakko Warner
  3 siblings, 0 replies; 9+ messages in thread
From: Dave Jones @ 2002-01-31  1:21 UTC (permalink / raw)
  To: Ro0tSiEgE; +Cc: linux-kernel

On Wed, Jan 30, 2002 at 07:07:42PM -0600, Ro0tSiEgE wrote:
 > I've looked on kernel.org, in the kernel sources, it its not really clear,
 > from what I would see. If someone could tell me exactly what are the best
 > and/or what Linus uses versions of gcc, etc. for compiling the different
 > kernels? (2.0/2.2/2.4/2.5) Thanks!

 Top level README has this info, as does the Documentation/Changes file.

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Kernel -- GCC Version
  2002-01-31  1:07 Kernel -- GCC Version Ro0tSiEgE
  2002-01-31  1:20 ` Arnaldo Carvalho de Melo
  2002-01-31  1:21 ` Dave Jones
@ 2002-01-31  1:25 ` Robert Love
  2002-01-31  1:37 ` Wakko Warner
  3 siblings, 0 replies; 9+ messages in thread
From: Robert Love @ 2002-01-31  1:25 UTC (permalink / raw)
  To: Ro0tSiEgE; +Cc: linux-kernel

On Wed, 2002-01-30 at 20:07, Ro0tSiEgE wrote:
> I've looked on kernel.org, in the kernel sources, it its not really clear,
> from what I would see. If someone could tell me exactly what are the best
> and/or what Linus uses versions of gcc, etc. for compiling the different
> kernels? (2.0/2.2/2.4/2.5) Thanks!

For the kernel you are interested in, look in Documentation/Changes

All the requirements are listed.

For current 2.4 kernels, 2.95.x is the minimum.  2.96 works great.

	Robert Love


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Kernel -- GCC Version
  2002-01-31  1:07 Kernel -- GCC Version Ro0tSiEgE
                   ` (2 preceding siblings ...)
  2002-01-31  1:25 ` Robert Love
@ 2002-01-31  1:37 ` Wakko Warner
  2002-01-31  2:54   ` Daniel Phillips
  2002-01-31  3:07   ` David Ford
  3 siblings, 2 replies; 9+ messages in thread
From: Wakko Warner @ 2002-01-31  1:37 UTC (permalink / raw)
  To: Ro0tSiEgE; +Cc: linux-kernel

> I've looked on kernel.org, in the kernel sources, it its not really clear,
> from what I would see. If someone could tell me exactly what are the best
> and/or what Linus uses versions of gcc, etc. for compiling the different
> kernels? (2.0/2.2/2.4/2.5) Thanks!

I don't recommend gcc 3.0 for kernel compiles as I had problems with it on
the system I tried it on.

-- 
 Lab tests show that use of micro$oft causes cancer in lab animals

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Kernel -- GCC Version
  2002-01-31  1:37 ` Wakko Warner
@ 2002-01-31  2:54   ` Daniel Phillips
  2002-01-31  3:17     ` Jeff Garzik
  2002-01-31 12:06     ` Wakko Warner
  2002-01-31  3:07   ` David Ford
  1 sibling, 2 replies; 9+ messages in thread
From: Daniel Phillips @ 2002-01-31  2:54 UTC (permalink / raw)
  To: Wakko Warner, Ro0tSiEgE; +Cc: linux-kernel

On January 31, 2002 02:37 am, Wakko Warner wrote:
> > I've looked on kernel.org, in the kernel sources, it its not really clear,
> > from what I would see. If someone could tell me exactly what are the best
> > and/or what Linus uses versions of gcc, etc. for compiling the different
> > kernels? (2.0/2.2/2.4/2.5) Thanks!
> 
> I don't recommend gcc 3.0 for kernel compiles as I had problems with it on
> the system I tried it on.

What problem exactly?  I've had zero problems in the last 5 months.

-- 
Daniel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Kernel -- GCC Version
  2002-01-31  1:37 ` Wakko Warner
  2002-01-31  2:54   ` Daniel Phillips
@ 2002-01-31  3:07   ` David Ford
  1 sibling, 0 replies; 9+ messages in thread
From: David Ford @ 2002-01-31  3:07 UTC (permalink / raw)
  To: Wakko Warner, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 524 bytes --]

I've been building everything with 3.0.x and haven't had any problems, 
half a dozen machines and several months running.

-d

Wakko Warner wrote:

>>I've looked on kernel.org, in the kernel sources, it its not really clear,
>>from what I would see. If someone could tell me exactly what are the best
>>and/or what Linus uses versions of gcc, etc. for compiling the different
>>kernels? (2.0/2.2/2.4/2.5) Thanks!
>>
>
>I don't recommend gcc 3.0 for kernel compiles as I had problems with it on
>the system I tried it on.
>


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3269 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Kernel -- GCC Version
  2002-01-31  2:54   ` Daniel Phillips
@ 2002-01-31  3:17     ` Jeff Garzik
  2002-01-31 12:06     ` Wakko Warner
  1 sibling, 0 replies; 9+ messages in thread
From: Jeff Garzik @ 2002-01-31  3:17 UTC (permalink / raw)
  To: Daniel Phillips; +Cc: Wakko Warner, Ro0tSiEgE, linux-kernel

On Thu, Jan 31, 2002 at 03:54:03AM +0100, Daniel Phillips wrote:
> On January 31, 2002 02:37 am, Wakko Warner wrote:
> > > I've looked on kernel.org, in the kernel sources, it its not really clear,
> > > from what I would see. If someone could tell me exactly what are the best
> > > and/or what Linus uses versions of gcc, etc. for compiling the different
> > > kernels? (2.0/2.2/2.4/2.5) Thanks!
> > 
> > I don't recommend gcc 3.0 for kernel compiles as I had problems with it on
> > the system I tried it on.
> 
> What problem exactly?  I've had zero problems in the last 5 months.

Seconded, I've been using x86 custom-built kernels with gcc 3.0.3
for a few weeks, and IIRC the MDK kernel rpm boots for me on alpha too.

	Jeff




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Kernel -- GCC Version
  2002-01-31  2:54   ` Daniel Phillips
  2002-01-31  3:17     ` Jeff Garzik
@ 2002-01-31 12:06     ` Wakko Warner
  1 sibling, 0 replies; 9+ messages in thread
From: Wakko Warner @ 2002-01-31 12:06 UTC (permalink / raw)
  To: Daniel Phillips; +Cc: Ro0tSiEgE, linux-kernel

> > > I've looked on kernel.org, in the kernel sources, it its not really clear,
> > > from what I would see. If someone could tell me exactly what are the best
> > > and/or what Linus uses versions of gcc, etc. for compiling the different
> > > kernels? (2.0/2.2/2.4/2.5) Thanks!
> > 
> > I don't recommend gcc 3.0 for kernel compiles as I had problems with it on
> > the system I tried it on.
> 
> What problem exactly?  I've had zero problems in the last 5 months.

I did get tons of warnings when compiling (I would assume everyone else
did).  But I ignored those since it says "this is obsolete"

After booting, I had so many ECC errors (I don't recall if they were
correctable or not) that I had to give up on it.

Unless debian messedup the 3.0.3 compile it didn't work for me.

-- 
 Lab tests show that use of micro$oft causes cancer in lab animals

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-01-31 11:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-31  1:07 Kernel -- GCC Version Ro0tSiEgE
2002-01-31  1:20 ` Arnaldo Carvalho de Melo
2002-01-31  1:21 ` Dave Jones
2002-01-31  1:25 ` Robert Love
2002-01-31  1:37 ` Wakko Warner
2002-01-31  2:54   ` Daniel Phillips
2002-01-31  3:17     ` Jeff Garzik
2002-01-31 12:06     ` Wakko Warner
2002-01-31  3:07   ` David Ford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox