search for: td32822926

Displaying 6 results from an estimated 6 matches for "td32822926".

2012 Feb 24
2
[LLVMdev] Generate Executable to Mips
...ps-linux-gnu-gcc hello.o -o hello -mips32 -EL On Thu, Feb 23, 2012 at 4:18 PM, Rafael BP <parizi.computacao at gmail.com> wrote: > This is true? > clang/llvm cannot produce mips object code or executable (yet). > from: > http://old.nabble.com/How-to-get-MIPS-from-clang-%2B-llvm---td32822926.html > > > On Thu, Feb 23, 2012 at 8:37 PM, Rafael BP <parizi.computacao at gmail.com> > wrote: >> >> Hi, >> How can I generate executable to mips with llvm-gcc. >> I'm using Ilvm-2.9, X86PC and the following commands: >> >> llvm-gcc -emit-l...
2012 Feb 24
0
[LLVMdev] Generate Executable to Mips
This is true? *clang*/*llvm* *cannot* produce *mips* object *code* or executable (yet). from: http://old.nabble.com/How-to-get-MIPS-from-clang-%2B-llvm---td32822926.html On Thu, Feb 23, 2012 at 8:37 PM, Rafael BP <parizi.computacao at gmail.com>wrote: > Hi, > How can I generate executable to mips with llvm-gcc. > I'm using Ilvm-2.9, X86PC and the following commands: > > llvm-gcc -emit-llvm hello.c -c -o hello.bc (OK) > llc -march=...
2012 Feb 23
2
[LLVMdev] Generate Executable to Mips
Hi, How can I generate executable to mips with llvm-gcc. I'm using Ilvm-2.9, X86PC and the following commands: llvm-gcc -emit-llvm hello.c -c -o hello.bc (OK) llc -march=mips hello.bc -o hello.s (OK) gcc hello.s -o hello (does not work). Thanks, -- *Rafael Parizi* -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Feb 28
3
[LLVMdev] Generate Executable to Mips
....computacao at gmail.com <mailto:parizi.computacao at gmail.com>> > wrote: > > This is true? > > clang/llvm cannot produce mips object code or executable (yet). > > from: > > > http://old.nabble.com/How-to-get-MIPS-from-clang-%2B-llvm---td32822926.html > > > > > > On Thu, Feb 23, 2012 at 8:37 PM, Rafael BP > <parizi.computacao at gmail.com <mailto:parizi.computacao at gmail.com>> > > wrote: > >> > >> Hi, > >> How can I generate executable to mip...
2012 Feb 27
0
[LLVMdev] Generate Executable to Mips
...32 -EL > > On Thu, Feb 23, 2012 at 4:18 PM, Rafael BP <parizi.computacao at gmail.com> > wrote: > > This is true? > > clang/llvm cannot produce mips object code or executable (yet). > > from: > > > http://old.nabble.com/How-to-get-MIPS-from-clang-%2B-llvm---td32822926.html > > > > > > On Thu, Feb 23, 2012 at 8:37 PM, Rafael BP <parizi.computacao at gmail.com> > > wrote: > >> > >> Hi, > >> How can I generate executable to mips with llvm-gcc. > >> I'm using Ilvm-2.9, X86PC and the following comm...
2012 Feb 28
0
[LLVMdev] Generate Executable to Mips
...23, 2012 at 4:18 PM, Rafael BP <parizi.computacao at gmail.com> >> wrote: >> > This is true? >> > clang/llvm cannot produce mips object code or executable (yet). >> > from: >> > >> > http://old.nabble.com/How-to-get-MIPS-from-clang-%2B-llvm---td32822926.html >> > >> > >> > On Thu, Feb 23, 2012 at 8:37 PM, Rafael BP <parizi.computacao at gmail.com> >> > wrote: >> >> >> >> Hi, >> >> How can I generate executable to mips with llvm-gcc. >> >> I'm using Ilvm-2...