[LLVMdev] llvm-installation
Duncan Sands
baldrick at free.fr
Mon Feb 11 01:23:01 PST 2013
Hi Manoj, the linker ran out of memory. Try compiling with optimization enabled
(Release+Asserts build), as the executables are much smaller then.
Ciao, Duncan.
On 11/02/13 09:11, Manoj C wrote:
> hello sir,
> ./configure worked properly but while giving
> make -j 2 command in ubuntu
>
> everything got build properly but at last it showed error as
>
> llvm[4]: Linking Debug+Asserts executable clang
> collect2: ld terminated with signal 9 [Killed]
> make[4]: *** [/home/manoj/Desktop/LLVM/
> build/Debug+Asserts/bin/clang] Error 1
> make[4]: Leaving directory `/home/manoj/Desktop/LLVM/build/tools/clang/tools/driver'
> make[3]: *** [all] Error 1
> make[3]: Leaving directory `/home/manoj/Desktop/LLVM/build/tools/clang/tools'
> make[2]: *** [all] Error 1
> make[2]: Leaving directory `/home/manoj/Desktop/LLVM/build/tools/clang'
> make[1]: *** [clang/.makeall] Error 2
> make[1]: Leaving directory `/home/manoj/Desktop/LLVM/build/tools'
> make: *** [all] Error 1
> it stopped building later by showing prompt simply.please help me to proceed.
>
> thanks,
> manoj
>
>
> _______________________________________________
> 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