search for: fatak

Displaying 5 results from an estimated 5 matches for "fatak".

Did you mean: fatal
2012 Nov 13
3
[LLVMdev] Mips instructions using llvm?
...? So does not guarantee to generate correct instructions ? I just tried what you said but getting following error ? Any ideas ? What I did is clang hello.c -S -target mips-unknown-linux Error: In file included from hello.c:1In file included from /usr/include/stdio.h:28/usr/include/features.h:323:10 fatak error 'bits/predefs.h' file not found.   =========================================== Phone : 82-42-860-1838 Fax : 82-42-860-6790 Cell Phone: 82-10-7599-1981 =========================================== --- On Mon, 11/12/12, Eli Friedman <eli.friedman at gmail.com> wrote: From:...
2012 Nov 13
2
[LLVMdev] Mips instructions using llvm?
Hi All, Is there any way to generate MIPS instructions from C code in llvm ? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121112/9c351737/attachment.html>
2012 Nov 13
0
[LLVMdev] Mips instructions using llvm?
On Mon, Nov 12, 2012 at 4:41 PM, janarbek <canarbekmatay at yahoo.com> wrote: > > Hi All, > > Is there any way to generate MIPS instructions from C code in llvm ? "Generate MIPS instructions" is kind of vague, but something like "clang myfile.c -S -target mips-unknown-linux" will make clang generate MIPS assembly. -Eli
2012 Nov 13
1
[LLVMdev] Mips instructions using llvm?
...better questions. > I just tried what you said but getting following error ? Any ideas ? > What I did is clang hello.c -S -target mips-unknown-linux > > Error: > In file included from hello.c:1 > In file included from /usr/include/stdio.h:28 > /usr/include/features.h:323:10 fatak error 'bits/predefs.h' file not found. This sounds like you are using headers that do not support MIPS. David
2012 Nov 13
0
[LLVMdev] Mips instructions using llvm?
...better questions. > I just tried what you said but getting following error ? Any ideas ? > What I did is clang hello.c -S -target mips-unknown-linux > > Error: > In file included from hello.c:1 > In file included from /usr/include/stdio.h:28 > /usr/include/features.h:323:10 fatak error 'bits/predefs.h' file not found. This sounds like you are using headers that do not support MIPS. David -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121112/7f124beb/attachment.html>