Re: compiling the kernel (LINT) with icc, open problem

2002-04-10 Thread Alexander Leidinger

On  9 Apr, aaron wrote:

 Hmmm... BTW I would be very interested how icc compares to gcc32.
 Seems both have code to optimize for MMX, SSE, and the nice vector stuff
 in recent i386 processors.

Feel free to send results. :-)

 This might not be such an issue with the kernel but I thouhgt it could 
 benefit -lm :)

Search for MessageId [EMAIL PROTECTED] in
-current for the ICC part.

 Is there any ongoing effort to make the Makefiles gcc32-ready? I tried to 
 compile the kernel with gcc32 but it failed.

There's work in progress to include gcc32 as the base system compiler.

Bye,
Alexander.

-- 
   Intel: where Quality is job number 0.9998782345!

http://www.Leidinger.net   Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



compiling the kernel (LINT) with icc, open problem

2002-04-09 Thread Alexander Leidinger

Hi,

I'm on the way to compile the kernel with icc, ongoing status is
available in http://www.leidinger.net/FreeBSD/. Feel free to
review/comment/...

At the moment the major open problem is: opt_global.h gets included via
the -include directive of gcc. This isn't possible with icc.

My suggested solution is to include opt_global.h wherever it is needed
(almost everywhere). Can someone please come up with a better solution?

Bye,
Alexander.

-- 
   Press every key to continue.

http://www.Leidinger.net   Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: compiling the kernel (LINT) with icc, open problem

2002-04-09 Thread aaron

On Tuesday 09 April 2002 17:22, you wrote:


Hmmm... BTW I would be very interested how icc compares to gcc32.
Seems both have code to optimize for MMX, SSE, and the nice vector stuff
in recent i386 processors.
This might not be such an issue with the kernel but I thouhgt it could 
benefit -lm :)

Is there any ongoing effort to make the Makefiles gcc32-ready? I tried to 
compile the kernel with gcc32 but it failed.

greetings,
aaron.


 Hi,

 I'm on the way to compile the kernel with icc, ongoing status is
 available in http://www.leidinger.net/FreeBSD/. Feel free to
 review/comment/...

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message