Re: GCC for kernel compilation

2003-08-07 Thread Streph Treadway
Hi, all,

On Thu, Aug 07, 2003 at 12:10:00PM -0700, Joshua Kwan wrote:
> On Thu, Aug 07, 2003 at 08:14:27PM +0200, Otto Wyss wrote:
> > I just upgraded to the current Sarge and also got GCC 3.3. It seems this
> > version can't compile all the drivers in kernel 2.4.21. Which version
> > should I use? And how do I set this version (Environment variable?)
> > without deinstalling GCC 3.3?
> 
> # apt-get install gcc-2.95
> # cd /usr/src/linux 
> # make CC=gcc-2.95 clean dep bzImage modules

For me, only HOSTCC=gcc-2.95 works for the 2.4.21 kernel.

Yours,

Streph




Re: GCC for kernel compilation

2003-08-07 Thread Streph Treadway
On Thu, Aug 07, 2003 at 04:03:01PM -0400, Streph Treadway wrote:
> 
> For me, only HOSTCC=gcc-2.95 works for the 2.4.21 kernel.
>
Sorry about that, I'm recompiling the kernel now, and what I said above
seems true of the dep and clean targets, but not bzImage.  For bzImage,
CC=gcc-2.95 works fine on my system.

Still yours,

Streph