Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] Upgrading the visual studio from 2008 to 2010"
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 Jul 30
1
[LLVMdev] LLVM and Cygwin
brianherman at windows-8-doesn't rock /lib/gcc/i686-pc-cygwin/4.7.3
$ nm libgcc_eh.a | grep register_frame
000011b0 T ___deregister_frame
000011a0 T ___deregister_frame_info
000010d0 T ___deregister_frame_info_bases
00000fe0 T ___register_frame
00000fb0 T ___register_frame_info
00000f40 T ___register_frame_info_bases
00001070 T ___register_frame_info_table
00001010 T
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'
2013 Jul 30
2
[LLVMdev] LLVM and Cygwin
I get this when I type:
brianherman at windows-8-[REDACTED] ~
$ nm libgcc_eh.a | grep register_frame
nm: 'libgcc_eh.a': No such file
brianherman at windows-8-[REDACTED] ~
$ nm libgcc_eh.a | grep register_fram
nm: 'libgcc_eh.a': No such file
brianherman at windows-8-[REDACTED] ~
$
On Tue, Jul 30, 2013 at 7:51 AM, Duncan Sands <baldrick at free.fr> wrote:
> Hi
2013 Jul 18
2
[LLVMdev] Compile Error SVN
llvm[2]: Compiling FileSystemStatCache.cpp for Release+Asserts build
FileSystemStatCache.cpp: In static member function 'static bool
clang::FileSystemStatCache::get(const char*, stat&, bool, int*,
clang::FileSystemStatCache*)':
FileSystemStatCache.cpp:63: error: 'openFileForRead' is not a member of
'llvm::sys::fs'
make[2]: ***
2013 Jul 29
1
[LLVMdev] Require Grammar for converting C to IR
I am curious how do you guys do it anyways?
On Mon, Jul 29, 2013 at 3:27 AM, Nick Lewycky <nicholas at mxc.ca> wrote:
> Vijay Daultani wrote:
>
>> Respected Sir/Madam,
>>
>> As I was developing some part of compiler for a project. I require grammar
>> (BNF or EBNF) for converting the C code in the IR as it is not been
>> mentioned any where over your
2013 Jul 30
0
[LLVMdev] LLVM and Cygwin
> $ nm libgcc_eh.a | grep register_frame
> nm: 'libgcc_eh.a': No such file
I think he meant to find out where libgcc_eh.a lives under Cygwin and
execute the command on that file. It should be somewhere amongst the
stuff installed with gcc, but the exact location can vary quite a bit.
Cheers.
Tim.
2012 Mar 12
3
FLAC build for Visual Studio 2010?
Has anyone been able to build the FLAC libraries on Windows using Visual Studio 2010?
Thanks,
Michael
Michael S. Scherotter
Microsoft Corporation<http://www.microsoft.com/>
Principal Architect Evangelist
Email: mischero at microsoft.com<mailto:mischero at microsoft.com>
Blog: http://blogs.msdn.com/Synergist
Zune<http://social.zune.net/member/MS+Synergist> |
2012 Mar 12
1
FLAC build for Visual Studio 2010?
Download the Visual Studio Ultimate Trial here:
http://www.microsoft.com/visualstudio/en-us/try
Thanks,
Michael
-----Original Message-----
From: rappard at gmail.com [mailto:rappard at gmail.com] On Behalf Of rappard at dds.nl
Sent: Monday, March 12, 2012 9:47 AM
To: Michael Scherotter
Cc: flac-dev at xiph.org
Subject: Re: [flac-dev] FLAC build for Visual Studio 2010?
I'd be happy to test
2013 Apr 03
3
Installing Microsoft Visual Studio 2010 with Puppet?
Hello,
Has anyone here had experience using Puppet (2.7 for now) to install
Microsoft Visual Studio 2010 (or even 2012, for that matter) on Windows
Server 2008?
So far I didn''t find anything on the web, the forge or Github.
Thanks.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop
2010 Jul 15
2
[LLVMdev] Visual Studio 2010 status on trunk?
Hi,
What is the status of building LLVM trunk with Visual Studio 2010
(32/64-bit)?
Were the build problems of LLVM 2.7 fixed?
Best regards,
--Edwin
2009 May 15
1
Visual Studio 2008 install on virtural machine via wine
Where could I get instructions on how to install the full version of Visual Studio 2008 (I have the discs on dvd) on a virtual machine (Ubuntu) via wine?
I want to put Visual Studio on a Ubuntu DVD virtual machine
2010 Jan 06
2
FLAC C API / Visual Studio 2008 FILE* Issue
On 1/6/2010 18:53, Stuart Fisher wrote:
> I haven't done any FLAC development for some time now, but I've around 25 years experience of working with libc and I don't really agree with Ben's view.
>
> You're talking about a binary compatibility issue and I'd be surprised if Microsoft had changed something in the library to break it. OS companies usually only break
2013 Jul 04
0
[LLVMdev] [cfe-dev] llvm (hence Clang) not compiling with Visual Studio 2008
On Thu, Jul 4, 2013 at 12:48 AM, Benoit Perrot
<benoit.noe.perrot at gmail.com>wrote:
> Hello,
>
Hi Benoit,
> I have just updated my svn copy of the llvm/clang repositories after quite
> a long time of inactivity, and found it not compiling on Windows with
> Visual Studio 2008.
>
> The incriminated file is:
>
> llvm/lib/MC/MCModule.cpp
>
> Where several
2013 Jul 04
4
[LLVMdev] llvm (hence Clang) not compiling with Visual Studio 2008
Hello,
I have just updated my svn copy of the llvm/clang repositories after quite
a long time of inactivity, and found it not compiling on Windows with
Visual Studio 2008.
The incriminated file is:
llvm/lib/MC/MCModule.cpp
Where several calls to "std::lower_bound" are made, like:
atom_iterator I = std::lower_bound(atom_begin(), atom_end(),
2011 Feb 20
5
[LLVMdev] Windows/Visual Studio 2010 warnings (WARNINGS!)
Hi,
I stumbled across three warnings in LLVM when building with MS Visual
Studio 2010. It has been my experience that different compilers detect
different things, so I thought I'd pass them on to you (in case your
compiler does not warn about these things):
warning C4805: '==' : unsafe mix of type 'bool' and type 'unsigned int'
in operation
2010 May 02
3
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
Hey,
Downloaded the release, used CMake to create solution... building mostly
seems to be OK, except for a couple of compiler errors.
warning C4090: 'function' : different 'const' qualifiers
d:\companyone\external\llvm\source\llvm-2.7\lib\support\regengine.inc 188
error C2248: 'llvm::EquivalenceClasses<ElemTy>::ECValue::ECValue' : cannot
access private member
2010 May 02
0
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
On 2 May 2010 00:53, Tom van Dijck <llvm at tomvandijck.com> wrote:
> The problem seems to be a much larger issue with the Visual Studio 2010 C++
> Compiler and not really related to clang/llvm. The following snippet of code
> does NOT compile in 2010..
>
> #include <vector>
> int main(int argc, char* argv[])
> {
> std::pair<int, void*> mypair(0,
2007 Nov 28
7
[PATCH] Add Visual Studio 2008 Prject files
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: speex_vs2008.diff
Type: application/octet-stream
Size: 165590 bytes
Desc: speex_vs2008.diff
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20071127/08917736/speex_vs2008-0001.obj
2010 May 02
0
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
Hey,
So I tried to fix these errors, and have everything compiling now... not too
difficult, just annoying.
error C2248: 'llvm::EquivalenceClasses<
>
> ElemTy>::ECValue::ECValue' : cannot access private member declared in class
> 'llvm::EquivalenceClasses<ElemTy>::ECValue' C:\Program Files
> (x86)\Microsoft Visual Studio 10.0\VC\include\xmemory 208