Displaying 20 results from an estimated 20000 matches similar to: "[LLVMdev] CROSS COMPILING LLVM"
2009 Jun 10
6
[LLVMdev] CROSS COMPILING LLVM
How does one cross compile llvm ? When I attempt to cross compile I get
:
................................................
...............................................
configure: creating ./config.status
config.status: creating Makefile.common
config.status: executing setup commands
config.status: executing Makefile commands
config.status: executing lib/Makefile commands
config.status:
2009 Jun 14
1
[LLVMdev] CROSS COMPILING LLVM
I was able to use your scripts to build� llvm and llvm-gcc successfully.
But when i try to link to llvm libraries i get the following :
.........................
..........................
/arm-2007q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.1/../../../../arm-none-linux-gnueabi/bin/ld:
/arm-llvm/llvm-project/i686-pc-linux-gnu/arm-none-linux-gnueabi/llvm/lib/LLVMXCore.o:
Relocations in generic
2009 Jun 15
0
[LLVMdev] CROSS COMPILING LLVM
----- Original Message -----
From: "Misha Brukman"
To: "LLVM Developers Mailing List"
Subject: Re: [LLVMdev] CROSS COMPILING LLVM
Date: Mon, 15 Jun 2009 12:41:17 -0400
2009/6/14 hannibal hannibal
I was able to use your scripts to build llvm and llvm-gcc successfully. But when i try to link to llvm libraries i get the following :
.........................
2010 May 30
0
[LLVMdev] Assertion when loading bitcode
>>> I can cross-compile LLVM-2.5 to ARM and run lli on a simulator in debug
>>> mode . However, when I now compile with optimization enabled, lli
>>> triggers an assertion when loading bitcode files. The assertion looks
>>> like this :
>
>>are you not able to use a more recent version of LLVM like LLVM-2.7?
>
>
> I tried out LLVM-2.7.
2010 Nov 29
3
[LLVMdev] Does someone has experience with Canadian cross build of LLVM compiler?
Hi,
Does anyone have experience with doing Canadian cross-builds of LLVM
compiler? I need some help here... I'm a new with LLVM, so please don't be
too harsh on me.
I am building LLVM cross-compiler (and as I mentioned I'm doing it via
canadian cross-build):
Build platform = Linux,
Host platform = Windows
Target platform = Linux
I'm using mingw32 compiler toolchain to
2011 Jul 12
0
[LLVMdev] Cross-compile to ARM using Code Sourcery Lite Toolchain
Hello,
(cc:llvmdev Keeping on the list to get more eyes on the problem and for archival purposes).
Configure will be re-run, yes. LLVM includes some tools which need to be built for the host, even when cross compiling (e.g., tblgen). In a cross-build, these are built in the BuiltTools directory and that's where you're seeing configure being re-run.
>From the below snippet it appears
2009 Jun 16
0
[LLVMdev] undefined references in llvm
llvm-config can now find 'which' but I still get the same error.
Thanks
hannibal
----- Original Message -----
From: "Török Edwin"
To: "LLVM Developers Mailing List"
Subject: Re: [LLVMdev] undefined references in llvm
Date: Tue, 16 Jun 2009 17:27:17 +0300
On 2009-06-16 14:05, hannibal hannibal wrote:
>
> Hello EveryOne,
>
> I am building customized
2010 Nov 30
0
[LLVMdev] Does someone has experience with Canadian cross build of LLVM compiler?
Hello, Ekaterina.
FYI, my configure has '--host=i686-pc-mingw32' w/o any additional variables.
and then the build host (ppc fedora 12) has toolchain 'i686-pc-mingw32-*'.
It could build everything successfully, but I have not built it for a
few months :p
2010/11/30 Ekaterina Sanina <ekaterina.sanina at gmail.com>:
> cross-compile-build-tools:
> $(Verb) if [ !
2009 Jun 23
2
[LLVMdev] lli aborts on arm QEMU
I get the following error when I try to run arm lli on QEMU:
lli: llvm-arm/src/llvm/include/llvm/ADT/ilist.h:197: typename bidirectional_iterator<NodeTy, int>::reference llvm::ilist_iterator<NodeTy>::operator*() const [with NodeTy = llvm::RecyclerStruct]: Assertion `Traits::getNext(NodePtr) != 0 && "Dereferencing end()!"' failed.
0 lli 0x006abbfc
Stack dump:
0.
2011 Jul 11
3
[LLVMdev] Cross-compile to ARM using Code Sourcery Lite Toolchain
Hello
I am new to LLVM and would like to cross-compile LLVM 2.9 on x86
(Ubuntu) to ARM using Code Sourcery LIte toolchain for ARM EABI
(2011.03-41).
This is the command I used to configure:
./configure --build=i686-pc-linux-gnu --host=arm-none-linux-gnueabi
--target=arm-none-linux-gnueabi
followed by:
make -C llvm.2.9 ENABLE_OPTIMIZED=0
I encountered the following errors:
configure:error:
2010 May 29
1
[LLVMdev] Assertion when loading bitcode
>> I can cross-compile LLVM-2.5 to ARM and run lli on a simulator in debug
>> mode . However, when I now compile with optimization enabled, lli
>> triggers an assertion when loading bitcode files. The assertion looks
>> like this :
>are you not able to use a more recent version of LLVM like LLVM-2.7?
I tried out LLVM-2.7. It also triggers an assertion. This
2009 Jun 16
1
[LLVMdev] undefined references in llvm
Hello EveryOne,
I am building customized tools for ARM using a crosscomplier. I am
currently building a tool similar to lli but it only jits code. I
enabled jit when I was configuring LLVM. On linking my code with
help from llvm-config to the libraries I get this error:
Can't exec "which": No such file or directory at
llvm2/bin/llvm-config line 69.
Use of uninitialized value in
2014 Mar 17
2
[LLVMdev] cross-compiling current trunk fails
Hi,
cross-compiling LLVM on the ppc64 architecture fails with:
make[1]: *** No rule to make target
`../build/llvm-r204075/BuildTools/Debug+Asserts/bin/llvm-tblgen', needed
by `../build/llvm-r204075/lib/IR/Debug+Asserts/Intrinsics.gen.tmp'. Stop.
make[1]: *** Waiting for unfinished jobs....
this fails for me for
r204075 (today) and
r203443.
Configuration details:
$LLVMPATH/configure
2020 Jul 21
0
Errors observing when talloc-2.3.1 is cross compiled
Hi Team,
We need freeradius-server-3.0.21 to be cross compiled for armv7 based
Marvell switch.
Toolchain: armv7-marvell-linux-gnueabi-LE_i686_20160226
host : arm-none-linux-gnueabi
CC : arm-marvell-linux-gnueabi-gcc
For that talloc is dependent library.
Trying to cross compile talloc-2.3.1 to for our architecture with below
command.
./configure --disable-python --enable-gccdeps
2014 Apr 25
1
Samba 4.1.4 compilation error
Hi all,
I am compiling samba 4.1.4 but getting below error on python.
(Python version 2.5.2)
Is it required a higher version of python.
?...?????????????.........???
Checking for program cpp : /usr/bin/cpp
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for gcc : ok
Checking
2016 Dec 21
1
compiling Samba4 on Solaris11
I am unable to compile Samba 4.4.7, 4.5.1 or 4.5.3 on Solaris 11. I had
been able in the past so maybe an update to GCC broke something.
GCC 4.8 is the default. I then installed GCC 4.9. /usr/bin/gcc is a
symlink to /usr/gcc/4.9/bin/gcc.
I compiled the latest openldap (client only) to the samba target directory.
Set environmental variables so the krb5.h and openldap would be found.
2013 Oct 08
1
git folder moved : waf : The top source directory has moved. Please run distclean and reconfigure
Hi all,
As samba4 git source took a looong time to download, I've moved the
folder away from original directory.
Trying to compile 4.0.10, make shows :
> 'configure' finished successfully (52.943s)
> WAF_MAKE=1 python ./buildtools/bin/waf build
> cannot find include/config.h
> Waf: Entering directory `/home/serveur/git/samba4/bin'
> bld.curdir
>
2009 Dec 21
5
[LLVMdev] Cross-compiling LLVM on Mac OS X
Hello,
I’ve spent the past day or so attempting to get LLVM’s libraries built as a Mac OS X-style universal binary, the first step of which is to get them built for each component architecture (i386, x86_64, ppc, and ppc64).
The first two are straightforward as I am working on an x86_64 Mac (running Mac OS X 10.6, which corresponds to Darwin 10), but building ppc binaries has thus far eluded me.
2013 May 11
1
Samba git: build error when upgrading
Seeing a build problem after updating my git tree:
$ git remote -v
origin git://git.samba.org/samba.git (fetch)
origin git://git.samba.org/samba.git (push)
$ git pull
$ ./configure ...
$ make clean
WAF_MAKE=1 python ./buildtools/bin/waf build
./buildtools/wafsamba/samba_utils.py:397: DeprecationWarning: the md5 module is deprecated; use hashlib instead
2009 Jun 24
0
[LLVMdev] lli aborts on arm QEMU
hannibal hannibal wrote:
> I get the following error when I try to run arm lli on QEMU:
>
> lli: llvm-arm/src/llvm/include/llvm/ADT/ilist.h:197: typename bidirectional_iterator<NodeTy, int>::reference llvm::ilist_iterator<NodeTy>::operator*() const [with NodeTy = llvm::RecyclerStruct]: Assertion `Traits::getNext(NodePtr) != 0 && "Dereferencing end()!"'