Re: icc8 failed on 4.10: Illegal instruction

2004-12-30 Thread Igor Sysoev
On Wed, 29 Dec 2004, Igor Sysoev wrote: On Tue, 28 Dec 2004, Kris Kennaway wrote: On Wed, Dec 29, 2004 at 10:21:05AM +0300, Igor Sysoev wrote: Then I installed the port and I ran /usr/local/intel_cc_80/bin/icc, but it always failed with message Illegal instruction.

Re: icc8 failed on 4.10: Illegal instruction

2004-12-29 Thread Igor Sysoev
On Tue, 28 Dec 2004, Kris Kennaway wrote: On Wed, Dec 29, 2004 at 10:21:05AM +0300, Igor Sysoev wrote: Then I installed the port and I ran /usr/local/intel_cc_80/bin/icc, but it always failed with message Illegal instruction. You forgot to mention what type of CPU you

Re: icc8 failed on 4.10: Illegal instruction

2004-12-29 Thread Igor Sysoev
On Wed, 29 Dec 2004, Igor Sysoev wrote: On Tue, 28 Dec 2004, Kris Kennaway wrote: It's an SSE instruction, and you need to enable support for SSE in your kernel. Thank you. The options CPU_ENABLE_SSE resolves the problem. I think it should be mention in the port for 4.x. The message

Re: icc8 failed on 4.10: Illegal instruction

2004-12-29 Thread Kris Kennaway
On Wed, Dec 29, 2004 at 12:52:09PM +0300, Igor Sysoev wrote: Thank you. The options CPU_ENABLE_SSE resolves the problem. I think it should be mention in the port for 4.x. It is mentioned when you install the port. However, it seems that 4.10's headers are not good for icc8: You'd have to

Re: icc8 failed on 4.10: Illegal instruction

2004-12-29 Thread Kris Kennaway
On Wed, Dec 29, 2004 at 04:23:50PM +0300, Igor Sysoev wrote: On Wed, 29 Dec 2004, Igor Sysoev wrote: On Tue, 28 Dec 2004, Kris Kennaway wrote: It's an SSE instruction, and you need to enable support for SSE in your kernel. Thank you. The options CPU_ENABLE_SSE resolves the

icc8 failed on 4.10: Illegal instruction

2004-12-28 Thread Igor Sysoev
I have cvsup'ed ports to use icc-8.1.024 on FreeBSD 4.10-RELEASE. Then I installed the port and I ran /usr/local/intel_cc_80/bin/icc, but it always failed with message Illegal instruction. Does icc-8.1.024 work on FreeBSD 4.x ? Igor Sysoev http://sysoev.ru/en/

Re: icc8 failed on 4.10: Illegal instruction

2004-12-28 Thread Kris Kennaway
On Tue, Dec 28, 2004 at 04:34:35PM +0300, Igor Sysoev wrote: I have cvsup'ed ports to use icc-8.1.024 on FreeBSD 4.10-RELEASE. Then I installed the port and I ran /usr/local/intel_cc_80/bin/icc, but it always failed with message Illegal instruction. You forgot to mention what type of CPU you

Re: icc8 failed on 4.10: Illegal instruction

2004-12-28 Thread Igor Sysoev
On Tue, 28 Dec 2004, Kris Kennaway wrote: On Tue, Dec 28, 2004 at 04:34:35PM +0300, Igor Sysoev wrote: I have cvsup'ed ports to use icc-8.1.024 on FreeBSD 4.10-RELEASE. Then I installed the port and I ran /usr/local/intel_cc_80/bin/icc, but it always failed with message Illegal

Re: icc8 failed on 4.10: Illegal instruction

2004-12-28 Thread Kris Kennaway
On Wed, Dec 29, 2004 at 09:41:32AM +0300, Igor Sysoev wrote: On Tue, 28 Dec 2004, Kris Kennaway wrote: On Tue, Dec 28, 2004 at 04:34:35PM +0300, Igor Sysoev wrote: I have cvsup'ed ports to use icc-8.1.024 on FreeBSD 4.10-RELEASE. Then I installed the port and I ran

Re: icc8 failed on 4.10: Illegal instruction

2004-12-28 Thread Igor Sysoev
On Tue, 28 Dec 2004, Kris Kennaway wrote: On Wed, Dec 29, 2004 at 09:41:32AM +0300, Igor Sysoev wrote: On Tue, 28 Dec 2004, Kris Kennaway wrote: On Tue, Dec 28, 2004 at 04:34:35PM +0300, Igor Sysoev wrote: I have cvsup'ed ports to use icc-8.1.024 on FreeBSD 4.10-RELEASE. Then I

Re: icc8 failed on 4.10: Illegal instruction

2004-12-28 Thread Kris Kennaway
On Wed, Dec 29, 2004 at 10:21:05AM +0300, Igor Sysoev wrote: Then I installed the port and I ran /usr/local/intel_cc_80/bin/icc, but it always failed with message Illegal instruction. You forgot to mention what type of CPU you have. Sorry, it was so obvious for me that is

Re: icc8 failed on 4.10: Illegal instruction

2004-12-28 Thread Tod McQuillin
On Wed, 29 Dec 2004, Igor Sysoev wrote: (gdb) disassemble $eip ... 0x80b13d3 __intel_proc_init_ftzdaz+75:mov0x2c(%esp,1),%esi 0x80b13d7 __intel_proc_init_ftzdaz+79:stmxcsr (%esp,1) 0x80b13db __intel_proc_init_ftzdaz+83:mov(%esp,1),%eax ... (gdb) Strange, the code in