search for: noriko

Displaying 4 results from an estimated 4 matches for "noriko".

2012 Jul 04
6
[LLVMdev] how to change a compiler from a host to a target in Clang's assembler and linker
..."Linker" processes, a compiler on a host should be changed to one on a target. Still now, I cannot find out a file to set a compiler for "Assembler" and "Linker" in Clang. Please advise me how to change a compiler from a host one to a target one. Regards, ------------ Noriko Etani
2012 Jul 06
0
[LLVMdev] how to change a compiler from a host to a target in Clang's assembler and linker
Konbanwa, Etani san, It might be clang driver issue. Move to cfe-dev. 2012/7/4 ETANI NORIKO <noriko-e at fc.ritsumei.ac.jp>: > I would like to ask you how to use Clang in cross-compile environment. My environment is as follows: > ------ > HOST: 32-bit Fedora 16 with Intel Core i7 > gcc/g++ compiler available > TARGET: 32-bit mips-typed linux > gnu gcc/g...
2012 Jul 06
0
[LLVMdev] how to change a compiler from a host to a target in Clang's assembler and linker
Hi, On Wed, Jul 4, 2012 at 9:21 AM, ETANI NORIKO <noriko-e at fc.ritsumei.ac.jp> wrote: > Please advise me how to change a compiler from a host one to a target one. Suppose MIPS toolchain is installed in the $MIPS folder (i.e. mips-linux-gnu-gcc is in the $MIPS/bin folder). Note, if you want to generate little-endian code and/or 64-bit...
2012 Jul 02
1
[LLVMdev] how to implement llvm and clang for OpenCL by cross-compiler
...ang can be worked for OpenCL API and its application. These programs must be cross-compiled for mips-typed linux for our embedded system. Here, I cannot find out any documents to explain how to implement llvm and clang for cross-compiler. Please advise me how to implement llvm and clang. Regards, -Noriko -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120703/484a6297/attachment.html>