search for: xia_nai

Displaying 3 results from an estimated 3 matches for "xia_nai".

Did you mean: ia_na
2006 Apr 14
1
[LLVMdev] Compiling bash-3.0 with llvm
On Friday 14 April 2006 13:26, you wrote: > On Fri, 14 Apr 2006, xia_nai at yahoo.com.cn wrote: > >> Have you tried compiling bash with a native GCC then running it through > >> valgrind? > > > > The native compiled bash can run properly, but valgrind detect memory errors with the error summary > > below: > > This is probably a...
2006 Apr 14
1
[LLVMdev] Compiling bash-3.0 with llvm
I run "./configure" with CC=llvm-gcc and got no errors. When compiling, the llvm-gcc complained about "-lcposix" not found and unrecognized option `-rdynamic'. So I eliminated -lcposix from "LIBS" and replaced -rdynamic with --export-dynamic and got a bash.bc with no errors. However, after I run "lli bash.bc" it terminated with error message below:
2006 May 01
1
[LLVMdev] successfully bootstraped on a i686-linux-gnu
Hi, I recently bootstrapped gcc4 frontend on a i686-linux-gnu too. As I notice, if the llvm "tools-only " was build with srcdir != objdir , the building of llvm-gcc4-1.7.source encountered mistakes of unable to find some header files. So I just edited llvm-gcc4-1.7.source/gcc/Makefile.in and a line like this: INCLUDES += -I$(LLVMOBJDIR)/include With this change, the building errors