Re: Need kernel patch to compile with Intel compiler

From: Richard B. Johnson
Date: Thu May 12 2005 - 10:38:56 EST


On Thu, 12 May 2005, Tetsuji "Maverick" Rai wrote:

In this mailing list archive I found a discussion on how to compile
kenrel 2.6.x with Intel C++ compiler, but it was a bit old, and only
kernel patch for version 2.6.5 or around so can be found. As mine is
HT enabled, I want newer one.

Does anyone know where to find it, or how to make it?

regards,

The kernel is designed to be compiled with the GNU 'C' compler
supplied with every distribution. It uses a lot of __asm__()
statements and other GNU-specific constructions.

Why would you even attempt to convert the kernel sources to
be compiled with some other tools? Also C++ won't work because
the kernel is all about method, i.e., procedures. You need
a procedural compiler for most of it, not an object-oriented
one.

Cheers,
Dick Johnson
Penguin : Linux version 2.6.11 on an i686 machine (5537.79 BogoMips).
Notice : All mail here is now cached for review by Dictator Bush.
98.36% of all statistics are fiction.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/