Displaying 8 results from an estimated 8 matches for "mmic".
Did you mean:
mmc
2013 Dec 02
3
[LLVMdev] Configuring for cross-compilation doesn't work
...option
indicating a cross compilation. Intel suggests to use
"x86_64-unknown-linux-gnu".
However, either using "x86_64-unknown-linux-gnu" or something unknown
like "unknown" brings me through the configuration:
../llvm/configure CXX=icpc CC=icc CXXFLAGS="-O3 -mmic" CFLAGS="-O3
-mmic" --host=x86_64-unknown-linux-gnu
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for x86_64-unknown-linux-gnu-clang... icc
checking for C compiler...
2013 Dec 02
0
[LLVMdev] Configuring for cross-compilation doesn't work
Let me add that when not specifying the '--host' option, the whole thing
fails as well:
../llvm/configure CXX=icpc CC=icc CXXFLAGS="-O3 -mmic" CFLAGS="-O3 -mmic"
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C
compiled programs.
If you meant to cross compile, use `--host'.
Frank
On 02/12/13 15:09, Frank Winter wrote:
> Hi,
>
&g...
2013 Jun 25
1
compiling R from source with a catch!
...;t have a fortran cross compiler and I would like to know if it's possible to build a minimal R system
without the need of a fortran compiler.
At the moment I've used the following options with the configure script:
./configure --host=x86_64 --enable-R-static-lib CXX=icpc CC=icc CFLAGS=-mmic CXXFLAGS=-mmic LDFLAGS=-mmic --with-readline=no --without-recommended-packages
icpc and icc are the intel compilers.
-mmic tells the compiler to cross compile for the Intel Xeon Phi.
The configure script stops with the following error:
checking for dummy main to link with Fortran 77 libraries......
2013 Jul 11
2
[LLVMdev] LLVM x86 backend for Intel MIC : trying it out and questions
...push %rbp
1: 48 89 e5 mov %rsp,%rbp
4: bf 00 00 00 00 mov $0x0,%edi
9: e8 00 00 00 00 callq e <main+0xe>
e: 31 c0 xor %eax,%eax
10: 5d pop %rbp
11: c3 retq
$ icc -mmic hello.mic.o -o hello
x86_64-k1om-linux-ld: error in hello.mic.o(.eh_frame); no
.eh_frame_hdr table will be created.
$ /opt/intel/mic/bin/micnativeloadex ./hello
Hello, Intel MIC!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm.k1om.patch
Type: application/o...
2013 Jul 12
0
[LLVMdev] LLVM x86 backend for Intel MIC : trying it out and questions
...push %rbp
1: 48 89 e5 mov %rsp,%rbp
4: bf 00 00 00 00 mov $0x0,%edi
9: e8 00 00 00 00 callq e <main+0xe>
e: 31 c0 xor %eax,%eax
10: 5d pop %rbp
11: c3 retq
$ icc -mmic hello.mic.o -o hello
x86_64-k1om-linux-ld: error in hello.mic.o(.eh_frame); no .eh_frame_hdr table will be created.
$ /opt/intel/mic/bin/micnativeloadex ./hello Hello, Intel MIC!
---------------------------------------------------------------------
Intel Israel (74) Limited
This e-mail and any at...
2013 Jun 22
0
[Bug 600] ULOG target does not support --log-uid
https://bugzilla.netfilter.org/show_bug.cgi?id=600
Phil Oester <netfilter at linuxace.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gallard at mmic.net
--- Comment #6 from Phil Oester <netfilter at linuxace.com> 2013-06-22 05:24:18 CEST ---
*** Bug 678 has been marked as a duplicate of this bug. ***
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are...
2013 Jul 12
2
[LLVMdev] LLVM x86 backend for Intel MIC : trying it out and questions
...mov %rsp,%rbp
> 4: bf 00 00 00 00 mov $0x0,%edi
> 9: e8 00 00 00 00 callq e <main+0xe>
> e: 31 c0 xor %eax,%eax
> 10: 5d pop %rbp
> 11: c3 retq
>
> $ icc -mmic hello.mic.o -o hello
> x86_64-k1om-linux-ld: error in hello.mic.o(.eh_frame); no .eh_frame_hdr table will be created.
>
> $ /opt/intel/mic/bin/micnativeloadex ./hello Hello, Intel MIC!
> ---------------------------------------------------------------------
> Intel Israel (74) Limited...
2013 Jul 15
0
[LLVMdev] LLVM x86 backend for Intel MIC : trying it out and questions
...mov %rsp,%rbp
> 4: bf 00 00 00 00 mov $0x0,%edi
> 9: e8 00 00 00 00 callq e <main+0xe>
> e: 31 c0 xor %eax,%eax
> 10: 5d pop %rbp
> 11: c3 retq
>
> $ icc -mmic hello.mic.o -o hello
> x86_64-k1om-linux-ld: error in hello.mic.o(.eh_frame); no .eh_frame_hdr table will be created.
>
> $ /opt/intel/mic/bin/micnativeloadex ./hello Hello, Intel MIC!
> ---------------------------------------------------------------------
> Intel Israel (74) Limited...