Displaying 20 results from an estimated 40000 matches similar to: "[LLVMdev] llvm-installation"
2013 Feb 10
2
[LLVMdev] llvm-installation
hello sir,
in llvm installation ./configure command worked properly but while
giving
make -j 4 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
2013 Feb 10
0
[LLVMdev] llvm-installation
You should use make -j with a number lower than 4, it looks like you ran
out of memory when linking.
On 10 February 2013 15:41, Manoj C <manoj.chinthala at gmail.com> wrote:
> hello sir,
> in llvm installation ./configure command worked properly but while
> giving
> make -j 4 command in ubuntu
>
> everything got build properly but at last it showed error as
>
>
2013 Feb 11
1
[LLVMdev] llvm
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/
2013 Feb 11
0
[LLVMdev] llvm-installation
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/
2014 Feb 04
3
[LLVMdev] linux build broken on Ubuntu 12.04 x86_64
First error: head file related. Strangely, this code has been there a
while, which makes me think that the HAVE_ARC4RANDOM is somehow now showing
up as set whereas perhaps it didn't used to be.
tfiala at tfiala2:~/lldb/svn/lgs/build$ make
make[1]: Entering directory `/mnt/ssd/work/svn/lgs/build/lib/Support'
llvm[1]: Compiling Process.cpp for Debug+Asserts build
In file included from
2013 Feb 08
1
[LLVMdev] Build failure
Hi all,
After updating llvm+clang to r174701 by issuing
make -j8 happiness
The build fails with:
...
make[2]: Entering directory `/local/csaba/LLVM/build-release/tools/llvm-diff'
llvm[2]: Compiling DiffConsumer.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable lli (without symbols)
llvm[2]: Compiling CrashDebugger.cpp for Release+Asserts build
2013 Feb 11
0
[LLVMdev] llvm pass
---------- Forwarded message ----------
From: Manoj C <manoj.chinthala at gmail.com>
Date: Mon, Feb 11, 2013 at 11:05 AM
Subject: llvm pass
To: llvmdev at cs.uiuc.edu
hello sir,
i build llvm-clang successfully in my pc but while running a pass i am
geetting this error
praveen at ubuntu:~/Desktop/LLVM/
build/Release$ opt -load /lib/LLVMHello.so --help
Error opening
2013 Apr 17
2
[LLVMdev] unable to build clang/llvm
I followed the instructions given on http://clang.llvm.org/get_started.html to
build clang/llvm, but when I do make, I get the following errors.
collect2: ld terminated with signal 9 [Killed]
make[4]: *** [/home/me/build/Debug+Asserts/bin/clang] Error 1
make[4]: Leaving directory `/home/me/build/tools/clang/tools/driver'
make[3]: *** [all] Error 1
make[3]: Leaving directory
2013 Jul 30
0
[LLVMdev] LLVM and Cygwin
Hi Brian,
On 29/07/13 23:42, Brian Herman wrote:
> I got the following error while compiling llvm and clang under cygwin.
>
> /cygdrive/c/Users/brianherman/Desktop/llvm/llvm-3.3.src/Release+Asserts/lib/libLLVMMCJIT.a(SectionMemoryManager.o):SectionMemoryManager.cpp:(.text+0x3b):
> undefined reference to `__register_frame'
I register_frame is used to enable the debugger (gdb) to
2013 Feb 10
0
[LLVMdev] llvm installation
configure:12131: $? = 0
configure:12145: result: yes
configure:12157: checking tool compatibility
configure:12180: error: g++|clang++|icc required but not found
configure can't find a c++ compiler. On Ubuntu, please install g++ (sudo
apt-get install g++).
This error should have been written to your console when you ran configure.
On Sun, Feb 10, 2013 at 8:35 AM, Manoj C
2013 Jul 29
5
[LLVMdev] LLVM and Cygwin
I got the following error while compiling llvm and clang under cygwin.
/cygdrive/c/Users/brianherman/Desktop/llvm/llvm-3.3.src/Release+Asserts/lib/libLLVMMCJIT.a(SectionMemoryManager.o):SectionMemoryManager.cpp:(.text+0x3b):
undefined reference to `__register_frame'
2015 Dec 04
2
link error for analysis pass
Hi Mehdi,
I meant when I build the LLVM and it will give the following errors:
make[2]: Entering directory `/home/alex/new/llvm-obj/tools/llc'
llvm[2]: Linking Debug+Asserts executable llc
/home/alex/new/llvm-obj/Debug+Asserts/lib/libLLVMCodeGen.a(Passes.o): In
function `llvm::TargetPassConfig::addIRPasses()':
/home/alex/new/llvm-3.1.src/lib/CodeGen/Passes.cpp:295: undefined reference
to
2013 Feb 10
2
[LLVMdev] llvm installation
hello sir,
i am using llvm compiler for my project.i an doing llvm
installation.i followed all the steps in the llvm website but after running
this command
../llvm/configure --enable-targets=host-only it executed but it didnt
create any make file in build directory ,only config.log file is appeared
after running this command.
after running the later command it is showing like this
2014 Mar 29
4
[LLVMdev] Unresolved symbols: LLVMInitializeARM64*
Hi,
Compiling on PP64/FreeBSd, I get several of these:
/usr/home/kparzysz/bld.lv/tools/llvm-mc/Release+Asserts/llvm-mc.o: In
function `llvm::formatted_raw_ostream::~formatted_raw_ostream()':
llvm-mc.cpp:(.text.startup.main+0xe4): undefined reference to
`LLVMInitializeARM64TargetInfo'
llvm-mc.cpp:(.text.startup.main+0x154): undefined reference to
`LLVMInitializeARM64TargetMC'
2013 Feb 11
2
[LLVMdev] llvm pass
hello sir,
i build llvm-clang successfully in my pc but while running a pass i am
geetting this error
praveen at ubuntu:~/Desktop/LLVM/
build/Release$ opt -load /lib/LLVMHello.so --help
Error opening '/lib/LLVMHello.so': /lib/LLVMHello.so: cannot open shared
object file: No such file or directory
-load request ignored.
please help me to overcome the error.
-------------- next part
2011 Jan 13
2
[LLVMdev] About test suits
Hi sir,
I have built the test suits in following steps:
0. $cd LLVM_GCC_DIR; $gunzip --stdout llvm-gcc-4.2-*version*-*
platform*.tar.gz | tar -xvf -
1. $cd SRC_DIR/llvm-2.8/projects
2. $svn co http://llvm.org/svn/llvm-project/test-suite/trunk test-suite
3.$cd OBJ_DIR; 4. $SRC_DIR/configure --prefix=INS_DIR --enable-debug-runtime
--disable-optimized --enable-debug-symbols
2009 Jul 29
2
[LLVMdev] building llvm using gcc 3.4.2
Hi,
Can I build llvm with gcc 3.4.2 !!!!
I'm getting the following error when I trying to build llvm 2.5 and
also 2.4
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/remote/users/hsenussi/edifact/llvm-2.4/
lib/Transforms/IPO'
make[3]: Entering directory `/remote/users/hsenussi/edifact/llvm-2.4/
lib/Transforms/Hello'
llvm[3]: Linking Release Loadable
2013 Feb 11
2
[LLVMdev] Emulating an infinite register file in the backend
Hi Justin and all,
you've mentioned that you used an easy "trick" for defining an
infinite register file in the backend.
Does this involve defining a single dummy register, and then adding
this dummy reg to each register class? Is anything more needed? I
refer to the RegisterInfo.td file, as e.g:
llvm-3.0.src/lib/Target/PTX/PTXRegisterInfo.td
I'm (just starting)
2014 Feb 03
3
[LLVMdev] linux build broken on Ubuntu 12.04 x86_64
Hey all,
FYI -
We're seeing a whole host of errors around requiring arc4random and linkage
errors building llvm/clang/lldb from top of tree. This is on lldb builds
with Ubuntu 12.04 x86_64, using gcc 4.8.2 and configure-based builds. This
appeared to crop up sometime since Friday morning. What's the right fix
for that? Looks to be a dependency on libbsd?
--
Todd Fiala | Software
2014 May 02
2
[LLVMdev] clang build (Debug+Asserts) fails with Cygwin and Mingw (ASTContext.o: File too big)
Hello,
After switching from a Linux development host to Windows7 with Cygwin, I
notice the following problem when building clang (trunk, HEAD):
(also happens with Mingw)
...
llvm[4]: Compiling ParseInit.cpp for Debug+Asserts build
as:
/cygdrive/d/Projects/Cpp/llvm/cfgCygwin/tools/clang/lib/AST/Debug+Asserts/ASTContext.o:
too many sections (33066)
/tmp/ccmtDH7w.s: Assembler messages: