[LLVMdev] build error on libLLVMSystem.a without any useful error message

Dale Johannesen dalej at apple.com
Thu Apr 2 17:50:04 PDT 2009


make VERBOSE=1 might tell you something.    Apparently the shared  
library link is failing for some reason.

On Apr 2, 2009, at 5:45 PMPDT, Nicolas Raynaud wrote:

> Hi all, llvm doesn't seems to build but it doesn't give me any useful
> error message :
> nraynaud at macaron-2:~/Desktop/geek/llvm-svn/build$ make
> llvm[1]: Compiling Alarm.cpp for Debug build
> llvm[1]: Compiling Disassembler.cpp for Debug build
> llvm[1]: Compiling DynamicLibrary.cpp for Debug build
> llvm[1]: Compiling Host.cpp for Debug build
> llvm[1]: Compiling IncludeFile.cpp for Debug build
> llvm[1]: Compiling Memory.cpp for Debug build
> llvm[1]: Compiling Mutex.cpp for Debug build
> llvm[1]: Compiling Path.cpp for Debug build
> llvm[1]: Compiling Process.cpp for Debug build
> llvm[1]: Compiling Program.cpp for Debug build
> llvm[1]: Compiling Signals.cpp for Debug build
> llvm[1]: Compiling TimeValue.cpp for Debug build
> llvm[1]: Building Debug Archive Library libLLVMSystem.a
> make[1]: *** [/Users/nraynaud/Desktop/geek/llvm-svn/build/Debug/lib/ 
> libLLVMSystem.a]
> Error 1
> make: *** [all] Error 1
>
> it looks like the file is empty :
> nraynaud at macaron-2:~/Desktop/geek/llvm-svn/build$ ls -l
> Debug/lib/libLLVMSystem.a
> -rw-r--r--  1 nraynaud  nraynaud  0  3 avr 02:28 Debug/lib/ 
> libLLVMSystem.a
>
> Did I miss any log file where a useful error message can have been
> redirected to ?
>
> about the context :
> I initialy tried the 2.5 tarball, and then tried the svn, with the  
> same symptom
>
> nraynaud at macaron-2:~/Desktop/geek/llvm-svn/llvm$ svn info
> Path: .
> URL: http://llvm.org/svn/llvm-project/llvm/trunk
> Repository Root: http://llvm.org/svn/llvm-project
> Repository UUID: 91177308-0d34-0410-b5e6-96231b3b80d8
> Revision: 68345
>
> nraynaud at macaron-2:~/Desktop/geek/llvm-svn/llvm$ uname -a
> Darwin macaron-2.local 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24
> 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386
>
> nraynaud at macaron-2:~/Desktop/geek/llvm-svn/llvm$ gcc --version
> i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490)
>
>
> Thanks for your help,
>
> Nico.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list