Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] cross compiling using llvm 1.8"
2008 Nov 02
1
[LLVMdev] cross compiling using llvm 1.8
Hello,
I'm trying to cross compile version 1.8 of llvm using mingw32.
I followed the instructions that are published in the site (at
http://llvm.org/docs/GettingStarted.html). However, I no matter what I
try I get the following error message:
configure: WARNING: ***** llvm-gcc/llvm-g++ was not found, or does not
appear to be
configure: WARNING: ***** working. Please make sure you have
2008 Nov 04
2
[LLVMdev] cross compiling using llvm 1.8
Hi,
I finally gave up building on Linux, in the meantime, and tried to build
this version straight on Windows, using mingw32.
This is my command line:
(running from /c/llvm1.8/generated-llvm/obj)
*../../llvm/configure --prefix=/c/llvm1.8/gene*
*rated-llvm/install/ --enable-debug-runtime --enable-jit*
This is my path definition (it has several redundancies):
$ echo $PATH
2008 Nov 04
2
[LLVMdev] cross compiling using llvm 1.8
Thanks, it helped :-)
I'm now building the sources and apparently my mingw installation does
not support pthread and therefore examples/ParallelJIT.cpp fails:
make[2]: Entering directory
`/c/llvm1.8/generated-llvm/obj/examples/ParallelJIT'
llvm[2]: Compiling ParallelJIT.cpp for Debug build
c:/llvm1.8/llvm/examples/ParallelJIT/ParallelJIT.cpp:20:21: pthread.h:
No such file or
2008 Nov 02
1
[LLVMdev] cross compiling using llvm 1.8
After I'm adding to the my path llvm-gcc4-1.8-x86-linux/llvm-bin/ that
contains llvm-gcc.exe and llvm-g++.exe I still get the same error message:
configure: WARNING: ***** llvm-gcc/llvm-g++ was not found, or does not
appear to be
configure: WARNING: ***** working. Please make sure you have llvmgcc and
llvmg++ in
configure: WARNING: ***** your path before configuring LLVM. The runtime
2008 Nov 04
0
[LLVMdev] cross compiling using llvm 1.8
Aviv Peretz wrote:
>
> Hi,
>
>
> I finally gave up building on Linux, in the meantime, and tried to
> build this version straight on Windows, using mingw32.
>
>
> ....
>
> appending configuration tag CXX to mklib
> appending configuration tag F77 to mklib
> checking for llvm-gcc.exe... /c/llvm1.8-mingw32/bin/llvm-gcc.exe
> checking for llvm-g++.exe...
2008 Nov 03
2
[LLVMdev] cross compiling using llvm 1.8
Hi Anton,
But if I'm ignoring this warning and continue according to the
instructions (i.e. copy back the saved tblgen and perform build as
usual), then I get a LOT of linkage errors regarding undefined symbols.
For instance,
smWriterEmitter.cpp:(.text+0x21): undefined reference to `_ZNSs6assignERKSs'
AsmWriterEmitter.cpp:(.text+0x39): undefined reference to
`_ZNSs6assignERKSs'
2008 Nov 03
0
[LLVMdev] cross compiling using llvm 1.8
Hi,
> AsmWriterEmitter.cpp:(.text+0x78): undefined reference to `__dso_handle'
> AsmWriterEmitter.cpp:(.text+0x8c): undefined reference to `__cxa_atexit'
This is not connected with that warning. Something is wrong with your
compiler / linker. Either it does not provide needed libraries, or
broken in other way.
> AsmWriterEmitter.cpp:(.text+0x25e): undefined reference to
2009 Jun 18
1
cross compiling (arm)
Hi.
I'm trying to cross compile dovecot.
My desktop machine is an AMD64 box with bells and whistles. The ARM
based machine is a network attached storage box. When I run "make"
always get x86_64 binaries.
My OS is Gentoo, so I have been able to build using emerge a variety of
other programs from source. What am I doing wrong here. (Gentoo
doesn't have Dovecot for the arm)
I
2007 Jul 12
2
Quality degradation on new versions
Hi,
I have been using speex version 1.0.5 on a text-to-speech program. Recently
I upgraded to version 1.2beta1
and noticed that the waveform the I got after encoding and decoding on the
new versions (beta1,beta2) is much
more different than the original than on version 1.0.5. I also ran a PESQ
comparison test on 700 voice samples
and got better results in the older version (I used quality 9, and
2007 Jul 17
1
Quality degradation on new versions
Hi Jim,
First of all - thanks, turning the highpass filter off was what I needed,
and the waveforms
match now.
But, when i did the PESQ tests again I found an interesting result :
version 1.0.5 still got
a slightly better average score, but the standard deviation on version 1.2
beta1 was much smaller.
The cause for that is this - on some samples versions 1.0.5 and 1.2beta2
produced a single
2008 May 05
2
Finding non disjoint regular expressions
Hello,
Is there any way I can use the gregexpr functions (or a different function)
in a manner that will also return overlapping (i.e. non disjoint) regular
expressions?
For instance, when running gregexpr("AAA","AAAAAA"), I get two matches, one
at position 1 and one at position 4. I'd like to receive 4 matches at
positions 1, 2, 3 and 4.
Thanks,
Schraga
2008 Jan 04
1
GSL version >= 1.8 CentOS 4.x ?
Hi! Is there a version of gsl library >= 1.8 available for centos 4.x?
If indeed there is none (as i founded nothing so far) has someone some
idea how should i make the rpm from src.rpm ?
Thank you,
Best regards,
Adrian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3092 bytes
Desc: S/MIME Cryptographic
2009 May 17
1
[LLVMdev] RFC: Atomics.h
On May 17, 2009, at 5:23 AM, Luke Dalessandro wrote:
> Owen Anderson wrote:
>>
>> On May 16, 2009, at 7:47 PM, Luke Dalessandro wrote:
>>
>>> Also, atomic ops are usually pretty low level things used for
>>> nonblocking algorithms or to build higher level locking
>>> constructs. Is
>>> that the plan here too? It seems like you'd want
2017 Feb 03
0
Compiling Dovecot on Solaris 10
Hello,
I don't have problems building 2.2.27 on Solaris 10
(using Sun Workshop compiler 5.11).
The configuration is the same as your.
Maybe a compiler/version problem on your system ?
Regards,
Martin
Mantas Gegu?is wrote:
> Hello,
>
> I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error:
> test-ioloop.c: In function `test_ioloop_pending_io':
>
2008 Jan 16
1
Installing one channel GUI
Hello,
I'm trying to install oneChannelGui on my computer. For this purpose, I've
tried to carefully follow the manual, and done the following:
1. I've installed the Affy power tools
2. I've installed TCL from
http://www.activestate.com/Products/ActiveTcl/ (by following the link at the
right side of the page, and installing activeTCL8.5.0.0)
Nonetheless, when I try running
2002 Sep 18
0
Debian 1.3.8 Packages Available
This is a cryptographically signed message in MIME format.
--------------ms090102090507080108000306
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
The apt-get sources are listed at
http://security.dsi.unimi.it/~lorenzo/debian.html
--
Tom Eastep \ Shorewall - iptables made easy
AIM: tmeastep \ http://www.shorewall.net
ICQ: #60745924 \
2002 Sep 22
0
Mailing List Archive Search Unavailable
This is a cryptographically signed message in MIME format.
--------------ms020506080905040804000001
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
And will be unavailable until further notice.
-Tom
--
Tom Eastep \ Shorewall - iptables made easy
AIM: tmeastep \ http://www.shorewall.net
ICQ: #60745924 \ teastep@shorewall.net
2009 Aug 07
1
cross compile dovecot for armv5t fails
Hi anyone.
When I run make trying to compile Dovecot for a network attached storage
box and it fails.
I have used two variants of configuration:
The first ./configure
i_cv_epoll_works=no i_cv_inotify_works=no i_cv_posix_fallocate_works=no
i_cv_signed_size_t=no i_cv_gmtime_max_time_t=32 i_cv_signed_time_t=yes
i_cv_mmap_plays_with_write=yes i_cv_fd_passing=yes
i_cv_c99_vsnprintf=yes
2008 May 02
1
Cross-Realm Krb5 Patch
I've updated my krb5 cross-realm auth patch for dovecot 1.1-rc4; there
are not any (intentional) changes in functionality from the last
patch, the diff just didn't apply cleanly anymore. As before the most
recent version of the patch is available at:
http://zinux.cynicbytrade.com/svn/servers/dovecot/cross-realm.diff.bz2
I see the cross-realm patch for Solaris made it into the
2006 Feb 20
6
Incoming Calls Getting Crossed - Weird
Hey, I got a weird one for you guys, I am running vanilla 1.2.4 and
have all incoming calls come in as SIP from teliax. Twice over the past
week 2 callers who have called in around the same time end up talking to
each other instead of going through the ivr or at some point during the
IVR. One said, yeah i was talking to another patient and we had a
convo. I have double checked the dialplan and