search for: mipssw006

Displaying 7 results from an estimated 7 matches for "mipssw006".

2014 Feb 15
3
[LLVMdev] cmake and make check?
...othing. In $build_dir, with "make check", I get errors like: /home/rkotler/llvmc/build/test/Analysis/CostModel/X86/Output/uitofp.ll.script: line 1: /home/rkotler//home/rkotler/llvmc/build/./bin/llvmc/build/./bin/llc: No such file or directory Certainly, ./bin/llc exists rkotler at mipssw006:~/llvmc/build$ ls ./bin/llc ./bin/llc
2014 Feb 25
3
[LLVMdev] configure with clang vs gcc
...ary libLLVMSupport.a >> make[1]: *** >> [/home/rkotler/caviumllvmwclang/build/Release+Asserts/lib/libLLVMSupport.a] >> Error 127 >> make[1]: Leaving directory >> `/home/rkotler/caviumllvmwclang/build/lib/Support' >> make: *** [all] Error 1 >> rkotler at mipssw006:~/caviumllvmwclang/build$ >> >> > Not enough context. That is what it printed out. I'm guessing that it still wanted to link in that module even though it knew no to compile it. I will debug this and figure out why configure is getting the wrong answers with clang. > >...
2014 Feb 25
2
[LLVMdev] configure with clang vs gcc
...se+Asserts build llvm[1]: Building Release+Asserts Archive Library libLLVMSupport.a make[1]: *** [/home/rkotler/caviumllvmwclang/build/Release+Asserts/lib/libLLVMSupport.a] Error 127 make[1]: Leaving directory `/home/rkotler/caviumllvmwclang/build/lib/Support' make: *** [all] Error 1 rkotler at mipssw006:~/caviumllvmwclang/build$ > when bootstrapping clang on z. Obviously --disable-valgrind would be > cleaner but this is another way out. > > (Of course, I agree with what Eric says about it finding the wrong set > of headers.) > > Thanks, > Richard >
2014 Feb 25
2
[LLVMdev] configure with clang vs gcc
...gt;>> [/home/rkotler/caviumllvmwclang/build/Release+Asserts/lib/libLLVMSupport.a] >>>> Error 127 >>>> make[1]: Leaving directory >>>> `/home/rkotler/caviumllvmwclang/build/lib/Support' >>>> make: *** [all] Error 1 >>>> rkotler at mipssw006:~/caviumllvmwclang/build$ >>>> >>>> >>> Not enough context. >> >> That is what it printed out. >> I'm guessing that it still wanted to link in that module even though it knew >> no to compile it. >> I will debug this and figure out...
2014 Feb 13
3
[LLVMdev] cmake and make check?
I have not done cmake builds for a while. I did a : cmake /source tree make and all seems okay but then many tests fail when i do a make check I'm using pristine tip of the llvm tree. Ideas? TIA. Reed
2014 Mar 27
2
[LLVMdev] using just llvm/clang for building mips llvm
Geting a seg fault. Have not investigted the cause. rkotler at mipsswbrd002:~/richard$ tar vfxz ~/Downloads/ellcc-mips-linux-2014-Mar-24-07-32-26.tgz rkotler at mipsswbrd002:~/richard/ellcc/bin$ gdb ./ecc GNU gdb (GDB) 7.4.1-debian Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are
2014 Feb 25
3
[LLVMdev] configure with clang vs gcc
On 02/24/2014 04:42 PM, Eric Christopher wrote: > On Mon, Feb 24, 2014 at 4:40 PM, reed kotler <rkotler at mips.com> wrote: >> I need to leave soon and will take a look in the morning. >> >> I did look at the autoconf input files configure.ac >> >> There is a disable-zlib but not a disable-valgrind, even though it seems >> like there used to be.