Displaying 4 results from an estimated 4 matches for "buildvariables".
2012 Sep 07
0
[LLVMdev] : trouble with compiling
...VM
> repository. And now, I have another trouble during compilation:
> make[1]: Entering directory `/media/data/dev/llvm/bin/tools/llvm-config'
> llvm[1]: Constructing LLVMBuild project information.
> /usr/bin/env: python: No such file or directory
> llvm[1]: Building llvm-config BuildVariables.inc file.
> llvm[1]: Compiling llvm-config.cpp for Debug+Asserts build
> /media/data/dev/llvm/llvm/tools/llvm-config/llvm-config.cpp:45:35: fatal
> error: LibraryDependencies.inc: No such file or directory
> compilation terminated.
> /bin/rm: cannot remove
> '/media/data/dev/l...
2012 Aug 18
2
[LLVMdev] : trouble with compiling
Hello to everyone!
I've configured LLVM by "../llvm/configure". But when I run "gmake", I
receive compilation error:
llvm[2]: Linking Debug+Asserts executable llvm-tblgen
/home/poiuj/dev/llvm/build/Debug+Asserts/lib/libLLVMSupport.a(FormattedStream.o):(.debug_loc+0x2a8):
undefined reference to `.LCfI21'
collect2: error: ld returned 1 exit status
gmake[2]: ***
2012 May 07
3
[LLVMdev] svn trunk comilation error
Hi there,
I'm having some trouble compiling llvm from trunk in the svn.
I configured it with: CC=gcc CXX=g++ ./configure --enable-optimisation=yes --enable-assertions=no
But I have this error:
llvm[1]: Building llvm-config BuildVariables.inc file.
llvm[1]: Compiling llvm-config.cpp for Release build
3.1_svn/llvm/tools/llvm-config/llvm-config.cpp:45:35: fatal error: LibraryDependencies.inc: No such file or directory
compilation terminated.
/bin/rm: cannot remove ‘3.1_svn/build/tools/llvm-config/Release/llvm-config.d.tmp’: No such fi...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...ve Library libLLVMCodeGen.a
make[2]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/CodeGen'
make[1]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib'
make[1]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/tools/llvm-config'
llvm[1]: Building llvm-config BuildVariables.inc file.
llvm[1]: Compiling llvm-config.cpp for Release+Asserts build
llvm[1]: Linking Release+Asserts executable llvm-config (without symbols)
llvm[1]: ======= Finished Linking Release+Asserts Executable llvm-config (without symbols)
make[1]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ...