Displaying 20 results from an estimated 20000 matches similar to: "[LLVMdev] Cannot build llvm + clang and want to find PDF documentations"
2010 Nov 17
1
[LLVMdev] LLVMdev Digest, Vol 77, Issue 9
>
>
> Message: 9
> Date: Mon, 08 Nov 2010 12:11:47 +0100
> From: Duncan Sands <baldrick at free.fr>
> Subject: Re: [LLVMdev] Cannot build llvm + clang and want to find PDF
> documentations
> To: llvmdev at cs.uiuc.edu
> Message-ID: <4CD7DAF3.3050407 at free.fr>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi Leon,
2010 Dec 15
1
[LLVMdev] example of language with vector as first class type
To state my objective again because I was unclear about it. I want to write
a interpretor/compiler that can handles mathematical vector/matrix with
linear algebra operation on llvm. Something like matlab/R. I am thinking at
a higher level like performing type, and shape inference on matrix/vector
type, unrolling the inner loop of matrix operation of full algebraic
expression instead of computing
2006 Jun 07
1
has_many, through, want to store email in mysql
Hi,
I''m still a new with ROR, but it''s really cool :) I just have this
problem with a project of mine.
I want to store email in a database. I already wrote a simple import
script, that works, so that''s not a problem. Showing the email
(efficiently) in a ROR site is.
These tables are in the database:
emails
id
email_id (foreign key -> emails.id)
seq
2012 Jun 20
0
[LLVMdev] Build llvm/clang with cmake vs configure produces different set of artifacts
Hi,
In another post I was trying to find out how to use libc++ instead
of libstdc++ when compiling llvm/clang. I couldnt find the a way to tell
cmake to do that.
So I switched to using configure to compile llvm/clang. But now I
find that the artifacts produced are different. Here are the issues I see:
- configure doesnt seem to respect '--prefix' option, it just puts
2009 Jan 31
1
documentations
Hello!
I'd like to know if there's a documentation about Speex besides that on the
website (Speex manual and API reference manual). I take an interest in some
detail concerning the code and the internal structure of the codebook because
I'd like to modify the VQ. It's very difficult to understand how the routines
collaborate without a flow diagram o some comment.
Please, help me!
2013 Dec 12
1
[LLVMdev] trouble building with clang, doxygen file missing
I'm attempting to build 3.3 with clang included (by checking out clang
branches/release_33 to the tools/clang directory). When I run configure
I get this error:
config.status: creating docs/doxygen.cfg
config.status: error: cannot find input file:
./tools/clang/docs/doxygen.cfg.in
Even if I "--enable-doxygen=no --enable-docs=no" I still get this error.
Attempting to remove the
2011 Oct 22
1
[LLVMdev] error building clang
Any input on this? I cleaned up the whole directory and re-build. still get
the error. I am builing on x86. downloaded clang from llvm.org.
Should I pick up an older version?
llvm[4]: Linking Debug+Asserts executable clang
> /llvm/build/Debug+Asserts/lib/libclangLex.a: could not read symbols: File
> format not recognized
> collect2: ld returned 1 exit status
file
2011 Oct 21
0
[LLVMdev] error building clang
On Thu, Oct 20, 2011 at 10:59 PM, monica j wrote:
> The latest in my problems building clang-only:
>
> llvm[4]: Linking Debug+Asserts executable clang
> /llvm/build/Debug+Asserts/lib/libclangLex.a: could not read symbols: File
> format not recognized
> collect2: ld returned 1 exit status
What is the output of
file /llvm/build/Debug+Asserts/lib/libclangLex.a
?
Csaba
--
GCS
2011 Sep 20
0
[LLVMdev] Clang build "clang-native-arm-cortex-a9" is broken
Please use the correct link :
http://63.145.236.72:8011
and ignore the previous.
Also log for broken build is here:
make[1]: Entering directory
`/home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/lib/Support'
llvm[1]: Compiling APFloat.cpp for Release+Asserts build
llvm[1]: Compiling APInt.cpp for Release+Asserts build
In file included from APFloat.cpp:15:
In file
2011 Sep 21
0
[LLVMdev] [cfe-commits] Clang build "clang-native-arm-cortex-a9" is broken
I have tracked it down to the real reason.
The revisions 139934-139937 has changed the order in which configure
chooses a compiler. Clang is checked first, then llvm-gcc, and then
gcc.
I can see the reason for this change.
However, in this particular case it has broken the build because
Ubuntu includes clang 2.8 which doesn't know where includes are.
I have removed clang from the host to
2014 Feb 25
2
[LLVMdev] configure with clang vs gcc
On 02/25/2014 09:30 AM, Richard Sandiford wrote:
> reed kotler <rkotler at mips.com> writes:
>> On 02/24/2014 04:42 PM, Eric Christopher wrote:
>>> On Mon, Feb 24, 2014 at 4:40 PM, reed kotler <rkotler at mips.com> wrote:
>>>> I need to leave soon and will take a look in the morning.
>>>>
>>>> I did look at the autoconf input files
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:
2011 Sep 20
1
[LLVMdev] [cfe-commits] Clang build "clang-native-arm-cortex-a9" is broken
Yeah. That code has been there since r91421 and wouldn't have failed recently otherwise. Did something change on the host?
-eric
On Sep 20, 2011, at 11:27 AM, Jim Grosbach wrote:
> The host c++ standard library is missing <utility>, it appears.
>
>
> On Sep 20, 2011, at 11:22 AM, Galina Kistanova wrote:
>
>> Please use the correct link :
>>
2020 Oct 05
2
Clang API: any way to use a virtual filesystem ?
Hello,
I am shipping my app (https://ossia.io) with an embedded clang to allow
people to write extensions in C++ at run-time.
For that to work I also ship a SDK with all the required headers, libc++,
etc... which is downloaded & extracted in some folder.
Problem is: while on my linux dev. machine this operation is fast,
apparently on Windows and mac extracting a .zip with a few thousand
2012 Sep 20
0
[LLVMdev] How can I make clang/llvm use specific toolchain?
Hello list.
I wonder how I can make clang use specific linker.
I am now trying to compile a hello world c code on an Ubuntu box for
ARM and X86.
And I have successfully built for ARM but NOT ABLE TO build one for X86.
I am using a cross toolchain in the scratchbox environment of Tizen SDK.
You can refer to the url below for my testing environment.
2011 Sep 20
2
[LLVMdev] Clang build "clang-native-arm-cortex-a9" is broken
The host c++ standard library is missing <utility>, it appears.
On Sep 20, 2011, at 11:22 AM, Galina Kistanova wrote:
> Please use the correct link :
> http://63.145.236.72:8011
> and ignore the previous.
>
> Also log for broken build is here:
>
> make[1]: Entering directory
>
2013 Jan 07
0
[LLVMdev] Failure building llvm/clang from source using binary clang package on Mageia 2
On Mon, Jan 7, 2013 at 12:23 AM, Edward Diener
<eldlistmailingz at tropicsoft.com> wrote:
> On Mageia 2 I have installed the binary clang package clang3.0-7. When I
> tried to build the latest llvm/clang from source using this binary clang
> I get this error:
>
> 1) In file included from
> /home/mgeldiener/vcs/llvm/lib/Support/Signals.cpp:30:
>
2014 Feb 25
2
[LLVMdev] configure with clang vs gcc
I see what my problem is here....
I'll continue to move further.
Seems like Richards fix is still okay.
On 02/25/2014 02:42 PM, Eric Christopher wrote:
> On Tue, Feb 25, 2014 at 2:41 PM, reed kotler <rkotler at mips.com> wrote:
>> On 02/25/2014 02:38 PM, Eric Christopher wrote:
>>> On Tue, Feb 25, 2014 at 2:32 PM, reed kotler <rkotler at mips.com> wrote:
2011 Oct 20
4
[LLVMdev] error building clang
The latest in my problems building clang-only:
llvm[4]: Linking Debug+Asserts executable clang
/llvm/build/Debug+Asserts/lib/libclangLex.a: could not read symbols: File
format not recognized
collect2: ld returned 1 exit status
Any suggestions appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Nov 02
2
[LLVMdev] clang (was Re: 2.4 Pre-release (v2))
Dixi quod…
>A checkout of clang r58548 does not build with the prerelease,
>seems to require a newer version of llvm-current.
However, clang r58565 does not build with llvm r58565 either:
llvm[4]: Compiling BasicConstraintManager.cpp for Release-Asserts build
mpcxx -I/usr/ports/lang/llvm/w-llvm-58565-0/llvm/include -I/usr/ports/lang/llvm/w-llvm-58565-0/llvm/tools/clang/lib/Analysis